public class BlockResultSet extends AbstractWSResultSet
columnNames, factory, fieldLength, fields, isClosed, metaData, numOfRows, queryId, result, rowIndex, statement, transporttimestampPrecision, wasNull| 构造器和说明 |
|---|
BlockResultSet(Statement statement,
Transport transport,
RequestFactory factory,
QueryResp response,
String database) |
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
absolute(int row) |
void |
afterLast() |
void |
beforeFirst() |
List<List<Object>> |
fetchJsonData() |
int |
findColumn(String columnLabel) |
boolean |
first() |
BigDecimal |
getBigDecimal(int columnIndex) |
boolean |
getBoolean(int columnIndex) |
byte |
getByte(int columnIndex) |
byte[] |
getBytes(int columnIndex) |
Date |
getDate(int columnIndex) |
double |
getDouble(int columnIndex) |
float |
getFloat(int columnIndex) |
int |
getInt(int columnIndex) |
long |
getLong(int columnIndex) |
String |
getNString(int columnIndex) |
Object |
getObject(int columnIndex) |
int |
getRow() |
short |
getShort(int columnIndex) |
Statement |
getStatement() |
String |
getString(int columnIndex) |
Time |
getTime(int columnIndex) |
Timestamp |
getTimestamp(int columnIndex) |
Timestamp |
getTimestamp(int columnIndex,
Calendar cal) |
boolean |
isAfterLast() |
boolean |
isBeforeFirst() |
boolean |
isFirst() |
boolean |
isLast() |
boolean |
last() |
Object |
parseValue(int columnIndex) |
boolean |
previous() |
boolean |
relative(int rows) |
close, getMetaData, isClosed, next, resetcancelRowUpdates, checkAvailability, clearWarnings, deleteRow, getArray, getArray, getAsciiStream, getAsciiStream, getBigDecimal, getBigDecimal, getBigDecimal, getBinaryStream, getBinaryStream, getBlob, getBlob, getBoolean, getByte, getBytes, getCharacterStream, getCharacterStream, getClob, getClob, getConcurrency, getCursorName, getDate, getDate, getDate, getDouble, getFetchDirection, getFetchSize, getFloat, getHoldability, getInt, getLong, getNCharacterStream, getNCharacterStream, getNClob, getNClob, getNString, getObject, getObject, getObject, getObject, getObject, getRef, getRef, getRowId, getRowId, getShort, getSQLXML, getSQLXML, getString, getTime, getTime, getTime, getTimestamp, getTimestamp, getType, getUnicodeStream, getUnicodeStream, getURL, getURL, getWarnings, insertRow, moveToCurrentRow, moveToInsertRow, refreshRow, rowDeleted, rowInserted, rowUpdated, setFetchDirection, setFetchSize, setTimestampPrecision, 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, updateTimestamp, wasNullisWrapperFor, unwrapclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitupdateObject, updateObject, updateObject, updateObjectisWrapperFor, unwrappublic BlockResultSet(Statement statement, Transport transport, RequestFactory factory, QueryResp response, String database) throws SQLException
SQLExceptionpublic List<List<Object>> fetchJsonData() throws ExecutionException, InterruptedException
public Object parseValue(int columnIndex)
public String getString(int columnIndex) throws SQLException
getString 在接口中 ResultSetgetString 在类中 AbstractResultSetSQLExceptionpublic boolean getBoolean(int columnIndex)
throws SQLException
getBoolean 在接口中 ResultSetgetBoolean 在类中 AbstractResultSetSQLExceptionpublic byte getByte(int columnIndex)
throws SQLException
getByte 在接口中 ResultSetgetByte 在类中 AbstractResultSetSQLExceptionpublic short getShort(int columnIndex)
throws SQLException
getShort 在接口中 ResultSetgetShort 在类中 AbstractResultSetSQLExceptionpublic int getInt(int columnIndex)
throws SQLException
getInt 在接口中 ResultSetgetInt 在类中 AbstractResultSetSQLExceptionpublic long getLong(int columnIndex)
throws SQLException
getLong 在接口中 ResultSetgetLong 在类中 AbstractResultSetSQLExceptionpublic float getFloat(int columnIndex)
throws SQLException
getFloat 在接口中 ResultSetgetFloat 在类中 AbstractResultSetSQLExceptionpublic double getDouble(int columnIndex)
throws SQLException
getDouble 在接口中 ResultSetgetDouble 在类中 AbstractResultSetSQLExceptionpublic byte[] getBytes(int columnIndex)
throws SQLException
getBytes 在接口中 ResultSetgetBytes 在类中 AbstractResultSetSQLExceptionpublic Date getDate(int columnIndex) throws SQLException
getDate 在接口中 ResultSetgetDate 在类中 AbstractResultSetSQLExceptionpublic Time getTime(int columnIndex) throws SQLException
getTime 在接口中 ResultSetgetTime 在类中 AbstractResultSetSQLExceptionpublic Timestamp getTimestamp(int columnIndex) throws SQLException
getTimestamp 在接口中 ResultSetgetTimestamp 在类中 AbstractResultSetSQLExceptionpublic Object getObject(int columnIndex) throws SQLException
getObject 在接口中 ResultSetgetObject 在类中 AbstractResultSetSQLExceptionpublic int findColumn(String columnLabel) throws SQLException
findColumn 在接口中 ResultSetfindColumn 在类中 AbstractResultSetSQLExceptionpublic BigDecimal getBigDecimal(int columnIndex) throws SQLException
getBigDecimal 在接口中 ResultSetgetBigDecimal 在类中 AbstractResultSetSQLExceptionpublic boolean isBeforeFirst()
throws SQLException
isBeforeFirst 在接口中 ResultSetisBeforeFirst 在类中 AbstractResultSetSQLExceptionpublic boolean isAfterLast()
throws SQLException
isAfterLast 在接口中 ResultSetisAfterLast 在类中 AbstractResultSetSQLExceptionpublic boolean isFirst()
throws SQLException
isFirst 在接口中 ResultSetisFirst 在类中 AbstractResultSetSQLExceptionpublic boolean isLast()
throws SQLException
isLast 在接口中 ResultSetisLast 在类中 AbstractResultSetSQLExceptionpublic void beforeFirst()
throws SQLException
beforeFirst 在接口中 ResultSetbeforeFirst 在类中 AbstractResultSetSQLExceptionpublic void afterLast()
throws SQLException
afterLast 在接口中 ResultSetafterLast 在类中 AbstractResultSetSQLExceptionpublic boolean first()
throws SQLException
first 在接口中 ResultSetfirst 在类中 AbstractResultSetSQLExceptionpublic boolean last()
throws SQLException
last 在接口中 ResultSetlast 在类中 AbstractResultSetSQLExceptionpublic int getRow()
throws SQLException
getRow 在接口中 ResultSetgetRow 在类中 AbstractResultSetSQLExceptionpublic boolean absolute(int row)
throws SQLException
absolute 在接口中 ResultSetabsolute 在类中 AbstractResultSetSQLExceptionpublic boolean relative(int rows)
throws SQLException
relative 在接口中 ResultSetrelative 在类中 AbstractResultSetSQLExceptionpublic boolean previous()
throws SQLException
previous 在接口中 ResultSetprevious 在类中 AbstractResultSetSQLExceptionpublic String getNString(int columnIndex) throws SQLException
getNString 在接口中 ResultSetgetNString 在类中 AbstractResultSetSQLExceptionpublic Statement getStatement() throws SQLException
getStatement 在接口中 ResultSetgetStatement 在类中 AbstractResultSetSQLExceptionpublic Timestamp getTimestamp(int columnIndex, Calendar cal) throws SQLException
getTimestamp 在接口中 ResultSetgetTimestamp 在类中 AbstractResultSetSQLExceptionCopyright © 2022. All rights reserved.