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