public interface Schema
| Modifier and Type | Method and Description |
|---|---|
void |
createSchema(java.sql.Connection con) |
void |
dropSchema(java.sql.Connection con) |
java.lang.String |
getStatementText(java.lang.String appName,
java.lang.String stmtName) |
void createSchema(java.sql.Connection con)
throws java.sql.SQLException
java.sql.SQLExceptionvoid dropSchema(java.sql.Connection con)
throws java.sql.SQLException
java.sql.SQLExceptionjava.lang.String getStatementText(java.lang.String appName,
java.lang.String stmtName)