public class XmlPropsSchemaHelper extends Object
| Constructor and Description |
|---|
XmlPropsSchemaHelper(InputStream is) |
| Modifier and Type | Method and Description |
|---|---|
void |
executeViaStatement(Statement stmt,
String key) |
StringTokenizer |
getItems(String key) |
String |
getKey(String key) |
PreparedStatement |
prepareXmlStatement(Connection con,
String key) |
public XmlPropsSchemaHelper(InputStream is) throws XmlPropsException
XmlPropsExceptionpublic PreparedStatement prepareXmlStatement(Connection con, String key) throws SQLException
SQLExceptionpublic void executeViaStatement(Statement stmt, String key) throws SQLException
SQLExceptionpublic StringTokenizer getItems(String key)