Package com.mchange.v1.db.sql
Interface Schema
-
- All Known Implementing Classes:
XmlSchema
public interface Schema
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidcreateSchema(java.sql.Connection con)voiddropSchema(java.sql.Connection con)java.lang.StringgetStatementText(java.lang.String appName, java.lang.String stmtName)
-
-
-
Method Detail
-
createSchema
void createSchema(java.sql.Connection con) throws java.sql.SQLException- Throws:
java.sql.SQLException
-
dropSchema
void dropSchema(java.sql.Connection con) throws java.sql.SQLException- Throws:
java.sql.SQLException
-
getStatementText
java.lang.String getStatementText(java.lang.String appName, java.lang.String stmtName)
-
-