public class ClickHouseScrollableResultSet extends ClickHouseResultSet
nextLine, rowNumber, valuesCLOSE_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 and Description |
|---|
ClickHouseScrollableResultSet(InputStream is,
int bufferSize,
String db,
String table,
boolean usesWithTotals,
ClickHouseStatement statement,
TimeZone timezone,
ClickHouseProperties properties) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
absolute(int row) |
void |
afterLast() |
void |
beforeFirst() |
boolean |
first() |
int |
getRow() |
int |
getType() |
boolean |
hasNext() |
boolean |
isAfterLast() |
boolean |
isBeforeFirst() |
boolean |
isFirst() |
boolean |
last() |
boolean |
next() |
boolean |
previous() |
boolean |
relative(int rows) |
close, getArray, getArray, getBigDecimal, getBigDecimal, getBigDecimal, getBigDecimal, getBoolean, getBoolean, getByte, getByte, getBytes, getBytes, getDate, getDate, getDb, getDouble, getDouble, getFloat, getFloat, getInt, getInt, getLong, getLong, getLongArray, getLongArray, getMetaData, getObject, getObject, getObject, getObject, getShort, getShort, getStatement, getString, getString, getTable, getTime, getTime, getTimestamp, getTimestamp, getTimestamp, getTimestamp, getTimestampAsLong, getTimestampAsLong, getTimestampAsLong, getTotals, getValues, isClosed, isLast, setFetchDirection, setFetchSize, setMaxRows, toString, wasNullcancelRowUpdates, clearWarnings, deleteRow, findColumn, getAsciiStream, getAsciiStream, getBinaryStream, getBinaryStream, getBlob, getBlob, getCharacterStream, getCharacterStream, getClob, getClob, getConcurrency, getCursorName, getDate, getDate, getFetchDirection, getFetchSize, getHoldability, getNCharacterStream, getNCharacterStream, getNClob, getNClob, getNString, getNString, getObject, getObject, getRef, getRef, getRowId, getRowId, getSQLXML, getSQLXML, getTime, getTime, getUnicodeStream, getUnicodeStream, getURL, getURL, getWarnings, insertRow, isWrapperFor, moveToCurrentRow, moveToInsertRow, refreshRow, rowDeleted, rowInserted, rowUpdated, unwrap, 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, updateShort, updateShort, updateSQLXML, updateSQLXML, updateString, updateString, updateTime, updateTime, updateTimestamp, updateTimestampclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitupdateObject, updateObject, updateObject, updateObjectpublic ClickHouseScrollableResultSet(InputStream is, int bufferSize, String db, String table, boolean usesWithTotals, ClickHouseStatement statement, TimeZone timezone, ClickHouseProperties properties) throws IOException
IOExceptionpublic boolean hasNext()
throws SQLException
hasNext in class ClickHouseResultSetSQLExceptionpublic boolean next()
throws SQLException
next in interface ResultSetnext in class ClickHouseResultSetSQLExceptionpublic int getType()
throws SQLException
getType in interface ResultSetgetType in class ClickHouseResultSetSQLExceptionpublic int getRow()
throws SQLException
getRow in interface ResultSetgetRow in class ClickHouseResultSetSQLExceptionpublic boolean isBeforeFirst()
throws SQLException
isBeforeFirst in interface ResultSetisBeforeFirst in class ClickHouseResultSetSQLExceptionpublic boolean isAfterLast()
throws SQLException
isAfterLast in interface ResultSetisAfterLast in class ClickHouseResultSetSQLExceptionpublic boolean isFirst()
throws SQLException
isFirst in interface ResultSetisFirst in class ClickHouseResultSetSQLExceptionpublic void beforeFirst()
throws SQLException
beforeFirst in interface ResultSetbeforeFirst in class AbstractResultSetSQLExceptionpublic void afterLast()
throws SQLException
afterLast in interface ResultSetafterLast in class AbstractResultSetSQLExceptionpublic boolean first()
throws SQLException
first in interface ResultSetfirst in class AbstractResultSetSQLExceptionpublic boolean last()
throws SQLException
last in interface ResultSetlast in class AbstractResultSetSQLExceptionpublic boolean absolute(int row)
throws SQLException
absolute in interface ResultSetabsolute in class AbstractResultSetSQLExceptionpublic boolean relative(int rows)
throws SQLException
relative in interface ResultSetrelative in class AbstractResultSetSQLExceptionpublic boolean previous()
throws SQLException
previous in interface ResultSetprevious in class AbstractResultSetSQLExceptionCopyright © 2020. All rights reserved.