Serialized Form
Package org.bsf.remoteIterator.client |
_isLast
boolean _isLast
_isFirst
boolean _isFirst
_rowCount
int _rowCount
- Total number of rows, -1 if not computed.
_remote
RemoteIterator _remote
Package org.bsf.remoteIterator.client.tableModel |
_initialBlockSize
int _initialBlockSize
_defaultBlockSize
int _defaultBlockSize
_delayBetweenRetrieval
int _delayBetweenRetrieval
_loadingThread
BackgroundLoadingThread _loadingThread
_rows
java.util.Vector _rows
- Holds the rows returned by the RI.
Package org.bsf.remoteIterator.common |
_scale
int _scale
_precision
int _precision
_columnType
int _columnType
_tableName
java.lang.String _tableName
_columnName
java.lang.String _columnName
_schemaName
java.lang.String _schemaName
_columnTypeName
java.lang.String _columnTypeName
_columnClassName
java.lang.String _columnClassName
_isLast
boolean _isLast
_isFirst
boolean _isFirst
_isBeforeFirst
boolean _isBeforeFirst
_isAlreadyLast
boolean _isAlreadyLast
_rows
java.util.List _rows
_rowIndexes
java.util.List _rowIndexes
Package org.bsf.remoteIterator.server |
_lastReadBlockSize
int _lastReadBlockSize
- Keeps the size of the last read block.
_position
int _position
- The curent position into the resultset (needed when passivated or
activated).
_SQLQuery
java.lang.String _SQLQuery
_columnMetadatas
java.util.List _columnMetadatas
_defaultBlockSize
int _defaultBlockSize
_remoteIteratorHome
RemoteIteratorHome _remoteIteratorHome