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