public class ClickHouseResultSet extends SQLResultSet
| 构造器和说明 |
|---|
ClickHouseResultSet(Block header,
CheckedIterator<DataResponse,SQLException> iterator,
ClickHouseStatement statement) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
close() |
int |
findColumn(String name) |
Array |
getArray(int index) |
Array |
getArray(String name) |
BigDecimal |
getBigDecimal(int index) |
BigDecimal |
getBigDecimal(String name) |
byte |
getByte(int index) |
byte |
getByte(String name) |
Date |
getDate(int index) |
Date |
getDate(int index,
Calendar cal) |
Date |
getDate(String name) |
double |
getDouble(int index) |
double |
getDouble(String name) |
float |
getFloat(int index) |
float |
getFloat(String name) |
int |
getInt(int index) |
int |
getInt(String name) |
long |
getLong(int index) |
long |
getLong(String name) |
ResultSetMetaData |
getMetaData() |
Object |
getObject(int index) |
Object |
getObject(String name) |
short |
getShort(int index) |
short |
getShort(String name) |
Statement |
getStatement() |
String |
getString(int index) |
String |
getString(String name) |
Timestamp |
getTimestamp(int index) |
Timestamp |
getTimestamp(String name) |
URL |
getURL(int index) |
URL |
getURL(String name) |
boolean |
isClosed() |
boolean |
next() |
boolean |
wasNull() |
absolute, afterLast, beforeFirst, cancelRowUpdates, clearWarnings, deleteRow, first, getAsciiStream, getAsciiStream, getBigDecimal, getBigDecimal, getBinaryStream, getBinaryStream, getBlob, getBlob, getBoolean, getBoolean, getBytes, getBytes, getCharacterStream, getCharacterStream, getClob, getClob, getConcurrency, getCursorName, getDate, getFetchDirection, getFetchSize, getHoldability, getNCharacterStream, getNCharacterStream, getNClob, getNClob, getNString, getNString, getObject, getObject, getObject, getObject, getRef, getRef, getRow, getRowId, getRowId, getSQLXML, getSQLXML, getTime, getTime, getTime, getTime, getTimestamp, getTimestamp, getType, getUnicodeStream, getUnicodeStream, getWarnings, insertRow, isAfterLast, isBeforeFirst, isFirst, isLast, isWrapperFor, last, moveToCurrentRow, moveToInsertRow, previous, refreshRow, relative, rowDeleted, rowInserted, rowUpdated, setFetchDirection, setFetchSize, 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, toString, wait, wait, waitupdateObject, updateObject, updateObject, updateObjectpublic ClickHouseResultSet(Block header, CheckedIterator<DataResponse,SQLException> iterator, ClickHouseStatement statement)
public int getInt(String name) throws SQLException
getInt 在接口中 ResultSetgetInt 在类中 SQLResultSetSQLExceptionpublic URL getURL(String name) throws SQLException
getURL 在接口中 ResultSetgetURL 在类中 SQLResultSetSQLExceptionpublic byte getByte(String name) throws SQLException
getByte 在接口中 ResultSetgetByte 在类中 SQLResultSetSQLExceptionpublic Date getDate(String name) throws SQLException
getDate 在接口中 ResultSetgetDate 在类中 SQLResultSetSQLExceptionpublic long getLong(String name) throws SQLException
getLong 在接口中 ResultSetgetLong 在类中 SQLResultSetSQLExceptionpublic Array getArray(String name) throws SQLException
getArray 在接口中 ResultSetgetArray 在类中 SQLResultSetSQLExceptionpublic float getFloat(String name) throws SQLException
getFloat 在接口中 ResultSetgetFloat 在类中 SQLResultSetSQLExceptionpublic short getShort(String name) throws SQLException
getShort 在接口中 ResultSetgetShort 在类中 SQLResultSetSQLExceptionpublic double getDouble(String name) throws SQLException
getDouble 在接口中 ResultSetgetDouble 在类中 SQLResultSetSQLExceptionpublic String getString(String name) throws SQLException
getString 在接口中 ResultSetgetString 在类中 SQLResultSetSQLExceptionpublic Object getObject(String name) throws SQLException
getObject 在接口中 ResultSetgetObject 在类中 SQLResultSetSQLExceptionpublic Timestamp getTimestamp(String name) throws SQLException
getTimestamp 在接口中 ResultSetgetTimestamp 在类中 SQLResultSetSQLExceptionpublic BigDecimal getBigDecimal(String name) throws SQLException
getBigDecimal 在接口中 ResultSetgetBigDecimal 在类中 SQLResultSetSQLExceptionpublic int getInt(int index)
throws SQLException
getInt 在接口中 ResultSetgetInt 在类中 SQLResultSetSQLExceptionpublic URL getURL(int index) throws SQLException
getURL 在接口中 ResultSetgetURL 在类中 SQLResultSetSQLExceptionpublic byte getByte(int index)
throws SQLException
getByte 在接口中 ResultSetgetByte 在类中 SQLResultSetSQLExceptionpublic Date getDate(int index) throws SQLException
getDate 在接口中 ResultSetgetDate 在类中 SQLResultSetSQLExceptionpublic Date getDate(int index, Calendar cal) throws SQLException
getDate 在接口中 ResultSetgetDate 在类中 SQLResultSetSQLExceptionpublic long getLong(int index)
throws SQLException
getLong 在接口中 ResultSetgetLong 在类中 SQLResultSetSQLExceptionpublic Array getArray(int index) throws SQLException
getArray 在接口中 ResultSetgetArray 在类中 SQLResultSetSQLExceptionpublic float getFloat(int index)
throws SQLException
getFloat 在接口中 ResultSetgetFloat 在类中 SQLResultSetSQLExceptionpublic short getShort(int index)
throws SQLException
getShort 在接口中 ResultSetgetShort 在类中 SQLResultSetSQLExceptionpublic double getDouble(int index)
throws SQLException
getDouble 在接口中 ResultSetgetDouble 在类中 SQLResultSetSQLExceptionpublic String getString(int index) throws SQLException
getString 在接口中 ResultSetgetString 在类中 SQLResultSetSQLExceptionpublic Object getObject(int index) throws SQLException
getObject 在接口中 ResultSetgetObject 在类中 SQLResultSetSQLExceptionpublic Timestamp getTimestamp(int index) throws SQLException
getTimestamp 在接口中 ResultSetgetTimestamp 在类中 SQLResultSetSQLExceptionpublic BigDecimal getBigDecimal(int index) throws SQLException
getBigDecimal 在接口中 ResultSetgetBigDecimal 在类中 SQLResultSetSQLExceptionpublic void close()
throws SQLException
close 在接口中 AutoCloseableclose 在接口中 ResultSetclose 在类中 SQLResultSetSQLExceptionpublic boolean wasNull()
throws SQLException
wasNull 在接口中 ResultSetwasNull 在类中 SQLResultSetSQLExceptionpublic boolean isClosed()
throws SQLException
isClosed 在接口中 ResultSetisClosed 在类中 SQLResultSetSQLExceptionpublic Statement getStatement() throws SQLException
getStatement 在接口中 ResultSetgetStatement 在类中 SQLResultSetSQLExceptionpublic int findColumn(String name) throws SQLException
findColumn 在接口中 ResultSetfindColumn 在类中 SQLResultSetSQLExceptionpublic ResultSetMetaData getMetaData() throws SQLException
getMetaData 在接口中 ResultSetgetMetaData 在类中 SQLResultSetSQLExceptionpublic boolean next()
throws SQLException
next 在接口中 ResultSetnext 在类中 SQLResultSetSQLExceptionCopyright © 2020. All rights reserved.