Class ExportResultSetForObject

java.lang.Object
org.apache.derby.impl.load.ExportResultSetForObject

class ExportResultSetForObject extends Object
  • Field Details

    • con

      private Connection con
    • selectQuery

      private String selectQuery
    • rs

      private ResultSet rs
    • columnCount

      private int columnCount
    • columnNames

      private String[] columnNames
    • columnTypes

      private String[] columnTypes
    • columnLengths

      private int[] columnLengths
    • expStmt

      private Statement expStmt
    • schemaName

      private String schemaName
    • tableName

      private String tableName
  • Constructor Details

  • Method Details

    • getResultSet

      public ResultSet getResultSet() throws SQLException
      Throws:
      SQLException
    • getColumnCount

      public int getColumnCount()
    • getColumnDefinition

      public String[] getColumnDefinition()
    • getColumnTypes

      public String[] getColumnTypes()
    • getColumnLengths

      public int[] getColumnLengths()
    • getMetaDataInfo

      private void getMetaDataInfo() throws SQLException
      Throws:
      SQLException
    • close

      public void close() throws Exception
      Throws:
      Exception