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