org.apache.derby.impl.load
Class ExportResultSetForObject
java.lang.Object
org.apache.derby.impl.load.ExportResultSetForObject
class ExportResultSetForObject
- extends java.lang.Object
Constructor Summary |
ExportResultSetForObject(java.sql.Connection con,
java.lang.String schemaName,
java.lang.String tableName,
java.lang.String selectQuery)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
con
private java.sql.Connection con
selectQuery
private java.lang.String selectQuery
rs
private java.sql.ResultSet rs
columnCount
private int columnCount
columnNames
private java.lang.String[] columnNames
columnTypes
private java.lang.String[] columnTypes
columnLengths
private int[] columnLengths
expStmt
private java.sql.Statement expStmt
schemaName
private java.lang.String schemaName
tableName
private java.lang.String tableName
ExportResultSetForObject
public ExportResultSetForObject(java.sql.Connection con,
java.lang.String schemaName,
java.lang.String tableName,
java.lang.String selectQuery)
getResultSet
public java.sql.ResultSet getResultSet()
throws java.sql.SQLException
- Throws:
java.sql.SQLException
getColumnCount
public int getColumnCount()
getColumnDefinition
public java.lang.String[] getColumnDefinition()
getColumnTypes
public java.lang.String[] getColumnTypes()
getColumnLengths
public int[] getColumnLengths()
getMetaDataInfo
private void getMetaDataInfo()
throws java.sql.SQLException
- Throws:
java.sql.SQLException
close
public void close()
throws java.lang.Exception
- Throws:
java.lang.Exception
Apache Derby V10.6 Internals - Copyright © 2004,2007 The Apache Software Foundation. All Rights Reserved.