com.mchange.v1.db.sql.xmlpropsschema
Class XmlPropsSchemaHelper

java.lang.Object
  extended by com.mchange.v1.db.sql.xmlpropsschema.XmlPropsSchemaHelper

public class XmlPropsSchemaHelper
extends Object


Constructor Summary
XmlPropsSchemaHelper(InputStream is)
           
 
Method Summary
 void executeViaStatement(Statement stmt, String key)
           
 StringTokenizer getItems(String key)
           
 String getKey(String key)
           
 PreparedStatement prepareXmlStatement(Connection con, String key)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XmlPropsSchemaHelper

public XmlPropsSchemaHelper(InputStream is)
                     throws XmlPropsException
Throws:
XmlPropsException
Method Detail

prepareXmlStatement

public PreparedStatement prepareXmlStatement(Connection con,
                                             String key)
                                      throws SQLException
Throws:
SQLException

executeViaStatement

public void executeViaStatement(Statement stmt,
                                String key)
                         throws SQLException
Throws:
SQLException

getItems

public StringTokenizer getItems(String key)

getKey

public String getKey(String key)