Class 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)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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)