|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.derby.vti.VTITemplate
org.apache.derby.impl.load.ImportAbstract
Field Summary | |
protected static java.lang.String |
COLUMNNAMEPREFIX
|
protected java.lang.String[] |
columnNames
|
protected int[] |
columnWidths
|
protected ControlInfo |
controlFileReader
|
protected ImportReadData |
importReadData
|
protected java.sql.ResultSetMetaData |
importResultSetMetaData
|
protected java.lang.String[] |
nextRow
|
protected int |
noOfColumnsExpected
|
protected int |
numberOfColumns
|
private boolean |
wasNull
|
Fields inherited from interface java.sql.ResultSet |
CLOSE_CURSORS_AT_COMMIT, CONCUR_READ_ONLY, CONCUR_UPDATABLE, FETCH_FORWARD, FETCH_REVERSE, FETCH_UNKNOWN, HOLD_CURSORS_OVER_COMMIT, TYPE_FORWARD_ONLY, TYPE_SCROLL_INSENSITIVE, TYPE_SCROLL_SENSITIVE |
Constructor Summary | |
(package private) |
ImportAbstract()
|
Method Summary | |
void |
close()
closes the resultset |
protected void |
doAllTheWork()
Does all the work |
protected abstract ImportReadData |
getImportReadData()
|
java.sql.ResultSetMetaData |
getMetaData()
Gets the resultset meta data |
int |
getRow()
gets the next row |
java.lang.String |
getString(int columnIndex)
|
protected void |
loadColumnNames()
|
boolean |
next()
|
boolean |
wasNull()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected ControlInfo controlFileReader
protected ImportReadData importReadData
protected java.lang.String[] columnNames
protected int numberOfColumns
protected int[] columnWidths
protected java.lang.String[] nextRow
protected java.sql.ResultSetMetaData importResultSetMetaData
protected int noOfColumnsExpected
private boolean wasNull
protected static final java.lang.String COLUMNNAMEPREFIX
Constructor Detail |
ImportAbstract()
Method Detail |
protected abstract ImportReadData getImportReadData() throws java.lang.Exception
java.lang.Exception
protected void doAllTheWork() throws java.lang.Exception
java.lang.Exception
- if there is an errorprotected void loadColumnNames()
public java.sql.ResultSetMetaData getMetaData()
java.sql.SQLException
- if there is an errorpublic int getRow() throws java.sql.SQLException
getRow
in interface java.sql.ResultSet
getRow
in class VTITemplate
java.sql.SQLException
- if there is an errorResultSet
public boolean next() throws java.sql.SQLException
java.sql.SQLException
public void close() throws java.sql.SQLException
java.sql.SQLException
- if there is an errorpublic boolean wasNull()
wasNull
in interface java.sql.ResultSet
wasNull
in class VTITemplate
ResultSet
public java.lang.String getString(int columnIndex) throws java.sql.SQLException
getString
in interface java.sql.ResultSet
getString
in class VTITemplate
java.sql.SQLException
- if there is an errorResultSet
|
Built on Tue 2006-10-10 19:23:47+0200, from revision exported | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |