Package com.clickhouse.jdbc
Class CombinedResultSet
java.lang.Object
com.clickhouse.jdbc.JdbcWrapper
com.clickhouse.jdbc.AbstractResultSet
com.clickhouse.jdbc.CombinedResultSet
- All Implemented Interfaces:
AutoCloseable,ResultSet,Wrapper
Deprecated.
Wrapper of multiple ResultSets.
-
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
ConstructorsConstructorDescriptionCombinedResultSet(ResultSet... results) Deprecated.CombinedResultSet(Collection<ResultSet> results) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionvoidclose()Deprecated.protected ResultSetcurrent()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.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.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 booleanhasNext()Deprecated.booleanDeprecated.booleanDeprecated.booleanisClosed()Deprecated.booleanisFirst()Deprecated.booleanisLast()Deprecated.booleannext()Deprecated.booleanDeprecated.booleanDeprecated.booleanDeprecated.voidsetFetchSize(int rows) Deprecated.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, 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, updateTimestampMethods 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.Wrapper
isWrapperFor, unwrap
-
Constructor Details
-
CombinedResultSet
Deprecated. -
CombinedResultSet
Deprecated.
-
-
Method Details
-
current
Deprecated.- Throws:
SQLException
-
hasNext
Deprecated.- Throws:
SQLException
-
next
Deprecated.- Throws:
SQLException
-
close
Deprecated.- Throws:
SQLException
-
wasNull
Deprecated.- Throws:
SQLException
-
getString
Deprecated.- Throws:
SQLException
-
getBoolean
Deprecated.- Throws:
SQLException
-
getByte
Deprecated.- Throws:
SQLException
-
getShort
Deprecated.- Throws:
SQLException
-
getInt
Deprecated.- Throws:
SQLException
-
getLong
Deprecated.- Throws:
SQLException
-
getFloat
Deprecated.- Throws:
SQLException
-
getDouble
Deprecated.- Throws:
SQLException
-
getBigDecimal
Deprecated.- Throws:
SQLException
-
getBytes
Deprecated.- Throws:
SQLException
-
getDate
Deprecated.- Throws:
SQLException
-
getTime
Deprecated.- Throws:
SQLException
-
getTimestamp
Deprecated.- Throws:
SQLException
-
getAsciiStream
Deprecated.- Throws:
SQLException
-
getUnicodeStream
Deprecated.- Throws:
SQLException
-
getBinaryStream
Deprecated.- Throws:
SQLException
-
getString
Deprecated.- Throws:
SQLException
-
getBoolean
Deprecated.- Throws:
SQLException
-
getByte
Deprecated.- Throws:
SQLException
-
getShort
Deprecated.- Throws:
SQLException
-
getInt
Deprecated.- Throws:
SQLException
-
getLong
Deprecated.- Throws:
SQLException
-
getFloat
Deprecated.- Throws:
SQLException
-
getDouble
Deprecated.- Throws:
SQLException
-
getBigDecimal
Deprecated.- Throws:
SQLException
-
getBytes
Deprecated.- Throws:
SQLException
-
getDate
Deprecated.- Throws:
SQLException
-
getTime
Deprecated.- Throws:
SQLException
-
getTimestamp
Deprecated.- Throws:
SQLException
-
getAsciiStream
Deprecated.- Throws:
SQLException
-
getUnicodeStream
Deprecated.- Throws:
SQLException
-
getBinaryStream
Deprecated.- Throws:
SQLException
-
getCursorName
Deprecated.- Throws:
SQLException
-
getMetaData
Deprecated.- Throws:
SQLException
-
getObject
Deprecated.- Throws:
SQLException
-
getObject
Deprecated.- Throws:
SQLException
-
findColumn
Deprecated.- Throws:
SQLException
-
getCharacterStream
Deprecated.- Throws:
SQLException
-
getCharacterStream
Deprecated.- Throws:
SQLException
-
getBigDecimal
Deprecated.- Throws:
SQLException
-
getBigDecimal
Deprecated.- Throws:
SQLException
-
isBeforeFirst
Deprecated.- Throws:
SQLException
-
isAfterLast
Deprecated.- Throws:
SQLException
-
isFirst
Deprecated.- Throws:
SQLException
-
isLast
Deprecated.- Throws:
SQLException
-
getRow
Deprecated.- Throws:
SQLException
-
setFetchSize
Deprecated.- Throws:
SQLException
-
getFetchSize
Deprecated.- Throws:
SQLException
-
rowUpdated
Deprecated.- Specified by:
rowUpdatedin interfaceResultSet- Overrides:
rowUpdatedin classAbstractResultSet- Throws:
SQLException
-
rowInserted
Deprecated.- Specified by:
rowInsertedin interfaceResultSet- Overrides:
rowInsertedin classAbstractResultSet- Throws:
SQLException
-
rowDeleted
Deprecated.- Specified by:
rowDeletedin interfaceResultSet- Overrides:
rowDeletedin classAbstractResultSet- Throws:
SQLException
-
getStatement
Deprecated.- Throws:
SQLException
-
getObject
Deprecated.- Throws:
SQLException
-
getRef
Deprecated.- Throws:
SQLException
-
getBlob
Deprecated.- Throws:
SQLException
-
getClob
Deprecated.- Throws:
SQLException
-
getArray
Deprecated.- Throws:
SQLException
-
getObject
Deprecated.- Throws:
SQLException
-
getRef
Deprecated.- Throws:
SQLException
-
getBlob
Deprecated.- Throws:
SQLException
-
getClob
Deprecated.- Throws:
SQLException
-
getArray
Deprecated.- Throws:
SQLException
-
getDate
Deprecated.- Throws:
SQLException
-
getDate
Deprecated.- Throws:
SQLException
-
getTime
Deprecated.- Throws:
SQLException
-
getTime
Deprecated.- Throws:
SQLException
-
getTimestamp
Deprecated.- Throws:
SQLException
-
getTimestamp
Deprecated.- Throws:
SQLException
-
getURL
Deprecated.- Throws:
SQLException
-
getURL
Deprecated.- Throws:
SQLException
-
getRowId
Deprecated.- Throws:
SQLException
-
getRowId
Deprecated.- Throws:
SQLException
-
isClosed
Deprecated.- Throws:
SQLException
-
getNClob
Deprecated.- Throws:
SQLException
-
getNClob
Deprecated.- Throws:
SQLException
-
getSQLXML
Deprecated.- Throws:
SQLException
-
getSQLXML
Deprecated.- Throws:
SQLException
-
getNString
Deprecated.- Throws:
SQLException
-
getNString
Deprecated.- Throws:
SQLException
-
getNCharacterStream
Deprecated.- Throws:
SQLException
-
getNCharacterStream
Deprecated.- Throws:
SQLException
-
getObject
Deprecated.- Throws:
SQLException
-
getObject
Deprecated.- Throws:
SQLException
-