public class ListResultSet extends RowResultSet implements ImmutableResultSet, UnsupportedTypesResultSet
| Modifier and Type | Class and Description |
|---|---|
static class |
ListResultSet.Companion |
ImmutableResultSet.DefaultImplsUnsupportedTypesResultSet.DefaultImplsAbstractResultSet.DefaultImpls| Modifier and Type | Field and Description |
|---|---|
static ListResultSet.Companion |
Companion |
| Constructor and Description |
|---|
ListResultSet(java.sql.Statement stmt,
org.apache.avro.Schema schema,
java.util.List<? extends io.lenses.jdbc4.row.Row> rows) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
absolute(int row) |
void |
afterLast() |
void |
beforeFirst() |
void |
close() |
Row |
currentRow() |
boolean |
first() |
int |
getFetchDirection() |
int |
getFetchSize() |
java.sql.ResultSetMetaData |
getMetaData() |
int |
getRow() |
java.sql.Statement |
getStatement() |
java.sql.Statement |
getStmt() |
int |
getType() |
boolean |
isAfterLast() |
boolean |
isBeforeFirst() |
boolean |
isClosed() |
boolean |
isFirst() |
boolean |
isLast() |
boolean |
last() |
java.sql.ResultSetMetaData |
meta() |
boolean |
next() |
boolean |
previous() |
boolean |
relative(int rows) |
java.lang.Void |
setFetchDirection(int direction) |
void |
setFetchSize(int rows) |
currentRow, findColumn, getBigDecimal, getBigDecimal, getBigDecimal, getBigDecimal, getBoolean, getBoolean, getByte, getByte, getBytes, getBytes, getCharacterStream, getCharacterStream, getDate, getDate, getDate, getDate, getDouble, getDouble, getFloat, getFloat, getInt, getInt, getLong, getLong, getNString, getNString, getObject, getObject, getShort, getShort, getString, getString, getTime, getTime, getTime, getTime, getTimestamp, getTimestamp, getTimestamp, getTimestamp, meta, wasNullcancelRowUpdates, deleteRow, getConcurrency, getHoldability, insertRow, moveToCurrentRow, moveToInsertRow, refreshRow, rowDeleted, rowInserted, rowUpdated, updateArray, updateArray, updateAsciiStream, updateAsciiStream, updateAsciiStream, updateAsciiStream, updateAsciiStream, updateAsciiStream, updateBigDecimal, updateBigDecimal, updateBinaryStream, updateBinaryStream, updateBinaryStream, updateBinaryStream, updateBinaryStream, updateBinaryStream, updateBlob, updateBlob, updateBlob, updateBlob, updateBlob, updateBlob, updateBoolean, updateBoolean, updateByte, updateByte, updateBytes, updateBytes, updateCharacterStream, updateCharacterStream, updateCharacterStream, updateCharacterStream, updateCharacterStream, updateCharacterStream, updateClob, updateClob, updateClob, updateClob, updateClob, updateClob, updateDate, updateDate, updateDouble, updateDouble, updateFloat, updateFloat, updateInt, updateInt, updateLong, updateLong, updateNCharacterStream, updateNCharacterStream, updateNCharacterStream, updateNCharacterStream, updateNClob, updateNClob, updateNClob, updateNClob, updateNClob, updateNClob, updateNString, updateNString, updateNull, updateNull, updateObject, updateObject, updateObject, updateObject, updateRef, updateRef, updateRow, updateRowId, updateRowId, updateSQLXML, updateSQLXML, updateShort, updateShort, updateString, updateString, updateTime, updateTime, updateTimestamp, updateTimestampgetArray, getArray, getAsciiStream, getAsciiStream, getBinaryStream, getBinaryStream, getBlob, getBlob, getClob, getClob, getNCharacterStream, getNCharacterStream, getNClob, getNClob, getObject, getObject, getObject, getObject, getRef, getRef, getRowId, getRowId, getSQLXML, getSQLXML, getURL, getURL, getUnicodeStream, getUnicodeStreamclearWarnings, getCursorName, getWarnings, isWrapperFor, unwrap_isWrapperFor, _unwrappublic static ListResultSet.Companion Companion
public ListResultSet(java.sql.Statement stmt,
org.apache.avro.Schema schema,
java.util.List<? extends io.lenses.jdbc4.row.Row> rows)
public int getRow()
public Row currentRow()
public java.sql.ResultSetMetaData meta()
public boolean next()
public boolean isClosed()
public void close()
public java.sql.Statement getStatement()
public java.sql.ResultSetMetaData getMetaData()
public void beforeFirst()
public boolean isFirst()
public boolean isLast()
public boolean last()
public boolean isAfterLast()
public boolean relative(int rows)
public boolean absolute(int row)
public boolean first()
public int getType()
public void setFetchSize(int rows)
public void afterLast()
public boolean previous()
public java.lang.Void setFetchDirection(int direction)
public int getFetchSize()
public boolean isBeforeFirst()
public int getFetchDirection()
public java.sql.Statement getStmt()