Class SqlReader.SqlAid

  • Enclosing class:
    SqlReader

    protected abstract class SqlReader.SqlAid
    extends java.lang.Object
    • Constructor Detail

      • SqlAid

        protected SqlAid()
    • Method Detail

      • createDefaults

        protected abstract boolean createDefaults()
                                           throws java.sql.SQLException
        Throws:
        java.sql.SQLException
      • dropDefaults

        protected abstract boolean dropDefaults()
                                         throws java.sql.SQLException
        Throws:
        java.sql.SQLException
      • getSelectStatement

        protected SqlUtil.PreparedStatementWrapper getSelectStatement​(java.lang.String template,
                                                                      org.apache.velocity.VelocityContext context)
      • getTemplateName

        protected java.lang.String getTemplateName​(java.lang.String type)
      • getSqlTableName

        protected java.lang.String getSqlTableName​(java.sql.ResultSet resultSet)
                                            throws java.sql.SQLException
        Throws:
        java.sql.SQLException
      • getSqlTable

        protected SqlTable getSqlTable​(java.sql.ResultSet resultSet)
                                throws java.sql.SQLException
        Throws:
        java.sql.SQLException
      • getSqlColumnName

        protected java.lang.String getSqlColumnName​(java.sql.ResultSet resultSet)
                                             throws java.sql.SQLException
        Throws:
        java.sql.SQLException
      • getSqlColumn

        protected SqlColumn getSqlColumn​(java.sql.ResultSet resultSet,
                                         SqlTable sqlTable)
                                  throws java.sql.SQLException
        Throws:
        java.sql.SQLException
      • getSqlIndexName

        protected java.lang.String getSqlIndexName​(java.sql.ResultSet resultSet)
                                            throws java.sql.SQLException
        Throws:
        java.sql.SQLException
      • getSqlIndex

        protected SqlIndex getSqlIndex​(java.sql.ResultSet resultSet,
                                       SqlTable sqlTable)
                                throws java.sql.SQLException
        Throws:
        java.sql.SQLException
      • getSqlIndex

        protected SqlIndex getSqlIndex​(java.sql.ResultSet resultSet,
                                       SqlIndex sqlIndex)
                                throws java.sql.SQLException
        Throws:
        java.sql.SQLException
      • getSqlTabName

        protected java.lang.String getSqlTabName​(java.sql.ResultSet resultSet)
                                          throws java.sql.SQLException
        Throws:
        java.sql.SQLException
      • getSqlTab

        protected SqlTab getSqlTab​(java.sql.ResultSet resultSet,
                                   SqlTable sqlTable)
                            throws java.sql.SQLException
        Throws:
        java.sql.SQLException
      • getSqlTab

        protected SqlTab getSqlTab​(java.sql.ResultSet resultSet,
                                   SqlTab sqlTab)
                            throws java.sql.SQLException
        Throws:
        java.sql.SQLException
      • getSqlRowName

        protected java.lang.String getSqlRowName​(java.sql.ResultSet resultSet,
                                                 SqlTable sqlTable)
                                          throws java.sql.SQLException
        Throws:
        java.sql.SQLException
      • getSqlRow

        protected SqlRow getSqlRow​(java.sql.ResultSet resultSet,
                                   SqlTable sqlTable)
                            throws java.sql.SQLException
        Throws:
        java.sql.SQLException
      • getSqlRoutineName

        protected java.lang.String getSqlRoutineName​(java.sql.ResultSet resultSet)
                                              throws java.sql.SQLException
        Throws:
        java.sql.SQLException
      • getSqlRoutine

        protected SqlRoutine getSqlRoutine​(java.sql.ResultSet resultSet,
                                           SqlTable sqlTable)
                                    throws java.sql.SQLException
        Throws:
        java.sql.SQLException
      • getSqlRoutine

        protected SqlRoutine getSqlRoutine​(java.sql.ResultSet resultSet,
                                           SqlRoutine sqlRoutine)
                                    throws java.sql.SQLException
        Throws:
        java.sql.SQLException
      • finalize

        protected void finalize​(SqlTable sqlTable)
      • finalizeColumn

        protected void finalizeColumn​(SqlColumn sqlColumn)
      • finalizeRowValue

        protected void finalizeRowValue​(SqlRowValue sqlRowValue)
      • finalizeParameter

        protected void finalizeParameter​(SqlRoutineParameter sqlRoutineParameter)
      • intValueOf

        protected int intValueOf​(java.lang.Object object)
      • booleanValueOf

        protected boolean booleanValueOf​(java.lang.Object object)
      • literalOf

        protected abstract java.lang.String literalOf​(java.lang.Object obj)
      • literalOf

        protected abstract java.lang.String literalOf​(SqlColumn sqlColumn,
                                                      java.lang.String string)
      • stringValueOf

        protected java.lang.String stringValueOf​(SqlColumn sqlColumn,
                                                 java.lang.String string)
      • stringValueOf

        protected java.lang.String stringValueOf​(SqlRoutineParameter sqlRoutineParameter,
                                                 java.lang.String string)
      • instanceValueOf

        protected java.lang.String instanceValueOf​(SqlColumn sqlColumn,
                                                   java.lang.String string)