Package com.mchange.v1.db.sql
Class XmlSchema
java.lang.Object
com.mchange.v1.db.sql.XmlSchema
- All Implemented Interfaces:
Schema
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidcreateSchema(Connection con) voiddropSchema(Connection con) getStatementText(String appName, String stmtName) static voidvoidparse(InputStream is)
-
Constructor Details
-
XmlSchema
-
XmlSchema
public XmlSchema(InputStream xmlStream) throws SAXException, IOException, ParserConfigurationException -
XmlSchema
public XmlSchema()
-
-
Method Details
-
parse
-
getStatementText
- Specified by:
getStatementTextin interfaceSchema
-
createSchema
- Specified by:
createSchemain interfaceSchema- Throws:
SQLException
-
dropSchema
- Specified by:
dropSchemain interfaceSchema- Throws:
SQLException
-
main
-