public class JDBC4UpdatableResultSet extends SelectResultSet
JDBC4ResultSet.ResultSetClass| 限定符和类型 | 字段和说明 |
|---|---|
protected OceanBaseConnection |
connection |
static String |
UpdatableResultSet_12 |
columnIndexOffset, columnInformationLength, columnLabelIndexer, columnsInformation, complexData, complexEndPos, data, dataSize, discardedRows, endIndexInEntireResult, fetchSize, forceAlias, isEof, isLastRowSent, isModified, lastRowPointer, lockLogger, noBackslashEscapes, options, processedRows, protocol, reader, resultSetConcurType, resultSetScrollType, row, rowPointer, startIndexInEntireResult, statement, status, timeZone, TINYINT1_IS_BIT, YEAR_IS_DATE_TYPE| 构造器和说明 |
|---|
JDBC4UpdatableResultSet(ColumnDefinition[] columnsInformation,
Results results,
Protocol protocol,
PacketInputStream reader,
boolean callableResult,
boolean eofDeprecated,
boolean isPsOutParamter)
Constructor.
|
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
absolute(int row) |
void |
afterLast() |
void |
beforeFirst() |
void |
cancelRowUpdates()
{inheritDoc}.
|
void |
deleteRow()
{inheritDoc}.
|
boolean |
first() |
int |
getConcurrency() |
void |
insertRow()
{inheritDoc}.
|
boolean |
last() |
void |
moveToCurrentRow()
{inheritDoc}.
|
void |
moveToInsertRow()
{inheritDoc}.
|
boolean |
next() |
boolean |
previous() |
void |
refreshRow()
{inheritDoc}.
|
boolean |
relative(int rows) |
void |
updateArray(int columnIndex,
Array array)
{inheritDoc}.
|
void |
updateArray(String columnLabel,
Array array)
{inheritDoc}.
|
void |
updateAsciiStream(int columnIndex,
InputStream inputStream)
{inheritDoc}.
|
void |
updateAsciiStream(int columnIndex,
InputStream inputStream,
int length)
{inheritDoc}.
|
void |
updateAsciiStream(int columnIndex,
InputStream inputStream,
long length)
{inheritDoc}.
|
void |
updateAsciiStream(String columnLabel,
InputStream inputStream)
{inheritDoc}.
|
void |
updateAsciiStream(String columnLabel,
InputStream inputStream,
int length)
{inheritDoc}.
|
void |
updateAsciiStream(String columnLabel,
InputStream inputStream,
long length)
{inheritDoc}.
|
void |
updateBigDecimal(int columnIndex,
BigDecimal value)
{inheritDoc}.
|
void |
updateBigDecimal(String columnLabel,
BigDecimal value)
{inheritDoc}.
|
void |
updateBinaryStream(int columnIndex,
InputStream inputStream)
{inheritDoc}.
|
void |
updateBinaryStream(int columnIndex,
InputStream inputStream,
int length)
{inheritDoc}.
|
void |
updateBinaryStream(int columnIndex,
InputStream inputStream,
long length)
{inheritDoc}.
|
void |
updateBinaryStream(String columnLabel,
InputStream inputStream)
{inheritDoc}.
|
void |
updateBinaryStream(String columnLabel,
InputStream inputStream,
int length)
{inheritDoc}.
|
void |
updateBinaryStream(String columnLabel,
InputStream inputStream,
long length)
{inheritDoc}.
|
void |
updateBlob(int columnIndex,
Blob blob)
{inheritDoc}.
|
void |
updateBlob(int columnIndex,
InputStream inputStream)
{inheritDoc}.
|
void |
updateBlob(int columnIndex,
InputStream inputStream,
long length)
{inheritDoc}.
|
void |
updateBlob(String columnLabel,
Blob blob)
{inheritDoc}.
|
void |
updateBlob(String columnLabel,
InputStream inputStream)
{inheritDoc}.
|
void |
updateBlob(String columnLabel,
InputStream inputStream,
long length)
{inheritDoc}.
|
void |
updateBoolean(int columnIndex,
boolean bool)
{inheritDoc}.
|
void |
updateBoolean(String columnLabel,
boolean value)
{inheritDoc}.
|
void |
updateByte(int columnIndex,
byte value)
{inheritDoc}.
|
void |
updateByte(String columnLabel,
byte value)
{inheritDoc}.
|
void |
updateBytes(int columnIndex,
byte[] value)
{inheritDoc}.
|
void |
updateBytes(String columnLabel,
byte[] value)
{inheritDoc}.
|
void |
updateCharacterStream(int columnIndex,
Reader value)
{inheritDoc}.
|
void |
updateCharacterStream(int columnIndex,
Reader reader,
int length)
{inheritDoc}.
|
void |
updateCharacterStream(int columnIndex,
Reader value,
long length)
{inheritDoc}.
|
void |
updateCharacterStream(String columnLabel,
Reader reader)
{inheritDoc}.
|
void |
updateCharacterStream(String columnLabel,
Reader reader,
int length)
{inheritDoc}.
|
void |
updateCharacterStream(String columnLabel,
Reader reader,
long length)
{inheritDoc}.
|
void |
updateClob(int columnIndex,
Clob clob)
{inheritDoc}.
|
void |
updateClob(int columnIndex,
Reader reader)
{inheritDoc}.
|
void |
updateClob(int columnIndex,
Reader reader,
long length)
{inheritDoc}.
|
void |
updateClob(String columnLabel,
Clob clob)
{inheritDoc}.
|
void |
updateClob(String columnLabel,
Reader reader)
{inheritDoc}.
|
void |
updateClob(String columnLabel,
Reader reader,
long length)
{inheritDoc}.
|
void |
updateDate(int columnIndex,
Date date)
{inheritDoc}.
|
void |
updateDate(String columnLabel,
Date value)
{inheritDoc}.
|
void |
updateDouble(int columnIndex,
double value)
{inheritDoc}.
|
void |
updateDouble(String columnLabel,
double value)
{inheritDoc}.
|
void |
updateFloat(int columnIndex,
float value)
{inheritDoc}.
|
void |
updateFloat(String columnLabel,
float value)
{inheritDoc}.
|
void |
updateInt(int columnIndex,
int value)
{inheritDoc}.
|
void |
updateInt(String columnLabel,
int value)
{inheritDoc}.
|
void |
updateLong(int columnIndex,
long value)
{inheritDoc}.
|
void |
updateLong(String columnLabel,
long value)
{inheritDoc}.
|
void |
updateNCharacterStream(int columnIndex,
Reader reader)
{inheritDoc}.
|
void |
updateNCharacterStream(int columnIndex,
Reader value,
long length)
{inheritDoc}.
|
void |
updateNCharacterStream(String columnLabel,
Reader reader)
{inheritDoc}.
|
void |
updateNCharacterStream(String columnLabel,
Reader reader,
long length)
{inheritDoc}.
|
void |
updateNClob(int columnIndex,
NClob nclob)
{inheritDoc}.
|
void |
updateNClob(int columnIndex,
Reader reader)
{inheritDoc}.
|
void |
updateNClob(int columnIndex,
Reader reader,
long length)
{inheritDoc}.
|
void |
updateNClob(String columnLabel,
NClob nclob)
{inheritDoc}.
|
void |
updateNClob(String columnLabel,
Reader reader)
{inheritDoc}.
|
void |
updateNClob(String columnLabel,
Reader reader,
long length)
{inheritDoc}.
|
void |
updateNString(int columnIndex,
String nstring)
{inheritDoc}.
|
void |
updateNString(String columnLabel,
String nstring)
{inheritDoc}.
|
void |
updateNull(int columnIndex)
{inheritDoc}.
|
void |
updateNull(String columnLabel)
{inheritDoc}.
|
void |
updateObject(int columnIndex,
Object value)
{inheritDoc}.
|
void |
updateObject(int columnIndex,
Object value,
int scaleOrLength)
{inheritDoc}.
|
void |
updateObject(String columnLabel,
Object value)
{inheritDoc}.
|
void |
updateObject(String columnLabel,
Object value,
int scaleOrLength)
{inheritDoc}.
|
void |
updateRef(int columnIndex,
Ref ref)
{inheritDoc}.
|
void |
updateRef(String columnLabel,
Ref ref)
{inheritDoc}.
|
void |
updateRow()
{inheritDoc}.
|
void |
updateRowId(int columnIndex,
RowId rowId)
{inheritDoc}.
|
void |
updateRowId(String columnLabel,
RowId rowId)
{inheritDoc}.
|
void |
updateShort(int columnIndex,
short value)
{inheritDoc}.
|
void |
updateShort(String columnLabel,
short value)
{inheritDoc}.
|
void |
updateSQLXML(int columnIndex,
SQLXML xmlObject)
{inheritDoc}.
|
void |
updateSQLXML(String columnLabel,
SQLXML xmlObject)
{inheritDoc}.
|
void |
updateString(int columnIndex,
String value)
{inheritDoc}.
|
void |
updateString(String columnLabel,
String value)
{inheritDoc}.
|
void |
updateTime(int columnIndex,
Time time)
{inheritDoc}.
|
void |
updateTime(String columnLabel,
Time value)
{inheritDoc}.
|
void |
updateTimestamp(int columnIndex,
Timestamp timeStamp)
{inheritDoc}.
|
void |
updateTimestamp(String columnLabel,
Timestamp value)
{inheritDoc}.
|
abort, addRowData, addStreamingValue, assign, cancelRowInserts, changeRowProtocol, checkClose, checkRefreshable, clearWarnings, close, createEmptyResultSet, createGeneratedData, createResultSet, deleteCurrentRowData, fetchRemaining, findColumn, getArray, getArray, getAsciiStream, getAsciiStream, getBigDecimal, getBigDecimal, getBigDecimal, getBigDecimal, getBinaryStream, getBinaryStream, getBlob, getBlob, getBoolean, getBoolean, getByte, getByte, getBytes, getBytes, getCharacterStream, getCharacterStream, getClob, getClob, getColumnsInformation, getComplex, getComplexCursor, getCurrentRowData, getCursorName, getDataSize, getDate, getDate, getDate, getDate, getDouble, getDouble, getFetchDirection, getFetchSize, getFloat, getFloat, getHoldability, getInt, getInt, getINTERVALDS, getINTERVALDS, getINTERVALYM, getINTERVALYM, getLong, getLong, getMetaData, getNCharacterStream, getNCharacterStream, getNClob, getNClob, getNextRow, getNString, getNString, getNUMBER, getNUMBER, getObject, getObject, getObject, getObject, getObject, getObject, getProcessedRows, getProtocol, getRef, getRef, getRow, getRowId, getRowId, getRowPointer, getRsClass, getShort, getShort, getSQLXML, getSQLXML, getStatement, getString, getString, getStruct, getStruct, getTime, getTime, getTime, getTime, getTimestamp, getTIMESTAMP, getTimestamp, getTimestamp, getTIMESTAMP, getTimestamp, getTIMESTAMPLTZ, getTIMESTAMPLTZ, getTIMESTAMPTZ, getTIMESTAMPTZ, getType, getUnicodeStream, getUnicodeStream, getURL, getURL, getWarnings, handleIoException, isAfterLast, isBeforeFirst, isBinaryEncoded, isCallableResult, isClosed, isEof, isFirst, isFullyLoaded, isLast, isPsOutParameter, isValidRow, isWrapperFor, realClose, refreshRowInternalOracle, rowDeleted, rowInserted, rowUpdated, setComplexData, setFetchDirection, setFetchSize, setForceTableAlias, setProtocol, setRowPointer, setStatement, unwrap, updateBlob, updateObject, updateRowData, updateStartIndexInEntireResult, wasNullclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitupdateObject, updateObject, updateObjectprotected OceanBaseConnection connection
public static String UpdatableResultSet_12
public JDBC4UpdatableResultSet(ColumnDefinition[] columnsInformation, Results results, Protocol protocol, PacketInputStream reader, boolean callableResult, boolean eofDeprecated, boolean isPsOutParamter) throws IOException, SQLException
columnsInformation - column informationresults - resultsprotocol - current protocolreader - stream fetchercallableResult - is it from a callableStatement ?eofDeprecated - is EOF deprecatedIOException - if any connection error occurSQLException - if any connection error occurpublic int getConcurrency()
getConcurrency 在接口中 ResultSetgetConcurrency 在类中 JDBC4ResultSetpublic void updateNull(int columnIndex)
throws SQLException
updateNull 在接口中 ResultSetupdateNull 在类中 JDBC4ResultSetSQLExceptionpublic void updateNull(String columnLabel) throws SQLException
updateNull 在接口中 ResultSetupdateNull 在类中 JDBC4ResultSetSQLExceptionpublic void updateBoolean(int columnIndex,
boolean bool)
throws SQLException
updateBoolean 在接口中 ResultSetupdateBoolean 在类中 JDBC4ResultSetSQLExceptionpublic void updateBoolean(String columnLabel, boolean value) throws SQLException
updateBoolean 在接口中 ResultSetupdateBoolean 在类中 JDBC4ResultSetSQLExceptionpublic void updateByte(int columnIndex,
byte value)
throws SQLException
updateByte 在接口中 ResultSetupdateByte 在类中 JDBC4ResultSetSQLExceptionpublic void updateByte(String columnLabel, byte value) throws SQLException
updateByte 在接口中 ResultSetupdateByte 在类中 JDBC4ResultSetSQLExceptionpublic void updateShort(int columnIndex,
short value)
throws SQLException
updateShort 在接口中 ResultSetupdateShort 在类中 JDBC4ResultSetSQLExceptionpublic void updateShort(String columnLabel, short value) throws SQLException
updateShort 在接口中 ResultSetupdateShort 在类中 JDBC4ResultSetSQLExceptionpublic void updateInt(int columnIndex,
int value)
throws SQLException
updateInt 在接口中 ResultSetupdateInt 在类中 JDBC4ResultSetSQLExceptionpublic void updateInt(String columnLabel, int value) throws SQLException
updateInt 在接口中 ResultSetupdateInt 在类中 JDBC4ResultSetSQLExceptionpublic void updateFloat(int columnIndex,
float value)
throws SQLException
updateFloat 在接口中 ResultSetupdateFloat 在类中 JDBC4ResultSetSQLExceptionpublic void updateFloat(String columnLabel, float value) throws SQLException
updateFloat 在接口中 ResultSetupdateFloat 在类中 JDBC4ResultSetSQLExceptionpublic void updateDouble(int columnIndex,
double value)
throws SQLException
updateDouble 在接口中 ResultSetupdateDouble 在类中 JDBC4ResultSetSQLExceptionpublic void updateDouble(String columnLabel, double value) throws SQLException
updateDouble 在接口中 ResultSetupdateDouble 在类中 JDBC4ResultSetSQLExceptionpublic void updateBigDecimal(int columnIndex,
BigDecimal value)
throws SQLException
updateBigDecimal 在接口中 ResultSetupdateBigDecimal 在类中 JDBC4ResultSetSQLExceptionpublic void updateBigDecimal(String columnLabel, BigDecimal value) throws SQLException
updateBigDecimal 在接口中 ResultSetupdateBigDecimal 在类中 JDBC4ResultSetSQLExceptionpublic void updateString(int columnIndex,
String value)
throws SQLException
updateString 在接口中 ResultSetupdateString 在类中 JDBC4ResultSetSQLExceptionpublic void updateString(String columnLabel, String value) throws SQLException
updateString 在接口中 ResultSetupdateString 在类中 JDBC4ResultSetSQLExceptionpublic void updateBytes(int columnIndex,
byte[] value)
throws SQLException
updateBytes 在接口中 ResultSetupdateBytes 在类中 JDBC4ResultSetSQLExceptionpublic void updateBytes(String columnLabel, byte[] value) throws SQLException
updateBytes 在接口中 ResultSetupdateBytes 在类中 JDBC4ResultSetSQLExceptionpublic void updateDate(int columnIndex,
Date date)
throws SQLException
updateDate 在接口中 ResultSetupdateDate 在类中 JDBC4ResultSetSQLExceptionpublic void updateDate(String columnLabel, Date value) throws SQLException
updateDate 在接口中 ResultSetupdateDate 在类中 JDBC4ResultSetSQLExceptionpublic void updateTime(int columnIndex,
Time time)
throws SQLException
updateTime 在接口中 ResultSetupdateTime 在类中 JDBC4ResultSetSQLExceptionpublic void updateTime(String columnLabel, Time value) throws SQLException
updateTime 在接口中 ResultSetupdateTime 在类中 JDBC4ResultSetSQLExceptionpublic void updateTimestamp(int columnIndex,
Timestamp timeStamp)
throws SQLException
updateTimestamp 在接口中 ResultSetupdateTimestamp 在类中 JDBC4ResultSetSQLExceptionpublic void updateTimestamp(String columnLabel, Timestamp value) throws SQLException
updateTimestamp 在接口中 ResultSetupdateTimestamp 在类中 JDBC4ResultSetSQLExceptionpublic void updateAsciiStream(int columnIndex,
InputStream inputStream)
throws SQLException
updateAsciiStream 在接口中 ResultSetupdateAsciiStream 在类中 JDBC4ResultSetSQLExceptionpublic void updateAsciiStream(String columnLabel, InputStream inputStream) throws SQLException
updateAsciiStream 在接口中 ResultSetupdateAsciiStream 在类中 JDBC4ResultSetSQLExceptionpublic void updateAsciiStream(int columnIndex,
InputStream inputStream,
int length)
throws SQLException
updateAsciiStream 在接口中 ResultSetupdateAsciiStream 在类中 JDBC4ResultSetSQLExceptionpublic void updateAsciiStream(String columnLabel, InputStream inputStream, int length) throws SQLException
updateAsciiStream 在接口中 ResultSetupdateAsciiStream 在类中 JDBC4ResultSetSQLExceptionpublic void updateAsciiStream(int columnIndex,
InputStream inputStream,
long length)
throws SQLException
updateAsciiStream 在接口中 ResultSetupdateAsciiStream 在类中 JDBC4ResultSetSQLExceptionpublic void updateAsciiStream(String columnLabel, InputStream inputStream, long length) throws SQLException
updateAsciiStream 在接口中 ResultSetupdateAsciiStream 在类中 JDBC4ResultSetSQLExceptionpublic void updateBinaryStream(int columnIndex,
InputStream inputStream,
int length)
throws SQLException
updateBinaryStream 在接口中 ResultSetupdateBinaryStream 在类中 JDBC4ResultSetSQLExceptionpublic void updateBinaryStream(int columnIndex,
InputStream inputStream,
long length)
throws SQLException
updateBinaryStream 在接口中 ResultSetupdateBinaryStream 在类中 JDBC4ResultSetSQLExceptionpublic void updateBinaryStream(String columnLabel, InputStream inputStream, int length) throws SQLException
updateBinaryStream 在接口中 ResultSetupdateBinaryStream 在类中 JDBC4ResultSetSQLExceptionpublic void updateBinaryStream(String columnLabel, InputStream inputStream, long length) throws SQLException
updateBinaryStream 在接口中 ResultSetupdateBinaryStream 在类中 JDBC4ResultSetSQLExceptionpublic void updateBinaryStream(int columnIndex,
InputStream inputStream)
throws SQLException
updateBinaryStream 在接口中 ResultSetupdateBinaryStream 在类中 JDBC4ResultSetSQLExceptionpublic void updateBinaryStream(String columnLabel, InputStream inputStream) throws SQLException
updateBinaryStream 在接口中 ResultSetupdateBinaryStream 在类中 JDBC4ResultSetSQLExceptionpublic void updateCharacterStream(int columnIndex,
Reader reader,
int length)
throws SQLException
updateCharacterStream 在接口中 ResultSetupdateCharacterStream 在类中 JDBC4ResultSetSQLExceptionpublic void updateCharacterStream(int columnIndex,
Reader value)
throws SQLException
updateCharacterStream 在接口中 ResultSetupdateCharacterStream 在类中 JDBC4ResultSetSQLExceptionpublic void updateCharacterStream(String columnLabel, Reader reader, int length) throws SQLException
updateCharacterStream 在接口中 ResultSetupdateCharacterStream 在类中 JDBC4ResultSetSQLExceptionpublic void updateCharacterStream(int columnIndex,
Reader value,
long length)
throws SQLException
updateCharacterStream 在接口中 ResultSetupdateCharacterStream 在类中 JDBC4ResultSetSQLExceptionpublic void updateCharacterStream(String columnLabel, Reader reader, long length) throws SQLException
updateCharacterStream 在接口中 ResultSetupdateCharacterStream 在类中 JDBC4ResultSetSQLExceptionpublic void updateCharacterStream(String columnLabel, Reader reader) throws SQLException
updateCharacterStream 在接口中 ResultSetupdateCharacterStream 在类中 JDBC4ResultSetSQLExceptionpublic void updateObject(int columnIndex,
Object value,
int scaleOrLength)
throws SQLException
updateObject 在接口中 ResultSetupdateObject 在类中 JDBC4ResultSetSQLExceptionpublic void updateObject(int columnIndex,
Object value)
throws SQLException
updateObject 在接口中 ResultSetupdateObject 在类中 JDBC4ResultSetSQLExceptionpublic void updateObject(String columnLabel, Object value, int scaleOrLength) throws SQLException
updateObject 在接口中 ResultSetupdateObject 在类中 JDBC4ResultSetSQLExceptionpublic void updateObject(String columnLabel, Object value) throws SQLException
updateObject 在接口中 ResultSetupdateObject 在类中 JDBC4ResultSetSQLExceptionpublic void updateLong(int columnIndex,
long value)
throws SQLException
updateLong 在接口中 ResultSetupdateLong 在类中 JDBC4ResultSetSQLExceptionpublic void updateLong(String columnLabel, long value) throws SQLException
updateLong 在接口中 ResultSetupdateLong 在类中 JDBC4ResultSetSQLExceptionpublic void updateRef(int columnIndex,
Ref ref)
throws SQLException
updateRef 在接口中 ResultSetupdateRef 在类中 JDBC4ResultSetSQLExceptionpublic void updateRef(String columnLabel, Ref ref) throws SQLException
updateRef 在接口中 ResultSetupdateRef 在类中 JDBC4ResultSetSQLExceptionpublic void updateBlob(int columnIndex,
Blob blob)
throws SQLException
updateBlob 在接口中 ResultSetupdateBlob 在类中 JDBC4ResultSetSQLExceptionpublic void updateBlob(String columnLabel, Blob blob) throws SQLException
updateBlob 在接口中 ResultSetupdateBlob 在类中 JDBC4ResultSetSQLExceptionpublic void updateBlob(int columnIndex,
InputStream inputStream)
throws SQLException
updateBlob 在接口中 ResultSetupdateBlob 在类中 JDBC4ResultSetSQLExceptionpublic void updateBlob(String columnLabel, InputStream inputStream) throws SQLException
updateBlob 在接口中 ResultSetupdateBlob 在类中 JDBC4ResultSetSQLExceptionpublic void updateBlob(int columnIndex,
InputStream inputStream,
long length)
throws SQLException
updateBlob 在接口中 ResultSetupdateBlob 在类中 JDBC4ResultSetSQLExceptionpublic void updateBlob(String columnLabel, InputStream inputStream, long length) throws SQLException
updateBlob 在接口中 ResultSetupdateBlob 在类中 JDBC4ResultSetSQLExceptionpublic void updateClob(int columnIndex,
Clob clob)
throws SQLException
updateClob 在接口中 ResultSetupdateClob 在类中 JDBC4ResultSetSQLExceptionpublic void updateClob(String columnLabel, Clob clob) throws SQLException
updateClob 在接口中 ResultSetupdateClob 在类中 JDBC4ResultSetSQLExceptionpublic void updateClob(int columnIndex,
Reader reader,
long length)
throws SQLException
updateClob 在接口中 ResultSetupdateClob 在类中 JDBC4ResultSetSQLExceptionpublic void updateClob(String columnLabel, Reader reader, long length) throws SQLException
updateClob 在接口中 ResultSetupdateClob 在类中 JDBC4ResultSetSQLExceptionpublic void updateClob(int columnIndex,
Reader reader)
throws SQLException
updateClob 在接口中 ResultSetupdateClob 在类中 JDBC4ResultSetSQLExceptionpublic void updateClob(String columnLabel, Reader reader) throws SQLException
updateClob 在接口中 ResultSetupdateClob 在类中 JDBC4ResultSetSQLExceptionpublic void updateArray(int columnIndex,
Array array)
throws SQLException
updateArray 在接口中 ResultSetupdateArray 在类中 JDBC4ResultSetSQLExceptionpublic void updateArray(String columnLabel, Array array) throws SQLException
updateArray 在接口中 ResultSetupdateArray 在类中 JDBC4ResultSetSQLExceptionpublic void updateRowId(int columnIndex,
RowId rowId)
throws SQLException
updateRowId 在接口中 ResultSetupdateRowId 在类中 JDBC4ResultSetSQLExceptionpublic void updateRowId(String columnLabel, RowId rowId) throws SQLException
updateRowId 在接口中 ResultSetupdateRowId 在类中 JDBC4ResultSetSQLExceptionpublic void updateNString(int columnIndex,
String nstring)
throws SQLException
updateNString 在接口中 ResultSetupdateNString 在类中 JDBC4ResultSetSQLExceptionpublic void updateNString(String columnLabel, String nstring) throws SQLException
updateNString 在接口中 ResultSetupdateNString 在类中 JDBC4ResultSetSQLExceptionpublic void updateNClob(int columnIndex,
NClob nclob)
throws SQLException
updateNClob 在接口中 ResultSetupdateNClob 在类中 JDBC4ResultSetSQLExceptionpublic void updateNClob(String columnLabel, NClob nclob) throws SQLException
updateNClob 在接口中 ResultSetupdateNClob 在类中 JDBC4ResultSetSQLExceptionpublic void updateNClob(int columnIndex,
Reader reader)
throws SQLException
updateNClob 在接口中 ResultSetupdateNClob 在类中 JDBC4ResultSetSQLExceptionpublic void updateNClob(String columnLabel, Reader reader) throws SQLException
updateNClob 在接口中 ResultSetupdateNClob 在类中 JDBC4ResultSetSQLExceptionpublic void updateNClob(int columnIndex,
Reader reader,
long length)
throws SQLException
updateNClob 在接口中 ResultSetupdateNClob 在类中 JDBC4ResultSetSQLExceptionpublic void updateNClob(String columnLabel, Reader reader, long length) throws SQLException
updateNClob 在接口中 ResultSetupdateNClob 在类中 JDBC4ResultSetSQLExceptionpublic void updateSQLXML(int columnIndex,
SQLXML xmlObject)
throws SQLException
updateSQLXML 在接口中 ResultSetupdateSQLXML 在类中 JDBC4ResultSetSQLExceptionpublic void updateSQLXML(String columnLabel, SQLXML xmlObject) throws SQLException
updateSQLXML 在接口中 ResultSetupdateSQLXML 在类中 JDBC4ResultSetSQLExceptionpublic void updateNCharacterStream(int columnIndex,
Reader value,
long length)
throws SQLException
updateNCharacterStream 在接口中 ResultSetupdateNCharacterStream 在类中 JDBC4ResultSetSQLExceptionpublic void updateNCharacterStream(String columnLabel, Reader reader, long length) throws SQLException
updateNCharacterStream 在接口中 ResultSetupdateNCharacterStream 在类中 JDBC4ResultSetSQLExceptionpublic void updateNCharacterStream(int columnIndex,
Reader reader)
throws SQLException
updateNCharacterStream 在接口中 ResultSetupdateNCharacterStream 在类中 JDBC4ResultSetSQLExceptionpublic void updateNCharacterStream(String columnLabel, Reader reader) throws SQLException
updateNCharacterStream 在接口中 ResultSetupdateNCharacterStream 在类中 JDBC4ResultSetSQLExceptionpublic void insertRow()
throws SQLException
insertRow 在接口中 ResultSetinsertRow 在类中 JDBC4ResultSetSQLExceptionpublic void updateRow()
throws SQLException
updateRow 在接口中 ResultSetupdateRow 在类中 JDBC4ResultSetSQLExceptionpublic void deleteRow()
throws SQLException
deleteRow 在接口中 ResultSetdeleteRow 在类中 JDBC4ResultSetSQLExceptionpublic void refreshRow()
throws SQLException
refreshRow 在接口中 ResultSetrefreshRow 在类中 JDBC4ResultSetSQLExceptionpublic void cancelRowUpdates()
cancelRowUpdates 在接口中 ResultSetcancelRowUpdates 在类中 JDBC4ResultSetpublic void moveToInsertRow()
throws SQLException
moveToInsertRow 在接口中 ResultSetmoveToInsertRow 在类中 JDBC4ResultSetSQLExceptionpublic void moveToCurrentRow()
moveToCurrentRow 在接口中 ResultSetmoveToCurrentRow 在类中 JDBC4ResultSetpublic void beforeFirst()
throws SQLException
beforeFirst 在接口中 ResultSetbeforeFirst 在类中 JDBC4ResultSetSQLExceptionpublic boolean first()
throws SQLException
first 在接口中 ResultSetfirst 在类中 JDBC4ResultSetSQLExceptionpublic boolean last()
throws SQLException
last 在接口中 ResultSetlast 在类中 JDBC4ResultSetSQLExceptionpublic void afterLast()
throws SQLException
afterLast 在接口中 ResultSetafterLast 在类中 JDBC4ResultSetSQLExceptionpublic boolean absolute(int row)
throws SQLException
absolute 在接口中 ResultSetabsolute 在类中 JDBC4ResultSetSQLExceptionpublic boolean relative(int rows)
throws SQLException
relative 在接口中 ResultSetrelative 在类中 JDBC4ResultSetSQLExceptionpublic boolean next()
throws SQLException
next 在接口中 ResultSetnext 在类中 JDBC4ResultSetSQLExceptionpublic boolean previous()
throws SQLException
previous 在接口中 ResultSetprevious 在类中 JDBC4ResultSetSQLExceptionCopyright © 2024 oceanbase.com. All rights reserved.