public class JDBC4UpdatableResultSet extends SelectResultSet
JDBC4ResultSet.ResultSetClass| Modifier and Type | Field and Description |
|---|---|
protected OceanBaseConnection |
connection |
static String |
UpdatableResultSet_12 |
columnIndexOffset, columnInformationLength, columnLabelIndexer, columnsInformation, complexData, complexEndPos, data, dataSize, discardedRows, fetchSize, forceAlias, isClosed, isEof, isLastRowSent, isModified, lastRowPointer, noBackslashEscapes, options, protocol, reader, resultSetConcurType, resultSetScrollType, row, rowPointer, statement, timeZone, TINYINT1_IS_BIT, YEAR_IS_DATE_TYPECLOSE_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 and Description |
|---|
JDBC4UpdatableResultSet(ColumnDefinition[] columnsInformation,
Results results,
Protocol protocol,
PacketInputStream reader,
boolean callableResult,
boolean eofDeprecated,
boolean isPsOutParamter)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
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, 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, getNString, getNString, getNUMBER, getNUMBER, getObject, getObject, getObject, getObject, getObject, getObject, 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, readNextValue, refreshRowInternalOracle, resetState, rowDeleted, rowInserted, rowUpdated, setComplexData, setFetchDirection, setFetchSize, setForceTableAlias, setProtocol, setRowPointer, setStatement, unwrap, updateBlob, updateObject, updateRowData, 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 in interface ResultSetgetConcurrency in class JDBC4ResultSetpublic void updateNull(int columnIndex)
throws SQLException
updateNull in interface ResultSetupdateNull in class JDBC4ResultSetSQLExceptionpublic void updateNull(String columnLabel) throws SQLException
updateNull in interface ResultSetupdateNull in class JDBC4ResultSetSQLExceptionpublic void updateBoolean(int columnIndex,
boolean bool)
throws SQLException
updateBoolean in interface ResultSetupdateBoolean in class JDBC4ResultSetSQLExceptionpublic void updateBoolean(String columnLabel, boolean value) throws SQLException
updateBoolean in interface ResultSetupdateBoolean in class JDBC4ResultSetSQLExceptionpublic void updateByte(int columnIndex,
byte value)
throws SQLException
updateByte in interface ResultSetupdateByte in class JDBC4ResultSetSQLExceptionpublic void updateByte(String columnLabel, byte value) throws SQLException
updateByte in interface ResultSetupdateByte in class JDBC4ResultSetSQLExceptionpublic void updateShort(int columnIndex,
short value)
throws SQLException
updateShort in interface ResultSetupdateShort in class JDBC4ResultSetSQLExceptionpublic void updateShort(String columnLabel, short value) throws SQLException
updateShort in interface ResultSetupdateShort in class JDBC4ResultSetSQLExceptionpublic void updateInt(int columnIndex,
int value)
throws SQLException
updateInt in interface ResultSetupdateInt in class JDBC4ResultSetSQLExceptionpublic void updateInt(String columnLabel, int value) throws SQLException
updateInt in interface ResultSetupdateInt in class JDBC4ResultSetSQLExceptionpublic void updateFloat(int columnIndex,
float value)
throws SQLException
updateFloat in interface ResultSetupdateFloat in class JDBC4ResultSetSQLExceptionpublic void updateFloat(String columnLabel, float value) throws SQLException
updateFloat in interface ResultSetupdateFloat in class JDBC4ResultSetSQLExceptionpublic void updateDouble(int columnIndex,
double value)
throws SQLException
updateDouble in interface ResultSetupdateDouble in class JDBC4ResultSetSQLExceptionpublic void updateDouble(String columnLabel, double value) throws SQLException
updateDouble in interface ResultSetupdateDouble in class JDBC4ResultSetSQLExceptionpublic void updateBigDecimal(int columnIndex,
BigDecimal value)
throws SQLException
updateBigDecimal in interface ResultSetupdateBigDecimal in class JDBC4ResultSetSQLExceptionpublic void updateBigDecimal(String columnLabel, BigDecimal value) throws SQLException
updateBigDecimal in interface ResultSetupdateBigDecimal in class JDBC4ResultSetSQLExceptionpublic void updateString(int columnIndex,
String value)
throws SQLException
updateString in interface ResultSetupdateString in class JDBC4ResultSetSQLExceptionpublic void updateString(String columnLabel, String value) throws SQLException
updateString in interface ResultSetupdateString in class JDBC4ResultSetSQLExceptionpublic void updateBytes(int columnIndex,
byte[] value)
throws SQLException
updateBytes in interface ResultSetupdateBytes in class JDBC4ResultSetSQLExceptionpublic void updateBytes(String columnLabel, byte[] value) throws SQLException
updateBytes in interface ResultSetupdateBytes in class JDBC4ResultSetSQLExceptionpublic void updateDate(int columnIndex,
Date date)
throws SQLException
updateDate in interface ResultSetupdateDate in class JDBC4ResultSetSQLExceptionpublic void updateDate(String columnLabel, Date value) throws SQLException
updateDate in interface ResultSetupdateDate in class JDBC4ResultSetSQLExceptionpublic void updateTime(int columnIndex,
Time time)
throws SQLException
updateTime in interface ResultSetupdateTime in class JDBC4ResultSetSQLExceptionpublic void updateTime(String columnLabel, Time value) throws SQLException
updateTime in interface ResultSetupdateTime in class JDBC4ResultSetSQLExceptionpublic void updateTimestamp(int columnIndex,
Timestamp timeStamp)
throws SQLException
updateTimestamp in interface ResultSetupdateTimestamp in class JDBC4ResultSetSQLExceptionpublic void updateTimestamp(String columnLabel, Timestamp value) throws SQLException
updateTimestamp in interface ResultSetupdateTimestamp in class JDBC4ResultSetSQLExceptionpublic void updateAsciiStream(int columnIndex,
InputStream inputStream)
throws SQLException
updateAsciiStream in interface ResultSetupdateAsciiStream in class JDBC4ResultSetSQLExceptionpublic void updateAsciiStream(String columnLabel, InputStream inputStream) throws SQLException
updateAsciiStream in interface ResultSetupdateAsciiStream in class JDBC4ResultSetSQLExceptionpublic void updateAsciiStream(int columnIndex,
InputStream inputStream,
int length)
throws SQLException
updateAsciiStream in interface ResultSetupdateAsciiStream in class JDBC4ResultSetSQLExceptionpublic void updateAsciiStream(String columnLabel, InputStream inputStream, int length) throws SQLException
updateAsciiStream in interface ResultSetupdateAsciiStream in class JDBC4ResultSetSQLExceptionpublic void updateAsciiStream(int columnIndex,
InputStream inputStream,
long length)
throws SQLException
updateAsciiStream in interface ResultSetupdateAsciiStream in class JDBC4ResultSetSQLExceptionpublic void updateAsciiStream(String columnLabel, InputStream inputStream, long length) throws SQLException
updateAsciiStream in interface ResultSetupdateAsciiStream in class JDBC4ResultSetSQLExceptionpublic void updateBinaryStream(int columnIndex,
InputStream inputStream,
int length)
throws SQLException
updateBinaryStream in interface ResultSetupdateBinaryStream in class JDBC4ResultSetSQLExceptionpublic void updateBinaryStream(int columnIndex,
InputStream inputStream,
long length)
throws SQLException
updateBinaryStream in interface ResultSetupdateBinaryStream in class JDBC4ResultSetSQLExceptionpublic void updateBinaryStream(String columnLabel, InputStream inputStream, int length) throws SQLException
updateBinaryStream in interface ResultSetupdateBinaryStream in class JDBC4ResultSetSQLExceptionpublic void updateBinaryStream(String columnLabel, InputStream inputStream, long length) throws SQLException
updateBinaryStream in interface ResultSetupdateBinaryStream in class JDBC4ResultSetSQLExceptionpublic void updateBinaryStream(int columnIndex,
InputStream inputStream)
throws SQLException
updateBinaryStream in interface ResultSetupdateBinaryStream in class JDBC4ResultSetSQLExceptionpublic void updateBinaryStream(String columnLabel, InputStream inputStream) throws SQLException
updateBinaryStream in interface ResultSetupdateBinaryStream in class JDBC4ResultSetSQLExceptionpublic void updateCharacterStream(int columnIndex,
Reader reader,
int length)
throws SQLException
updateCharacterStream in interface ResultSetupdateCharacterStream in class JDBC4ResultSetSQLExceptionpublic void updateCharacterStream(int columnIndex,
Reader value)
throws SQLException
updateCharacterStream in interface ResultSetupdateCharacterStream in class JDBC4ResultSetSQLExceptionpublic void updateCharacterStream(String columnLabel, Reader reader, int length) throws SQLException
updateCharacterStream in interface ResultSetupdateCharacterStream in class JDBC4ResultSetSQLExceptionpublic void updateCharacterStream(int columnIndex,
Reader value,
long length)
throws SQLException
updateCharacterStream in interface ResultSetupdateCharacterStream in class JDBC4ResultSetSQLExceptionpublic void updateCharacterStream(String columnLabel, Reader reader, long length) throws SQLException
updateCharacterStream in interface ResultSetupdateCharacterStream in class JDBC4ResultSetSQLExceptionpublic void updateCharacterStream(String columnLabel, Reader reader) throws SQLException
updateCharacterStream in interface ResultSetupdateCharacterStream in class JDBC4ResultSetSQLExceptionpublic void updateObject(int columnIndex,
Object value,
int scaleOrLength)
throws SQLException
updateObject in interface ResultSetupdateObject in class JDBC4ResultSetSQLExceptionpublic void updateObject(int columnIndex,
Object value)
throws SQLException
updateObject in interface ResultSetupdateObject in class JDBC4ResultSetSQLExceptionpublic void updateObject(String columnLabel, Object value, int scaleOrLength) throws SQLException
updateObject in interface ResultSetupdateObject in class JDBC4ResultSetSQLExceptionpublic void updateObject(String columnLabel, Object value) throws SQLException
updateObject in interface ResultSetupdateObject in class JDBC4ResultSetSQLExceptionpublic void updateLong(int columnIndex,
long value)
throws SQLException
updateLong in interface ResultSetupdateLong in class JDBC4ResultSetSQLExceptionpublic void updateLong(String columnLabel, long value) throws SQLException
updateLong in interface ResultSetupdateLong in class JDBC4ResultSetSQLExceptionpublic void updateRef(int columnIndex,
Ref ref)
throws SQLException
updateRef in interface ResultSetupdateRef in class JDBC4ResultSetSQLExceptionpublic void updateRef(String columnLabel, Ref ref) throws SQLException
updateRef in interface ResultSetupdateRef in class JDBC4ResultSetSQLExceptionpublic void updateBlob(int columnIndex,
Blob blob)
throws SQLException
updateBlob in interface ResultSetupdateBlob in class JDBC4ResultSetSQLExceptionpublic void updateBlob(String columnLabel, Blob blob) throws SQLException
updateBlob in interface ResultSetupdateBlob in class JDBC4ResultSetSQLExceptionpublic void updateBlob(int columnIndex,
InputStream inputStream)
throws SQLException
updateBlob in interface ResultSetupdateBlob in class JDBC4ResultSetSQLExceptionpublic void updateBlob(String columnLabel, InputStream inputStream) throws SQLException
updateBlob in interface ResultSetupdateBlob in class JDBC4ResultSetSQLExceptionpublic void updateBlob(int columnIndex,
InputStream inputStream,
long length)
throws SQLException
updateBlob in interface ResultSetupdateBlob in class JDBC4ResultSetSQLExceptionpublic void updateBlob(String columnLabel, InputStream inputStream, long length) throws SQLException
updateBlob in interface ResultSetupdateBlob in class JDBC4ResultSetSQLExceptionpublic void updateClob(int columnIndex,
Clob clob)
throws SQLException
updateClob in interface ResultSetupdateClob in class JDBC4ResultSetSQLExceptionpublic void updateClob(String columnLabel, Clob clob) throws SQLException
updateClob in interface ResultSetupdateClob in class JDBC4ResultSetSQLExceptionpublic void updateClob(int columnIndex,
Reader reader,
long length)
throws SQLException
updateClob in interface ResultSetupdateClob in class JDBC4ResultSetSQLExceptionpublic void updateClob(String columnLabel, Reader reader, long length) throws SQLException
updateClob in interface ResultSetupdateClob in class JDBC4ResultSetSQLExceptionpublic void updateClob(int columnIndex,
Reader reader)
throws SQLException
updateClob in interface ResultSetupdateClob in class JDBC4ResultSetSQLExceptionpublic void updateClob(String columnLabel, Reader reader) throws SQLException
updateClob in interface ResultSetupdateClob in class JDBC4ResultSetSQLExceptionpublic void updateArray(int columnIndex,
Array array)
throws SQLException
updateArray in interface ResultSetupdateArray in class JDBC4ResultSetSQLExceptionpublic void updateArray(String columnLabel, Array array) throws SQLException
updateArray in interface ResultSetupdateArray in class JDBC4ResultSetSQLExceptionpublic void updateRowId(int columnIndex,
RowId rowId)
throws SQLException
updateRowId in interface ResultSetupdateRowId in class JDBC4ResultSetSQLExceptionpublic void updateRowId(String columnLabel, RowId rowId) throws SQLException
updateRowId in interface ResultSetupdateRowId in class JDBC4ResultSetSQLExceptionpublic void updateNString(int columnIndex,
String nstring)
throws SQLException
updateNString in interface ResultSetupdateNString in class JDBC4ResultSetSQLExceptionpublic void updateNString(String columnLabel, String nstring) throws SQLException
updateNString in interface ResultSetupdateNString in class JDBC4ResultSetSQLExceptionpublic void updateNClob(int columnIndex,
NClob nclob)
throws SQLException
updateNClob in interface ResultSetupdateNClob in class JDBC4ResultSetSQLExceptionpublic void updateNClob(String columnLabel, NClob nclob) throws SQLException
updateNClob in interface ResultSetupdateNClob in class JDBC4ResultSetSQLExceptionpublic void updateNClob(int columnIndex,
Reader reader)
throws SQLException
updateNClob in interface ResultSetupdateNClob in class JDBC4ResultSetSQLExceptionpublic void updateNClob(String columnLabel, Reader reader) throws SQLException
updateNClob in interface ResultSetupdateNClob in class JDBC4ResultSetSQLExceptionpublic void updateNClob(int columnIndex,
Reader reader,
long length)
throws SQLException
updateNClob in interface ResultSetupdateNClob in class JDBC4ResultSetSQLExceptionpublic void updateNClob(String columnLabel, Reader reader, long length) throws SQLException
updateNClob in interface ResultSetupdateNClob in class JDBC4ResultSetSQLExceptionpublic void updateSQLXML(int columnIndex,
SQLXML xmlObject)
throws SQLException
updateSQLXML in interface ResultSetupdateSQLXML in class JDBC4ResultSetSQLExceptionpublic void updateSQLXML(String columnLabel, SQLXML xmlObject) throws SQLException
updateSQLXML in interface ResultSetupdateSQLXML in class JDBC4ResultSetSQLExceptionpublic void updateNCharacterStream(int columnIndex,
Reader value,
long length)
throws SQLException
updateNCharacterStream in interface ResultSetupdateNCharacterStream in class JDBC4ResultSetSQLExceptionpublic void updateNCharacterStream(String columnLabel, Reader reader, long length) throws SQLException
updateNCharacterStream in interface ResultSetupdateNCharacterStream in class JDBC4ResultSetSQLExceptionpublic void updateNCharacterStream(int columnIndex,
Reader reader)
throws SQLException
updateNCharacterStream in interface ResultSetupdateNCharacterStream in class JDBC4ResultSetSQLExceptionpublic void updateNCharacterStream(String columnLabel, Reader reader) throws SQLException
updateNCharacterStream in interface ResultSetupdateNCharacterStream in class JDBC4ResultSetSQLExceptionpublic void insertRow()
throws SQLException
insertRow in interface ResultSetinsertRow in class JDBC4ResultSetSQLExceptionpublic void updateRow()
throws SQLException
updateRow in interface ResultSetupdateRow in class JDBC4ResultSetSQLExceptionpublic void deleteRow()
throws SQLException
deleteRow in interface ResultSetdeleteRow in class JDBC4ResultSetSQLExceptionpublic void refreshRow()
throws SQLException
refreshRow in interface ResultSetrefreshRow in class JDBC4ResultSetSQLExceptionpublic void cancelRowUpdates()
cancelRowUpdates in interface ResultSetcancelRowUpdates in class JDBC4ResultSetpublic void moveToInsertRow()
throws SQLException
moveToInsertRow in interface ResultSetmoveToInsertRow in class JDBC4ResultSetSQLExceptionpublic void moveToCurrentRow()
moveToCurrentRow in interface ResultSetmoveToCurrentRow in class JDBC4ResultSetpublic void beforeFirst()
throws SQLException
beforeFirst in interface ResultSetbeforeFirst in class JDBC4ResultSetSQLExceptionpublic boolean first()
throws SQLException
first in interface ResultSetfirst in class JDBC4ResultSetSQLExceptionpublic boolean last()
throws SQLException
last in interface ResultSetlast in class JDBC4ResultSetSQLExceptionpublic void afterLast()
throws SQLException
afterLast in interface ResultSetafterLast in class JDBC4ResultSetSQLExceptionpublic boolean absolute(int row)
throws SQLException
absolute in interface ResultSetabsolute in class JDBC4ResultSetSQLExceptionpublic boolean relative(int rows)
throws SQLException
relative in interface ResultSetrelative in class JDBC4ResultSetSQLExceptionpublic boolean next()
throws SQLException
next in interface ResultSetnext in class JDBC4ResultSetSQLExceptionpublic boolean previous()
throws SQLException
previous in interface ResultSetprevious in class JDBC4ResultSetSQLExceptionCopyright © 2022 oceanbase.com. All rights reserved.