Class XmlPropsSchemaHelper
- java.lang.Object
-
- com.mchange.v1.db.sql.xmlpropsschema.XmlPropsSchemaHelper
-
public class XmlPropsSchemaHelper extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description XmlPropsSchemaHelper(java.io.InputStream is)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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)
-
-
-
Constructor Detail
-
XmlPropsSchemaHelper
public XmlPropsSchemaHelper(java.io.InputStream is) throws XmlPropsException
- Throws:
XmlPropsException
-
-
Method Detail
-
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)
-
-