Package com.mchange.v1.db.sql
Interface Schema
- All Known Implementing Classes:
XmlSchema
public interface Schema
-
Method Summary
Modifier and TypeMethodDescriptionvoidcreateSchema(Connection con) voiddropSchema(Connection con) getStatementText(String appName, String stmtName)
-
Method Details
-
createSchema
- Throws:
SQLException
-
dropSchema
- Throws:
SQLException
-
getStatementText
-