com.mchange.v1.db.sql
Interface Schema

All Known Implementing Classes:
XmlSchema

public interface Schema


Method Summary
 void createSchema(Connection con)
           
 void dropSchema(Connection con)
           
 String getStatementText(String appName, String stmtName)
           
 

Method Detail

createSchema

void createSchema(Connection con)
                  throws SQLException
Throws:
SQLException

dropSchema

void dropSchema(Connection con)
                throws SQLException
Throws:
SQLException

getStatementText

String getStatementText(String appName,
                        String stmtName)