Constructor and Description |
---|
XmlSchema() |
XmlSchema(InputStream xmlStream) |
XmlSchema(URL xmlSchema) |
Modifier and Type | Method and Description |
---|---|
void |
createSchema(Connection con) |
void |
dropSchema(Connection con) |
String |
getStatementText(String appName,
String stmtName) |
static void |
main(String[] argv) |
void |
parse(InputStream is) |
public XmlSchema(URL xmlSchema) throws SAXException, IOException, ParserConfigurationException
public XmlSchema(InputStream xmlStream) throws SAXException, IOException, ParserConfigurationException
public XmlSchema()
public void parse(InputStream is) throws SAXException, IOException, ParserConfigurationException
public String getStatementText(String appName, String stmtName)
getStatementText
in interface Schema
public void createSchema(Connection con) throws SQLException
createSchema
in interface Schema
SQLException
public void dropSchema(Connection con) throws SQLException
dropSchema
in interface Schema
SQLException
public static void main(String[] argv)
Copyright © 2017 com.mchange. All rights reserved.