| 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 Schemapublic void createSchema(Connection con) throws SQLException
createSchema in interface SchemaSQLExceptionpublic void dropSchema(Connection con) throws SQLException
dropSchema in interface SchemaSQLExceptionpublic static void main(String[] argv)