Package org.apache.derby.impl.load
Class ExportResultSetForObject
java.lang.Object
org.apache.derby.impl.load.ExportResultSetForObject
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionExportResultSetForObject
(Connection con, String schemaName, String tableName, String selectQuery) -
Method Summary
-
Field Details
-
con
-
selectQuery
-
rs
-
columnCount
private int columnCount -
columnNames
-
columnTypes
-
columnLengths
private int[] columnLengths -
expStmt
-
schemaName
-
tableName
-
-
Constructor Details
-
ExportResultSetForObject
public ExportResultSetForObject(Connection con, String schemaName, String tableName, String selectQuery)
-
-
Method Details
-
getResultSet
- Throws:
SQLException
-
getColumnCount
public int getColumnCount() -
getColumnDefinition
-
getColumnTypes
-
getColumnLengths
public int[] getColumnLengths() -
getMetaDataInfo
- Throws:
SQLException
-
close
- Throws:
Exception
-