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.SQLException
void dropSchema(java.sql.Connection con) throws java.sql.SQLException
java.sql.SQLException
java.lang.String getStatementText(java.lang.String appName, java.lang.String stmtName)