public final class EncryptResultSet extends AbstractUnsupportedOperationResultSet
| 构造器和说明 |
|---|
EncryptResultSet(EncryptRuntimeContext encryptRuntimeContext,
org.apache.shardingsphere.sql.parser.binder.statement.SQLStatementContext sqlStatementContext,
Statement encryptStatement,
ResultSet resultSet) |
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
absolute(int row) |
void |
afterLast() |
void |
beforeFirst() |
void |
clearWarnings() |
void |
close() |
int |
findColumn(String columnLabel) |
boolean |
first() |
InputStream |
getAsciiStream(int columnIndex) |
InputStream |
getAsciiStream(String columnLabel) |
BigDecimal |
getBigDecimal(int columnIndex) |
BigDecimal |
getBigDecimal(int columnIndex,
int scale) |
BigDecimal |
getBigDecimal(String columnLabel) |
BigDecimal |
getBigDecimal(String columnLabel,
int scale) |
InputStream |
getBinaryStream(int columnIndex) |
InputStream |
getBinaryStream(String columnLabel) |
Blob |
getBlob(int columnIndex) |
Blob |
getBlob(String columnLabel) |
boolean |
getBoolean(int columnIndex) |
boolean |
getBoolean(String columnLabel) |
byte |
getByte(int columnIndex) |
byte |
getByte(String columnLabel) |
byte[] |
getBytes(int columnIndex) |
byte[] |
getBytes(String columnLabel) |
Reader |
getCharacterStream(int columnIndex) |
Reader |
getCharacterStream(String columnLabel) |
Clob |
getClob(int columnIndex) |
Clob |
getClob(String columnLabel) |
int |
getConcurrency() |
Date |
getDate(int columnIndex) |
Date |
getDate(int columnIndex,
Calendar cal) |
Date |
getDate(String columnLabel) |
Date |
getDate(String columnLabel,
Calendar cal) |
double |
getDouble(int columnIndex) |
double |
getDouble(String columnLabel) |
int |
getFetchDirection() |
int |
getFetchSize() |
float |
getFloat(int columnIndex) |
float |
getFloat(String columnLabel) |
int |
getInt(int columnIndex) |
int |
getInt(String columnLabel) |
long |
getLong(int columnIndex) |
long |
getLong(String columnLabel) |
ResultSetMetaData |
getMetaData() |
Object |
getObject(int columnIndex) |
Object |
getObject(String columnLabel) |
int |
getRow() |
short |
getShort(int columnIndex) |
short |
getShort(String columnLabel) |
SQLXML |
getSQLXML(int columnIndex) |
SQLXML |
getSQLXML(String columnLabel) |
Statement |
getStatement() |
String |
getString(int columnIndex) |
String |
getString(String columnLabel) |
Time |
getTime(int columnIndex) |
Time |
getTime(int columnIndex,
Calendar cal) |
Time |
getTime(String columnLabel) |
Time |
getTime(String columnLabel,
Calendar cal) |
Timestamp |
getTimestamp(int columnIndex) |
Timestamp |
getTimestamp(int columnIndex,
Calendar cal) |
Timestamp |
getTimestamp(String columnLabel) |
Timestamp |
getTimestamp(String columnLabel,
Calendar cal) |
int |
getType() |
InputStream |
getUnicodeStream(int columnIndex) |
InputStream |
getUnicodeStream(String columnLabel) |
URL |
getURL(int columnIndex) |
URL |
getURL(String columnLabel) |
SQLWarning |
getWarnings() |
boolean |
isAfterLast() |
boolean |
isBeforeFirst() |
boolean |
isClosed() |
boolean |
isFirst() |
boolean |
isLast() |
boolean |
last() |
boolean |
next() |
boolean |
previous() |
boolean |
relative(int rows) |
void |
setFetchDirection(int direction) |
void |
setFetchSize(int rows) |
boolean |
wasNull() |
cancelRowUpdates, deleteRow, getArray, getArray, getCursorName, getHoldability, getNCharacterStream, getNCharacterStream, getNClob, getNClob, getNString, getNString, getObject, getObject, getObject, getObject, getRef, getRef, getRowId, getRowId, insertRow, moveToCurrentRow, moveToInsertRow, refreshRow, rowDeleted, rowInserted, rowUpdated, updateRowupdateArray, 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, updateRowId, updateRowId, updateShort, updateShort, updateSQLXML, updateSQLXML, updateString, updateString, updateTime, updateTime, updateTimestamp, updateTimestampisWrapperFor, recordMethodInvocation, replayMethodsInvocation, unwrapclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitupdateObject, updateObject, updateObject, updateObjectisWrapperFor, unwrappublic EncryptResultSet(EncryptRuntimeContext encryptRuntimeContext, org.apache.shardingsphere.sql.parser.binder.statement.SQLStatementContext sqlStatementContext, Statement encryptStatement, ResultSet resultSet) throws SQLException
SQLExceptionpublic boolean previous()
throws SQLException
previous 在接口中 ResultSetprevious 在类中 AbstractUnsupportedOperationResultSetSQLExceptionpublic boolean isBeforeFirst()
throws SQLException
isBeforeFirst 在接口中 ResultSetisBeforeFirst 在类中 AbstractUnsupportedOperationResultSetSQLExceptionpublic boolean isAfterLast()
throws SQLException
isAfterLast 在接口中 ResultSetisAfterLast 在类中 AbstractUnsupportedOperationResultSetSQLExceptionpublic boolean isFirst()
throws SQLException
isFirst 在接口中 ResultSetisFirst 在类中 AbstractUnsupportedOperationResultSetSQLExceptionpublic boolean isLast()
throws SQLException
isLast 在接口中 ResultSetisLast 在类中 AbstractUnsupportedOperationResultSetSQLExceptionpublic void beforeFirst()
throws SQLException
beforeFirst 在接口中 ResultSetbeforeFirst 在类中 AbstractUnsupportedOperationResultSetSQLExceptionpublic void afterLast()
throws SQLException
afterLast 在接口中 ResultSetafterLast 在类中 AbstractUnsupportedOperationResultSetSQLExceptionpublic boolean first()
throws SQLException
first 在接口中 ResultSetfirst 在类中 AbstractUnsupportedOperationResultSetSQLExceptionpublic boolean last()
throws SQLException
last 在接口中 ResultSetlast 在类中 AbstractUnsupportedOperationResultSetSQLExceptionpublic boolean absolute(int row)
throws SQLException
absolute 在接口中 ResultSetabsolute 在类中 AbstractUnsupportedOperationResultSetSQLExceptionpublic boolean relative(int rows)
throws SQLException
relative 在接口中 ResultSetrelative 在类中 AbstractUnsupportedOperationResultSetSQLExceptionpublic boolean next()
throws SQLException
SQLExceptionpublic boolean wasNull()
throws SQLException
SQLExceptionpublic boolean getBoolean(int columnIndex)
throws SQLException
SQLExceptionpublic boolean getBoolean(String columnLabel) throws SQLException
SQLExceptionpublic byte getByte(int columnIndex)
throws SQLException
SQLExceptionpublic byte getByte(String columnLabel) throws SQLException
SQLExceptionpublic short getShort(int columnIndex)
throws SQLException
SQLExceptionpublic short getShort(String columnLabel) throws SQLException
SQLExceptionpublic int getInt(int columnIndex)
throws SQLException
SQLExceptionpublic int getInt(String columnLabel) throws SQLException
SQLExceptionpublic long getLong(int columnIndex)
throws SQLException
SQLExceptionpublic long getLong(String columnLabel) throws SQLException
SQLExceptionpublic float getFloat(int columnIndex)
throws SQLException
SQLExceptionpublic float getFloat(String columnLabel) throws SQLException
SQLExceptionpublic double getDouble(int columnIndex)
throws SQLException
SQLExceptionpublic double getDouble(String columnLabel) throws SQLException
SQLExceptionpublic int getRow()
throws SQLException
getRow 在接口中 ResultSetgetRow 在类中 AbstractUnsupportedOperationResultSetSQLExceptionpublic String getString(int columnIndex) throws SQLException
SQLExceptionpublic String getString(String columnLabel) throws SQLException
SQLExceptionpublic BigDecimal getBigDecimal(int columnIndex) throws SQLException
SQLExceptionpublic BigDecimal getBigDecimal(String columnLabel) throws SQLException
SQLExceptionpublic BigDecimal getBigDecimal(int columnIndex, int scale) throws SQLException
SQLExceptionpublic BigDecimal getBigDecimal(String columnLabel, int scale) throws SQLException
SQLExceptionpublic byte[] getBytes(int columnIndex)
throws SQLException
SQLExceptionpublic byte[] getBytes(String columnLabel) throws SQLException
SQLExceptionpublic Date getDate(int columnIndex) throws SQLException
SQLExceptionpublic Date getDate(String columnLabel) throws SQLException
SQLExceptionpublic Date getDate(int columnIndex, Calendar cal) throws SQLException
SQLExceptionpublic Date getDate(String columnLabel, Calendar cal) throws SQLException
SQLExceptionpublic Time getTime(int columnIndex) throws SQLException
SQLExceptionpublic Time getTime(String columnLabel) throws SQLException
SQLExceptionpublic Time getTime(int columnIndex, Calendar cal) throws SQLException
SQLExceptionpublic Time getTime(String columnLabel, Calendar cal) throws SQLException
SQLExceptionpublic Timestamp getTimestamp(int columnIndex) throws SQLException
SQLExceptionpublic Timestamp getTimestamp(String columnLabel) throws SQLException
SQLExceptionpublic Timestamp getTimestamp(int columnIndex, Calendar cal) throws SQLException
SQLExceptionpublic Timestamp getTimestamp(String columnLabel, Calendar cal) throws SQLException
SQLExceptionpublic InputStream getAsciiStream(int columnIndex) throws SQLException
SQLExceptionpublic InputStream getAsciiStream(String columnLabel) throws SQLException
SQLExceptionpublic InputStream getUnicodeStream(int columnIndex) throws SQLException
SQLExceptionpublic InputStream getUnicodeStream(String columnLabel) throws SQLException
SQLExceptionpublic InputStream getBinaryStream(int columnIndex) throws SQLException
SQLExceptionpublic InputStream getBinaryStream(String columnLabel) throws SQLException
SQLExceptionpublic Reader getCharacterStream(int columnIndex) throws SQLException
SQLExceptionpublic Reader getCharacterStream(String columnLabel) throws SQLException
SQLExceptionpublic Blob getBlob(int columnIndex) throws SQLException
SQLExceptionpublic Blob getBlob(String columnLabel) throws SQLException
SQLExceptionpublic Clob getClob(int columnIndex) throws SQLException
SQLExceptionpublic Clob getClob(String columnLabel) throws SQLException
SQLExceptionpublic URL getURL(int columnIndex) throws SQLException
SQLExceptionpublic URL getURL(String columnLabel) throws SQLException
SQLExceptionpublic SQLXML getSQLXML(int columnIndex) throws SQLException
SQLExceptionpublic SQLXML getSQLXML(String columnLabel) throws SQLException
SQLExceptionpublic Object getObject(int columnIndex) throws SQLException
SQLExceptionpublic Object getObject(String columnLabel) throws SQLException
SQLExceptionpublic ResultSetMetaData getMetaData() throws SQLException
SQLExceptionpublic int findColumn(String columnLabel) throws SQLException
SQLExceptionpublic void close()
throws SQLException
SQLExceptionpublic boolean isClosed()
throws SQLException
SQLExceptionpublic void setFetchDirection(int direction)
throws SQLException
SQLExceptionpublic int getFetchDirection()
throws SQLException
SQLExceptionpublic void setFetchSize(int rows)
throws SQLException
SQLExceptionpublic int getFetchSize()
throws SQLException
SQLExceptionpublic int getType()
throws SQLException
SQLExceptionpublic int getConcurrency()
throws SQLException
SQLExceptionpublic Statement getStatement()
public SQLWarning getWarnings() throws SQLException
SQLExceptionpublic void clearWarnings()
throws SQLException
SQLExceptionCopyright © 2020 The Apache Software Foundation. All rights reserved.