public class ClickHouseResultSet extends Object implements SQLResultSet
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 and Description |
|---|
ClickHouseResultSet(ClickHouseStatement statement,
ClickHouseConfig cfg,
String db,
String table,
Block header,
CheckedIterator<DataResponse,SQLException> dataResponses) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitabsolute, afterLast, beforeFirst, cancelRowUpdates, clearWarnings, deleteRow, getAsciiStream, getAsciiStream, getBigDecimal, getBigDecimal, getBinaryStream, getBinaryStream, getBlob, getBlob, getCharacterStream, getCharacterStream, getClob, getClob, getConcurrency, getCursorName, getDate, getDate, getNCharacterStream, getNCharacterStream, getNClob, getNClob, getNString, getNString, getObject, getObject, getObject, getObject, getRef, getRef, getRow, getRowId, getRowId, getSQLXML, getSQLXML, getTime, getTime, getTime, getTime, getUnicodeStream, getUnicodeStream, getWarnings, insertRow, isLast, moveToCurrentRow, moveToInsertRow, previous, refreshRow, relative, 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, updateShort, updateShort, updateSQLXML, updateSQLXML, updateString, updateString, updateTime, updateTime, updateTimestamp, updateTimestampupdateObject, updateObject, updateObject, updateObjectisWrapperFor, unwrappublic ClickHouseResultSet(ClickHouseStatement statement, ClickHouseConfig cfg, String db, String table, Block header, CheckedIterator<DataResponse,SQLException> dataResponses)
public boolean getBoolean(String name) throws SQLException
getBoolean in interface SQLResultSetgetBoolean in interface ResultSetSQLExceptionpublic byte getByte(String name) throws SQLException
getByte in interface SQLResultSetgetByte in interface ResultSetSQLExceptionpublic short getShort(String name) throws SQLException
getShort in interface SQLResultSetgetShort in interface ResultSetSQLExceptionpublic int getInt(String name) throws SQLException
getInt in interface SQLResultSetgetInt in interface ResultSetSQLExceptionpublic long getLong(String name) throws SQLException
getLong in interface SQLResultSetgetLong in interface ResultSetSQLExceptionpublic float getFloat(String name) throws SQLException
getFloat in interface SQLResultSetgetFloat in interface ResultSetSQLExceptionpublic double getDouble(String name) throws SQLException
getDouble in interface SQLResultSetgetDouble in interface ResultSetSQLExceptionpublic Timestamp getTimestamp(String name) throws SQLException
getTimestamp in interface SQLResultSetgetTimestamp in interface ResultSetSQLExceptionpublic Timestamp getTimestamp(String name, Calendar cal) throws SQLException
getTimestamp in interface SQLResultSetgetTimestamp in interface ResultSetSQLExceptionpublic Date getDate(String name) throws SQLException
getDate in interface SQLResultSetgetDate in interface ResultSetSQLExceptionpublic BigDecimal getBigDecimal(String name) throws SQLException
getBigDecimal in interface SQLResultSetgetBigDecimal in interface ResultSetSQLExceptionpublic String getString(String name) throws SQLException
getString in interface SQLResultSetgetString in interface ResultSetSQLExceptionpublic byte[] getBytes(String name) throws SQLException
getBytes in interface SQLResultSetgetBytes in interface ResultSetSQLExceptionpublic URL getURL(String name) throws SQLException
getURL in interface SQLResultSetgetURL in interface ResultSetSQLExceptionpublic Array getArray(String name) throws SQLException
getArray in interface SQLResultSetgetArray in interface ResultSetSQLExceptionpublic Object getObject(String name) throws SQLException
getObject in interface SQLResultSetgetObject in interface ResultSetSQLExceptionpublic boolean getBoolean(int position)
throws SQLException
getBoolean in interface SQLResultSetgetBoolean in interface ResultSetSQLExceptionpublic byte getByte(int position)
throws SQLException
getByte in interface SQLResultSetgetByte in interface ResultSetSQLExceptionpublic short getShort(int position)
throws SQLException
getShort in interface SQLResultSetgetShort in interface ResultSetSQLExceptionpublic int getInt(int position)
throws SQLException
getInt in interface SQLResultSetgetInt in interface ResultSetSQLExceptionpublic long getLong(int position)
throws SQLException
getLong in interface SQLResultSetgetLong in interface ResultSetSQLExceptionpublic float getFloat(int position)
throws SQLException
getFloat in interface SQLResultSetgetFloat in interface ResultSetSQLExceptionpublic double getDouble(int position)
throws SQLException
getDouble in interface SQLResultSetgetDouble in interface ResultSetSQLExceptionpublic Timestamp getTimestamp(int position) throws SQLException
getTimestamp in interface SQLResultSetgetTimestamp in interface ResultSetSQLExceptionpublic Timestamp getTimestamp(int position, Calendar cal) throws SQLException
getTimestamp in interface SQLResultSetgetTimestamp in interface ResultSetSQLExceptionpublic Date getDate(int position) throws SQLException
getDate in interface SQLResultSetgetDate in interface ResultSetSQLExceptionpublic BigDecimal getBigDecimal(int position) throws SQLException
getBigDecimal in interface SQLResultSetgetBigDecimal in interface ResultSetSQLExceptionpublic String getString(int position) throws SQLException
getString in interface SQLResultSetgetString in interface ResultSetSQLExceptionpublic byte[] getBytes(int position)
throws SQLException
getBytes in interface SQLResultSetgetBytes in interface ResultSetSQLExceptionpublic URL getURL(int position) throws SQLException
getURL in interface SQLResultSetgetURL in interface ResultSetSQLExceptionpublic Array getArray(int position) throws SQLException
getArray in interface SQLResultSetgetArray in interface ResultSetSQLExceptionpublic Object getObject(int position) throws SQLException
getObject in interface SQLResultSetgetObject in interface ResultSetSQLExceptionpublic boolean first()
throws SQLException
first in interface SQLResultSetfirst in interface ResultSetSQLExceptionpublic boolean last()
throws SQLException
last in interface SQLResultSetlast in interface ResultSetSQLExceptionpublic boolean isBeforeFirst()
throws SQLException
isBeforeFirst in interface SQLResultSetisBeforeFirst in interface ResultSetSQLExceptionpublic boolean isFirst()
throws SQLException
isFirst in interface SQLResultSetisFirst in interface ResultSetSQLExceptionpublic boolean isAfterLast()
throws SQLException
isAfterLast in interface SQLResultSetisAfterLast in interface ResultSetSQLExceptionpublic void setFetchDirection(int direction)
throws SQLException
setFetchDirection in interface SQLResultSetsetFetchDirection in interface ResultSetSQLExceptionpublic int getFetchDirection()
throws SQLException
getFetchDirection in interface SQLResultSetgetFetchDirection in interface ResultSetSQLExceptionpublic void setFetchSize(int rows)
throws SQLException
setFetchSize in interface SQLResultSetsetFetchSize in interface ResultSetSQLExceptionpublic int getFetchSize()
throws SQLException
getFetchSize in interface SQLResultSetgetFetchSize in interface ResultSetSQLExceptionpublic int getType()
throws SQLException
getType in interface SQLResultSetgetType in interface ResultSetSQLExceptionpublic ResultSetMetaData getMetaData() throws SQLException
getMetaData in interface SQLResultSetgetMetaData in interface ResultSetSQLExceptionpublic boolean wasNull()
throws SQLException
wasNull in interface SQLResultSetwasNull in interface ResultSetSQLExceptionpublic int getHoldability()
throws SQLException
getHoldability in interface SQLResultSetgetHoldability in interface ResultSetSQLExceptionpublic Statement getStatement() throws SQLException
getStatement in interface SQLResultSetgetStatement in interface ResultSetSQLExceptionpublic int findColumn(String name) throws SQLException
findColumn in interface SQLResultSetfindColumn in interface ResultSetSQLExceptionpublic boolean next()
throws SQLException
next in interface SQLResultSetnext in interface ResultSetSQLExceptionpublic void close()
throws SQLException
close in interface SQLResultSetclose in interface AutoCloseableclose in interface ResultSetSQLExceptionpublic boolean isClosed()
throws SQLException
isClosed in interface SQLResultSetisClosed in interface ResultSetSQLExceptionCopyright © 2021. All rights reserved.