Package com.clickhouse.jdbc
Class ClickHouseResultSet
java.lang.Object
com.clickhouse.jdbc.JdbcWrapper
com.clickhouse.jdbc.AbstractResultSet
com.clickhouse.jdbc.ClickHouseResultSet
- All Implemented Interfaces:
AutoCloseable,ResultSet,Wrapper
- Direct Known Subclasses:
ClickHouseScrollableResultSet
Deprecated.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final List<ClickHouseColumn>Deprecated.protected final ClickHouseConfigDeprecated.protected final StringDeprecated.protected final CalendarDeprecated.Deprecated.protected final JdbcTypeMappingDeprecated.protected final intDeprecated.protected final ClickHouseResultSetMetaDataDeprecated.protected final booleanDeprecated.protected final ClickHouseResponseDeprecated.protected final ClickHouseStatementDeprecated.protected final StringDeprecated.protected final booleanDeprecated.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
ConstructorsConstructorDescriptionClickHouseResultSet(String database, String table, ClickHouseStatement statement, ClickHouseResponse response) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionvoidclose()Deprecated.protected voidensureRead(int columnIndex) Deprecated.intfindColumn(String columnLabel) Deprecated.getArray(int columnIndex) Deprecated.Deprecated.getAsciiStream(int columnIndex) Deprecated.getAsciiStream(String columnLabel) Deprecated.getBigDecimal(int columnIndex) Deprecated.getBigDecimal(int columnIndex, int scale) Deprecated.getBigDecimal(String columnLabel) Deprecated.getBigDecimal(String columnLabel, int scale) Deprecated.getBigInteger(int columnIndex) Deprecated.getBigInteger(String columnLabel) Deprecated.getBinaryStream(int columnIndex) Deprecated.getBinaryStream(String columnLabel) Deprecated.getBlob(int columnIndex) Deprecated.Deprecated.booleangetBoolean(int columnIndex) Deprecated.booleangetBoolean(String columnLabel) Deprecated.bytegetByte(int columnIndex) Deprecated.byteDeprecated.byte[]getBytes(int columnIndex) Deprecated.byte[]Deprecated.getCharacterStream(int columnIndex) Deprecated.getCharacterStream(String columnLabel) Deprecated.getClob(int columnIndex) Deprecated.Deprecated.String[]Deprecated.protected List<ClickHouseColumn>Deprecated.Deprecated.getDate(int columnIndex) Deprecated.Deprecated.Deprecated.Deprecated.doublegetDouble(int columnIndex) Deprecated.doubleDeprecated.intDeprecated.floatgetFloat(int columnIndex) Deprecated.floatDeprecated.intgetInt(int columnIndex) Deprecated.intDeprecated.longgetLong(int columnIndex) Deprecated.longDeprecated.Deprecated.getNCharacterStream(int columnIndex) Deprecated.getNCharacterStream(String columnLabel) Deprecated.getNClob(int columnIndex) Deprecated.Deprecated.getNString(int columnIndex) Deprecated.getNString(String columnLabel) Deprecated.getObject(int columnIndex) Deprecated.<T> TDeprecated.Deprecated.Deprecated.<T> TDeprecated.Deprecated.getRef(int columnIndex) Deprecated.Deprecated.intgetRow()Deprecated.getRowId(int columnIndex) Deprecated.Deprecated.shortgetShort(int columnIndex) Deprecated.shortDeprecated.getSQLXML(int columnIndex) Deprecated.Deprecated.Deprecated.getString(int columnIndex) Deprecated.Deprecated.getTime(int columnIndex) Deprecated.Deprecated.Deprecated.Deprecated.getTimestamp(int columnIndex) Deprecated.getTimestamp(int columnIndex, Calendar cal) Deprecated.getTimestamp(String columnLabel) Deprecated.getTimestamp(String columnLabel, Calendar cal) Deprecated.getUnicodeStream(int columnIndex) Deprecated.getUnicodeStream(String columnLabel) Deprecated.getURL(int columnIndex) Deprecated.Deprecated.protected ClickHouseValuegetValue(int columnIndex) Deprecated.protected booleanhasNext()Deprecated.Check if there is another row.booleanDeprecated.booleanDeprecated.booleanisClosed()Deprecated.booleanisFirst()Deprecated.booleanisLast()Deprecated.booleanisWrapperFor(Class<?> iface) Deprecated.booleannext()Deprecated.voidsetFetchSize(int rows) Deprecated.<T> TDeprecated.booleanwasNull()Deprecated.Methods inherited from class com.clickhouse.jdbc.AbstractResultSet
absolute, afterLast, beforeFirst, cancelRowUpdates, clearWarnings, deleteRow, ensureOpen, first, getConcurrency, getFetchDirection, getHoldability, getType, getWarnings, insertRow, last, moveToCurrentRow, moveToInsertRow, previous, refreshRow, relative, rowDeleted, rowInserted, rowUpdated, setFetchDirection, 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, updateObject, updateObject, updateObject, updateObject, updateRef, updateRef, updateRow, updateRowId, updateRowId, updateShort, updateShort, updateSQLXML, updateSQLXML, updateString, updateString, updateTime, updateTime, updateTimestamp, updateTimestamp
-
Field Details
-
database
Deprecated. -
table
Deprecated. -
statement
Deprecated. -
response
Deprecated. -
config
Deprecated. -
wrapObject
protected final boolean wrapObjectDeprecated. -
columns
Deprecated. -
defaultCalendar
Deprecated. -
maxRows
protected final int maxRowsDeprecated. -
nullAsDefault
protected final boolean nullAsDefaultDeprecated. -
metaData
Deprecated. -
mapper
Deprecated. -
defaultTypeMap
Deprecated.
-
-
Constructor Details
-
ClickHouseResultSet
public ClickHouseResultSet(String database, String table, ClickHouseStatement statement, ClickHouseResponse response) throws SQLException Deprecated.- Throws:
SQLException
-
-
Method Details
-
ensureRead
Deprecated.- Throws:
SQLException
-
getColumns
Deprecated. -
getValue
Deprecated.- Throws:
SQLException
-
hasNext
Deprecated.Check if there is another row.- Returns:
trueif this result set has another row after the current cursor position,falseelse- Throws:
SQLException- if something goes wrong
-
getBigInteger
Deprecated.- Throws:
SQLException
-
getBigInteger
Deprecated.- Throws:
SQLException
-
getColumnNames
Deprecated. -
close
Deprecated.- Throws:
SQLException
-
findColumn
Deprecated.- Throws:
SQLException
-
getArray
Deprecated.- Throws:
SQLException
-
getArray
Deprecated.- Throws:
SQLException
-
getAsciiStream
Deprecated.- Throws:
SQLException
-
getAsciiStream
Deprecated.- Throws:
SQLException
-
getBigDecimal
Deprecated.- Throws:
SQLException
-
getBigDecimal
Deprecated.- Throws:
SQLException
-
getBigDecimal
Deprecated.- Throws:
SQLException
-
getBigDecimal
Deprecated.- Throws:
SQLException
-
getBinaryStream
Deprecated.- Throws:
SQLException
-
getBinaryStream
Deprecated.- Throws:
SQLException
-
getBlob
Deprecated.- Throws:
SQLException
-
getBlob
Deprecated.- Throws:
SQLException
-
getBoolean
Deprecated.- Throws:
SQLException
-
getBoolean
Deprecated.- Throws:
SQLException
-
getByte
Deprecated.- Throws:
SQLException
-
getByte
Deprecated.- Throws:
SQLException
-
getBytes
Deprecated.- Throws:
SQLException
-
getBytes
Deprecated.- Throws:
SQLException
-
getCharacterStream
Deprecated.- Throws:
SQLException
-
getCharacterStream
Deprecated.- Throws:
SQLException
-
getClob
Deprecated.- Throws:
SQLException
-
getClob
Deprecated.- Throws:
SQLException
-
getCursorName
Deprecated.- Throws:
SQLException
-
getDate
Deprecated.- Throws:
SQLException
-
getDate
Deprecated.- Throws:
SQLException
-
getDate
Deprecated.- Throws:
SQLException
-
getDate
Deprecated.- Throws:
SQLException
-
getDouble
Deprecated.- Throws:
SQLException
-
getDouble
Deprecated.- Throws:
SQLException
-
getFetchSize
Deprecated.- Throws:
SQLException
-
getFloat
Deprecated.- Throws:
SQLException
-
getFloat
Deprecated.- Throws:
SQLException
-
getInt
Deprecated.- Throws:
SQLException
-
getInt
Deprecated.- Throws:
SQLException
-
getLong
Deprecated.- Throws:
SQLException
-
getLong
Deprecated.- Throws:
SQLException
-
getMetaData
Deprecated.- Throws:
SQLException
-
getNCharacterStream
Deprecated.- Throws:
SQLException
-
getNCharacterStream
Deprecated.- Throws:
SQLException
-
getNClob
Deprecated.- Throws:
SQLException
-
getNClob
Deprecated.- Throws:
SQLException
-
getNString
Deprecated.- Throws:
SQLException
-
getNString
Deprecated.- Throws:
SQLException
-
getObject
Deprecated.- Throws:
SQLException
-
getObject
Deprecated.- Throws:
SQLException
-
getObject
Deprecated.- Throws:
SQLException
-
getObject
Deprecated.- Throws:
SQLException
-
getObject
Deprecated.- Throws:
SQLException
-
getObject
Deprecated.- Throws:
SQLException
-
getRef
Deprecated.- Throws:
SQLException
-
getRef
Deprecated.- Throws:
SQLException
-
getRow
Deprecated.- Throws:
SQLException
-
getRowId
Deprecated.- Throws:
SQLException
-
getRowId
Deprecated.- Throws:
SQLException
-
getSQLXML
Deprecated.- Throws:
SQLException
-
getSQLXML
Deprecated.- Throws:
SQLException
-
getShort
Deprecated.- Throws:
SQLException
-
getShort
Deprecated.- Throws:
SQLException
-
getStatement
Deprecated.- Throws:
SQLException
-
getString
Deprecated.- Throws:
SQLException
-
getString
Deprecated.- Throws:
SQLException
-
getTime
Deprecated.- Throws:
SQLException
-
getTime
Deprecated.- Throws:
SQLException
-
getTime
Deprecated.- Throws:
SQLException
-
getTime
Deprecated.- Throws:
SQLException
-
getTimestamp
Deprecated.- Throws:
SQLException
-
getTimestamp
Deprecated.- Throws:
SQLException
-
getTimestamp
Deprecated.- Throws:
SQLException
-
getTimestamp
Deprecated.- Throws:
SQLException
-
getURL
Deprecated.- Throws:
SQLException
-
getURL
Deprecated.- Throws:
SQLException
-
getUnicodeStream
Deprecated.- Throws:
SQLException
-
getUnicodeStream
Deprecated.- Throws:
SQLException
-
isAfterLast
Deprecated.- Throws:
SQLException
-
isBeforeFirst
Deprecated.- Throws:
SQLException
-
isClosed
Deprecated.- Throws:
SQLException
-
isFirst
Deprecated.- Throws:
SQLException
-
isLast
Deprecated.- Throws:
SQLException
-
next
Deprecated.- Throws:
SQLException
-
setFetchSize
Deprecated.- Throws:
SQLException
-
wasNull
Deprecated.- Throws:
SQLException
-
isWrapperFor
Deprecated.- Specified by:
isWrapperForin interfaceWrapper- Overrides:
isWrapperForin classJdbcWrapper- Throws:
SQLException
-
unwrap
Deprecated.- Specified by:
unwrapin interfaceWrapper- Overrides:
unwrapin classJdbcWrapper- Throws:
SQLException
-