Class DataReader

    • Constructor Summary

      Constructors 
      Constructor Description
      DataReader()  
    • Constructor Detail

      • DataReader

        public DataReader()
    • Method Detail

      • next

        public abstract boolean next()
                              throws java.sql.SQLException
        Throws:
        java.sql.SQLException
      • getColumnNames

        public abstract java.lang.String[] getColumnNames()
                                                   throws java.sql.SQLException
        Throws:
        java.sql.SQLException
      • close

        public abstract void close()
                            throws java.sql.SQLException
        Throws:
        java.sql.SQLException
      • getEnvironment

        public abstract java.util.Map<java.lang.String,​java.lang.Object> getEnvironment()
                                                                                       throws java.sql.SQLException
        Throws:
        java.sql.SQLException
      • getColumnTypes

        public abstract java.lang.String[] getColumnTypes()
                                                   throws java.sql.SQLException
        Throws:
        java.sql.SQLException
      • getColumnSizes

        public abstract int[] getColumnSizes()
                                      throws java.sql.SQLException
        Throws:
        java.sql.SQLException
      • getTableAlias

        public abstract java.lang.String getTableAlias()