Package com.clickhouse.jdbc
Class AbstractResultSet
java.lang.Object
com.clickhouse.jdbc.JdbcWrapper
com.clickhouse.jdbc.AbstractResultSet
- All Implemented Interfaces:
AutoCloseable,ResultSet,Wrapper
- Direct Known Subclasses:
ClickHouseResultSet,CombinedResultSet
Deprecated.
-
Field Summary
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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanabsolute(int row) Deprecated.voidDeprecated.voidDeprecated.voidDeprecated.voidDeprecated.voidDeprecated.protected voidDeprecated.booleanfirst()Deprecated.intDeprecated.intDeprecated.intDeprecated.intgetType()Deprecated.Deprecated.voidDeprecated.booleanlast()Deprecated.voidDeprecated.voidDeprecated.booleanprevious()Deprecated.voidDeprecated.booleanrelative(int rows) Deprecated.booleanDeprecated.booleanDeprecated.booleanDeprecated.voidsetFetchDirection(int direction) Deprecated.voidupdateArray(int columnIndex, Array x) Deprecated.voidupdateArray(String columnLabel, Array x) Deprecated.voidupdateAsciiStream(int columnIndex, InputStream x) Deprecated.voidupdateAsciiStream(int columnIndex, InputStream x, int length) Deprecated.voidupdateAsciiStream(int columnIndex, InputStream x, long length) Deprecated.voidupdateAsciiStream(String columnLabel, InputStream x) Deprecated.voidupdateAsciiStream(String columnLabel, InputStream x, int length) Deprecated.voidupdateAsciiStream(String columnLabel, InputStream x, long length) Deprecated.voidupdateBigDecimal(int columnIndex, BigDecimal x) Deprecated.voidupdateBigDecimal(String columnLabel, BigDecimal x) Deprecated.voidupdateBinaryStream(int columnIndex, InputStream x) Deprecated.voidupdateBinaryStream(int columnIndex, InputStream x, int length) Deprecated.voidupdateBinaryStream(int columnIndex, InputStream x, long length) Deprecated.voidupdateBinaryStream(String columnLabel, InputStream x) Deprecated.voidupdateBinaryStream(String columnLabel, InputStream x, int length) Deprecated.voidupdateBinaryStream(String columnLabel, InputStream x, long length) Deprecated.voidupdateBlob(int columnIndex, InputStream inputStream) Deprecated.voidupdateBlob(int columnIndex, InputStream inputStream, long length) Deprecated.voidupdateBlob(int columnIndex, Blob x) Deprecated.voidupdateBlob(String columnLabel, InputStream inputStream) Deprecated.voidupdateBlob(String columnLabel, InputStream inputStream, long length) Deprecated.voidupdateBlob(String columnLabel, Blob x) Deprecated.voidupdateBoolean(int columnIndex, boolean x) Deprecated.voidupdateBoolean(String columnLabel, boolean x) Deprecated.voidupdateByte(int columnIndex, byte x) Deprecated.voidupdateByte(String columnLabel, byte x) Deprecated.voidupdateBytes(int columnIndex, byte[] x) Deprecated.voidupdateBytes(String columnLabel, byte[] x) Deprecated.voidupdateCharacterStream(int columnIndex, Reader reader) Deprecated.voidupdateCharacterStream(int columnIndex, Reader reader, int length) Deprecated.voidupdateCharacterStream(int columnIndex, Reader reader, long length) Deprecated.voidupdateCharacterStream(String columnLabel, Reader reader) Deprecated.voidupdateCharacterStream(String columnLabel, Reader reader, int length) Deprecated.voidupdateCharacterStream(String columnLabel, Reader reader, long length) Deprecated.voidupdateClob(int columnIndex, Reader reader) Deprecated.voidupdateClob(int columnIndex, Reader reader, long length) Deprecated.voidupdateClob(int columnIndex, Clob x) Deprecated.voidupdateClob(String columnLabel, Reader reader) Deprecated.voidupdateClob(String columnLabel, Reader reader, long length) Deprecated.voidupdateClob(String columnLabel, Clob x) Deprecated.voidupdateDate(int columnIndex, Date x) Deprecated.voidupdateDate(String columnLabel, Date x) Deprecated.voidupdateDouble(int columnIndex, double x) Deprecated.voidupdateDouble(String columnLabel, double x) Deprecated.voidupdateFloat(int columnIndex, float x) Deprecated.voidupdateFloat(String columnLabel, float x) Deprecated.voidupdateInt(int columnIndex, int x) Deprecated.voidDeprecated.voidupdateLong(int columnIndex, long x) Deprecated.voidupdateLong(String columnLabel, long x) Deprecated.voidupdateNCharacterStream(int columnIndex, Reader reader) Deprecated.voidupdateNCharacterStream(int columnIndex, Reader reader, long length) Deprecated.voidupdateNCharacterStream(String columnLabel, Reader reader) Deprecated.voidupdateNCharacterStream(String columnLabel, Reader reader, long length) Deprecated.voidupdateNClob(int columnIndex, Reader reader) Deprecated.voidupdateNClob(int columnIndex, Reader reader, long length) Deprecated.voidupdateNClob(int columnIndex, NClob nClob) Deprecated.voidupdateNClob(String columnLabel, Reader reader) Deprecated.voidupdateNClob(String columnLabel, Reader reader, long length) Deprecated.voidupdateNClob(String columnLabel, NClob nClob) Deprecated.voidupdateNString(int columnIndex, String nString) Deprecated.voidupdateNString(String columnLabel, String nString) Deprecated.voidupdateNull(int columnIndex) Deprecated.voidupdateNull(String columnLabel) Deprecated.voidupdateObject(int columnIndex, Object x) Deprecated.voidupdateObject(int columnIndex, Object x, int scaleOrLength) Deprecated.voidupdateObject(int columnIndex, Object x, SQLType targetSqlType) Deprecated.voidupdateObject(int columnIndex, Object x, SQLType targetSqlType, int scaleOrLength) Deprecated.voidupdateObject(String columnLabel, Object x) Deprecated.voidupdateObject(String columnLabel, Object x, int scaleOrLength) Deprecated.voidupdateObject(String columnLabel, Object x, SQLType targetSqlType) Deprecated.voidupdateObject(String columnLabel, Object x, SQLType targetSqlType, int scaleOrLength) Deprecated.voidDeprecated.voidDeprecated.voidDeprecated.voidupdateRowId(int columnIndex, RowId x) Deprecated.voidupdateRowId(String columnLabel, RowId x) Deprecated.voidupdateShort(int columnIndex, short x) Deprecated.voidupdateShort(String columnLabel, short x) Deprecated.voidupdateSQLXML(int columnIndex, SQLXML xmlObject) Deprecated.voidupdateSQLXML(String columnLabel, SQLXML xmlObject) Deprecated.voidupdateString(int columnIndex, String x) Deprecated.voidupdateString(String columnLabel, String x) Deprecated.voidupdateTime(int columnIndex, Time x) Deprecated.voidupdateTime(String columnLabel, Time x) Deprecated.voidupdateTimestamp(int columnIndex, Timestamp x) Deprecated.voidupdateTimestamp(String columnLabel, Timestamp x) Deprecated.Methods inherited from class com.clickhouse.jdbc.JdbcWrapper
isWrapperFor, unwrapMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.sql.ResultSet
close, findColumn, getArray, getArray, getAsciiStream, getAsciiStream, getBigDecimal, getBigDecimal, getBigDecimal, getBigDecimal, getBinaryStream, getBinaryStream, getBlob, getBlob, getBoolean, getBoolean, getByte, getByte, getBytes, getBytes, getCharacterStream, getCharacterStream, getClob, getClob, getCursorName, getDate, getDate, getDate, getDate, getDouble, getDouble, getFetchSize, getFloat, getFloat, getInt, getInt, getLong, getLong, getMetaData, getNCharacterStream, getNCharacterStream, getNClob, getNClob, getNString, getNString, getObject, getObject, getObject, getObject, getObject, getObject, getRef, getRef, getRow, getRowId, getRowId, getShort, getShort, getSQLXML, getSQLXML, getStatement, getString, getString, getTime, getTime, getTime, getTime, getTimestamp, getTimestamp, getTimestamp, getTimestamp, getUnicodeStream, getUnicodeStream, getURL, getURL, isAfterLast, isBeforeFirst, isClosed, isFirst, isLast, next, setFetchSize, wasNullMethods inherited from interface java.sql.Wrapper
isWrapperFor, unwrap
-
Constructor Details
-
AbstractResultSet
public AbstractResultSet()Deprecated.
-
-
Method Details
-
ensureOpen
Deprecated.- Throws:
SQLException
-
absolute
Deprecated.- Specified by:
absolutein interfaceResultSet- Throws:
SQLException
-
afterLast
Deprecated.- Specified by:
afterLastin interfaceResultSet- Throws:
SQLException
-
beforeFirst
Deprecated.- Specified by:
beforeFirstin interfaceResultSet- Throws:
SQLException
-
cancelRowUpdates
Deprecated.- Specified by:
cancelRowUpdatesin interfaceResultSet- Throws:
SQLException
-
clearWarnings
Deprecated.- Specified by:
clearWarningsin interfaceResultSet- Throws:
SQLException
-
deleteRow
Deprecated.- Specified by:
deleteRowin interfaceResultSet- Throws:
SQLException
-
first
Deprecated.- Specified by:
firstin interfaceResultSet- Throws:
SQLException
-
getConcurrency
Deprecated.- Specified by:
getConcurrencyin interfaceResultSet- Throws:
SQLException
-
getFetchDirection
Deprecated.- Specified by:
getFetchDirectionin interfaceResultSet- Throws:
SQLException
-
getHoldability
Deprecated.- Specified by:
getHoldabilityin interfaceResultSet- Throws:
SQLException
-
getType
Deprecated.- Specified by:
getTypein interfaceResultSet- Throws:
SQLException
-
getWarnings
Deprecated.- Specified by:
getWarningsin interfaceResultSet- Throws:
SQLException
-
insertRow
Deprecated.- Specified by:
insertRowin interfaceResultSet- Throws:
SQLException
-
last
Deprecated.- Specified by:
lastin interfaceResultSet- Throws:
SQLException
-
moveToCurrentRow
Deprecated.- Specified by:
moveToCurrentRowin interfaceResultSet- Throws:
SQLException
-
moveToInsertRow
Deprecated.- Specified by:
moveToInsertRowin interfaceResultSet- Throws:
SQLException
-
previous
Deprecated.- Specified by:
previousin interfaceResultSet- Throws:
SQLException
-
refreshRow
Deprecated.- Specified by:
refreshRowin interfaceResultSet- Throws:
SQLException
-
relative
Deprecated.- Specified by:
relativein interfaceResultSet- Throws:
SQLException
-
rowDeleted
Deprecated.- Specified by:
rowDeletedin interfaceResultSet- Throws:
SQLException
-
rowInserted
Deprecated.- Specified by:
rowInsertedin interfaceResultSet- Throws:
SQLException
-
rowUpdated
Deprecated.- Specified by:
rowUpdatedin interfaceResultSet- Throws:
SQLException
-
setFetchDirection
Deprecated.- Specified by:
setFetchDirectionin interfaceResultSet- Throws:
SQLException
-
updateArray
Deprecated.- Specified by:
updateArrayin interfaceResultSet- Throws:
SQLException
-
updateArray
Deprecated.- Specified by:
updateArrayin interfaceResultSet- Throws:
SQLException
-
updateAsciiStream
Deprecated.- Specified by:
updateAsciiStreamin interfaceResultSet- Throws:
SQLException
-
updateAsciiStream
Deprecated.- Specified by:
updateAsciiStreamin interfaceResultSet- Throws:
SQLException
-
updateAsciiStream
Deprecated.- Specified by:
updateAsciiStreamin interfaceResultSet- Throws:
SQLException
-
updateAsciiStream
Deprecated.- Specified by:
updateAsciiStreamin interfaceResultSet- Throws:
SQLException
-
updateAsciiStream
Deprecated.- Specified by:
updateAsciiStreamin interfaceResultSet- Throws:
SQLException
-
updateAsciiStream
Deprecated.- Specified by:
updateAsciiStreamin interfaceResultSet- Throws:
SQLException
-
updateBigDecimal
Deprecated.- Specified by:
updateBigDecimalin interfaceResultSet- Throws:
SQLException
-
updateBigDecimal
Deprecated.- Specified by:
updateBigDecimalin interfaceResultSet- Throws:
SQLException
-
updateBinaryStream
Deprecated.- Specified by:
updateBinaryStreamin interfaceResultSet- Throws:
SQLException
-
updateBinaryStream
Deprecated.- Specified by:
updateBinaryStreamin interfaceResultSet- Throws:
SQLException
-
updateBinaryStream
Deprecated.- Specified by:
updateBinaryStreamin interfaceResultSet- Throws:
SQLException
-
updateBinaryStream
Deprecated.- Specified by:
updateBinaryStreamin interfaceResultSet- Throws:
SQLException
-
updateBinaryStream
Deprecated.- Specified by:
updateBinaryStreamin interfaceResultSet- Throws:
SQLException
-
updateBinaryStream
Deprecated.- Specified by:
updateBinaryStreamin interfaceResultSet- Throws:
SQLException
-
updateBlob
Deprecated.- Specified by:
updateBlobin interfaceResultSet- Throws:
SQLException
-
updateBlob
Deprecated.- Specified by:
updateBlobin interfaceResultSet- Throws:
SQLException
-
updateBlob
Deprecated.- Specified by:
updateBlobin interfaceResultSet- Throws:
SQLException
-
updateBlob
Deprecated.- Specified by:
updateBlobin interfaceResultSet- Throws:
SQLException
-
updateBlob
Deprecated.- Specified by:
updateBlobin interfaceResultSet- Throws:
SQLException
-
updateBlob
public void updateBlob(String columnLabel, InputStream inputStream, long length) throws SQLException Deprecated.- Specified by:
updateBlobin interfaceResultSet- Throws:
SQLException
-
updateBoolean
Deprecated.- Specified by:
updateBooleanin interfaceResultSet- Throws:
SQLException
-
updateBoolean
Deprecated.- Specified by:
updateBooleanin interfaceResultSet- Throws:
SQLException
-
updateByte
Deprecated.- Specified by:
updateBytein interfaceResultSet- Throws:
SQLException
-
updateByte
Deprecated.- Specified by:
updateBytein interfaceResultSet- Throws:
SQLException
-
updateBytes
Deprecated.- Specified by:
updateBytesin interfaceResultSet- Throws:
SQLException
-
updateBytes
Deprecated.- Specified by:
updateBytesin interfaceResultSet- Throws:
SQLException
-
updateCharacterStream
Deprecated.- Specified by:
updateCharacterStreamin interfaceResultSet- Throws:
SQLException
-
updateCharacterStream
Deprecated.- Specified by:
updateCharacterStreamin interfaceResultSet- Throws:
SQLException
-
updateCharacterStream
Deprecated.- Specified by:
updateCharacterStreamin interfaceResultSet- Throws:
SQLException
-
updateCharacterStream
public void updateCharacterStream(String columnLabel, Reader reader, int length) throws SQLException Deprecated.- Specified by:
updateCharacterStreamin interfaceResultSet- Throws:
SQLException
-
updateCharacterStream
Deprecated.- Specified by:
updateCharacterStreamin interfaceResultSet- Throws:
SQLException
-
updateCharacterStream
public void updateCharacterStream(String columnLabel, Reader reader, long length) throws SQLException Deprecated.- Specified by:
updateCharacterStreamin interfaceResultSet- Throws:
SQLException
-
updateClob
Deprecated.- Specified by:
updateClobin interfaceResultSet- Throws:
SQLException
-
updateClob
Deprecated.- Specified by:
updateClobin interfaceResultSet- Throws:
SQLException
-
updateClob
Deprecated.- Specified by:
updateClobin interfaceResultSet- Throws:
SQLException
-
updateClob
Deprecated.- Specified by:
updateClobin interfaceResultSet- Throws:
SQLException
-
updateClob
Deprecated.- Specified by:
updateClobin interfaceResultSet- Throws:
SQLException
-
updateClob
Deprecated.- Specified by:
updateClobin interfaceResultSet- Throws:
SQLException
-
updateDate
Deprecated.- Specified by:
updateDatein interfaceResultSet- Throws:
SQLException
-
updateDate
Deprecated.- Specified by:
updateDatein interfaceResultSet- Throws:
SQLException
-
updateDouble
Deprecated.- Specified by:
updateDoublein interfaceResultSet- Throws:
SQLException
-
updateDouble
Deprecated.- Specified by:
updateDoublein interfaceResultSet- Throws:
SQLException
-
updateFloat
Deprecated.- Specified by:
updateFloatin interfaceResultSet- Throws:
SQLException
-
updateFloat
Deprecated.- Specified by:
updateFloatin interfaceResultSet- Throws:
SQLException
-
updateInt
Deprecated.- Specified by:
updateIntin interfaceResultSet- Throws:
SQLException
-
updateInt
Deprecated.- Specified by:
updateIntin interfaceResultSet- Throws:
SQLException
-
updateLong
Deprecated.- Specified by:
updateLongin interfaceResultSet- Throws:
SQLException
-
updateLong
Deprecated.- Specified by:
updateLongin interfaceResultSet- Throws:
SQLException
-
updateNCharacterStream
Deprecated.- Specified by:
updateNCharacterStreamin interfaceResultSet- Throws:
SQLException
-
updateNCharacterStream
Deprecated.- Specified by:
updateNCharacterStreamin interfaceResultSet- Throws:
SQLException
-
updateNCharacterStream
Deprecated.- Specified by:
updateNCharacterStreamin interfaceResultSet- Throws:
SQLException
-
updateNCharacterStream
public void updateNCharacterStream(String columnLabel, Reader reader, long length) throws SQLException Deprecated.- Specified by:
updateNCharacterStreamin interfaceResultSet- Throws:
SQLException
-
updateNClob
Deprecated.- Specified by:
updateNClobin interfaceResultSet- Throws:
SQLException
-
updateNClob
Deprecated.- Specified by:
updateNClobin interfaceResultSet- Throws:
SQLException
-
updateNClob
Deprecated.- Specified by:
updateNClobin interfaceResultSet- Throws:
SQLException
-
updateNClob
Deprecated.- Specified by:
updateNClobin interfaceResultSet- Throws:
SQLException
-
updateNClob
Deprecated.- Specified by:
updateNClobin interfaceResultSet- Throws:
SQLException
-
updateNClob
Deprecated.- Specified by:
updateNClobin interfaceResultSet- Throws:
SQLException
-
updateNString
Deprecated.- Specified by:
updateNStringin interfaceResultSet- Throws:
SQLException
-
updateNString
Deprecated.- Specified by:
updateNStringin interfaceResultSet- Throws:
SQLException
-
updateNull
Deprecated.- Specified by:
updateNullin interfaceResultSet- Throws:
SQLException
-
updateNull
Deprecated.- Specified by:
updateNullin interfaceResultSet- Throws:
SQLException
-
updateObject
Deprecated.- Specified by:
updateObjectin interfaceResultSet- Throws:
SQLException
-
updateObject
Deprecated.- Specified by:
updateObjectin interfaceResultSet- Throws:
SQLException
-
updateObject
Deprecated.- Specified by:
updateObjectin interfaceResultSet- Throws:
SQLException
-
updateObject
Deprecated.- Specified by:
updateObjectin interfaceResultSet- Throws:
SQLException
-
updateObject
Deprecated.- Specified by:
updateObjectin interfaceResultSet- Throws:
SQLException
-
updateObject
Deprecated.- Specified by:
updateObjectin interfaceResultSet- Throws:
SQLException
-
updateObject
public void updateObject(int columnIndex, Object x, SQLType targetSqlType, int scaleOrLength) throws SQLException Deprecated.- Specified by:
updateObjectin interfaceResultSet- Throws:
SQLException
-
updateObject
public void updateObject(String columnLabel, Object x, SQLType targetSqlType, int scaleOrLength) throws SQLException Deprecated.- Specified by:
updateObjectin interfaceResultSet- Throws:
SQLException
-
updateRef
Deprecated.- Specified by:
updateRefin interfaceResultSet- Throws:
SQLException
-
updateRef
Deprecated.- Specified by:
updateRefin interfaceResultSet- Throws:
SQLException
-
updateRow
Deprecated.- Specified by:
updateRowin interfaceResultSet- Throws:
SQLException
-
updateRowId
Deprecated.- Specified by:
updateRowIdin interfaceResultSet- Throws:
SQLException
-
updateRowId
Deprecated.- Specified by:
updateRowIdin interfaceResultSet- Throws:
SQLException
-
updateSQLXML
Deprecated.- Specified by:
updateSQLXMLin interfaceResultSet- Throws:
SQLException
-
updateSQLXML
Deprecated.- Specified by:
updateSQLXMLin interfaceResultSet- Throws:
SQLException
-
updateShort
Deprecated.- Specified by:
updateShortin interfaceResultSet- Throws:
SQLException
-
updateShort
Deprecated.- Specified by:
updateShortin interfaceResultSet- Throws:
SQLException
-
updateString
Deprecated.- Specified by:
updateStringin interfaceResultSet- Throws:
SQLException
-
updateString
Deprecated.- Specified by:
updateStringin interfaceResultSet- Throws:
SQLException
-
updateTime
Deprecated.- Specified by:
updateTimein interfaceResultSet- Throws:
SQLException
-
updateTime
Deprecated.- Specified by:
updateTimein interfaceResultSet- Throws:
SQLException
-
updateTimestamp
Deprecated.- Specified by:
updateTimestampin interfaceResultSet- Throws:
SQLException
-
updateTimestamp
Deprecated.- Specified by:
updateTimestampin interfaceResultSet- Throws:
SQLException
-