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 void
createSchema(java.sql.Connection con)
void
dropSchema(java.sql.Connection con)
java.lang.String
getStatementText(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)
-
-