com.mchange.v1.db.sql.xmlpropsschema
Class XmlPropsSchemaHelper
java.lang.Object
com.mchange.v1.db.sql.xmlpropsschema.XmlPropsSchemaHelper
public class XmlPropsSchemaHelper
- extends java.lang.Object
|
Method Summary |
void |
executeViaStatement(java.sql.Statement stmt,
java.lang.String key)
|
java.util.StringTokenizer |
getItems(java.lang.String key)
|
java.lang.String |
getKey(java.lang.String key)
|
java.sql.PreparedStatement |
prepareXmlStatement(java.sql.Connection con,
java.lang.String key)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XmlPropsSchemaHelper
public XmlPropsSchemaHelper(java.io.InputStream is)
throws XmlPropsException
- Throws:
XmlPropsException
prepareXmlStatement
public java.sql.PreparedStatement prepareXmlStatement(java.sql.Connection con,
java.lang.String key)
throws java.sql.SQLException
- Throws:
java.sql.SQLException
executeViaStatement
public void executeViaStatement(java.sql.Statement stmt,
java.lang.String key)
throws java.sql.SQLException
- Throws:
java.sql.SQLException
getItems
public java.util.StringTokenizer getItems(java.lang.String key)
getKey
public java.lang.String getKey(java.lang.String key)