Class OracleIndexStatementBuilder


  • public class OracleIndexStatementBuilder
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      OracleIndexStatementBuilder​(java.lang.String schema, java.lang.String table)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.sql.PreparedStatement buildQuery​(java.sql.Connection connection)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • OracleIndexStatementBuilder

        public OracleIndexStatementBuilder​(java.lang.String schema,
                                           java.lang.String table)
    • Method Detail

      • buildQuery

        public java.sql.PreparedStatement buildQuery​(java.sql.Connection connection)
                                              throws java.sql.SQLException
        Throws:
        java.sql.SQLException