public class UpdatableResultSet extends SelectResultSet
columnInformationLength, columnsInformation, noBackslashEscapes, options, timeZone, TINYINT1_IS_BIT, YEAR_IS_DATE_TYPE
CLOSE_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 |
---|
UpdatableResultSet(ColumnInformation[] columnsInformation,
Results results,
Protocol protocol,
PacketInputStream reader,
boolean callableResult,
boolean eofDeprecated)
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, 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, getCurrentRowData, getCursorName, getDataSize, getDate, getDate, getDate, getDate, getDouble, getDouble, getFetchDirection, getFetchSize, getFloat, getFloat, getHoldability, getInt, getInt, getLong, getLong, getMetaData, getNCharacterStream, getNCharacterStream, getNClob, getNClob, getNString, getNString, getObject, getObject, getObject, getObject, getObject, getObject, getRef, getRef, getRow, getRowId, getRowId, getRowPointer, getShort, getShort, getSQLXML, getSQLXML, getStatement, getString, getString, getTime, getTime, getTime, getTime, getTimestamp, getTimestamp, getTimestamp, getTimestamp, getType, getUnicodeStream, getUnicodeStream, getURL, getURL, getWarnings, isAfterLast, isBeforeFirst, isBinaryEncoded, isCallableResult, isClosed, isFirst, isFullyLoaded, isLast, isWrapperFor, rowDeleted, rowInserted, rowUpdated, setFetchDirection, setFetchSize, setReturnTableAlias, setRowPointer, setStatement, unwrap, updateRowData, wasNull
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
updateObject, updateObject, updateObject, updateObject
public UpdatableResultSet(ColumnInformation[] columnsInformation, Results results, Protocol protocol, PacketInputStream reader, boolean callableResult, boolean eofDeprecated) 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() throws SQLException
getConcurrency
in interface ResultSet
getConcurrency
in class SelectResultSet
SQLException
public void updateNull(int columnIndex) throws SQLException
updateNull
in interface ResultSet
updateNull
in class SelectResultSet
SQLException
public void updateNull(String columnLabel) throws SQLException
updateNull
in interface ResultSet
updateNull
in class SelectResultSet
SQLException
public void updateBoolean(int columnIndex, boolean bool) throws SQLException
updateBoolean
in interface ResultSet
updateBoolean
in class SelectResultSet
SQLException
public void updateBoolean(String columnLabel, boolean value) throws SQLException
updateBoolean
in interface ResultSet
updateBoolean
in class SelectResultSet
SQLException
public void updateByte(int columnIndex, byte value) throws SQLException
updateByte
in interface ResultSet
updateByte
in class SelectResultSet
SQLException
public void updateByte(String columnLabel, byte value) throws SQLException
updateByte
in interface ResultSet
updateByte
in class SelectResultSet
SQLException
public void updateShort(int columnIndex, short value) throws SQLException
updateShort
in interface ResultSet
updateShort
in class SelectResultSet
SQLException
public void updateShort(String columnLabel, short value) throws SQLException
updateShort
in interface ResultSet
updateShort
in class SelectResultSet
SQLException
public void updateInt(int columnIndex, int value) throws SQLException
updateInt
in interface ResultSet
updateInt
in class SelectResultSet
SQLException
public void updateInt(String columnLabel, int value) throws SQLException
updateInt
in interface ResultSet
updateInt
in class SelectResultSet
SQLException
public void updateFloat(int columnIndex, float value) throws SQLException
updateFloat
in interface ResultSet
updateFloat
in class SelectResultSet
SQLException
public void updateFloat(String columnLabel, float value) throws SQLException
updateFloat
in interface ResultSet
updateFloat
in class SelectResultSet
SQLException
public void updateDouble(int columnIndex, double value) throws SQLException
updateDouble
in interface ResultSet
updateDouble
in class SelectResultSet
SQLException
public void updateDouble(String columnLabel, double value) throws SQLException
updateDouble
in interface ResultSet
updateDouble
in class SelectResultSet
SQLException
public void updateBigDecimal(int columnIndex, BigDecimal value) throws SQLException
updateBigDecimal
in interface ResultSet
updateBigDecimal
in class SelectResultSet
SQLException
public void updateBigDecimal(String columnLabel, BigDecimal value) throws SQLException
updateBigDecimal
in interface ResultSet
updateBigDecimal
in class SelectResultSet
SQLException
public void updateString(int columnIndex, String value) throws SQLException
updateString
in interface ResultSet
updateString
in class SelectResultSet
SQLException
public void updateString(String columnLabel, String value) throws SQLException
updateString
in interface ResultSet
updateString
in class SelectResultSet
SQLException
public void updateBytes(int columnIndex, byte[] value) throws SQLException
updateBytes
in interface ResultSet
updateBytes
in class SelectResultSet
SQLException
public void updateBytes(String columnLabel, byte[] value) throws SQLException
updateBytes
in interface ResultSet
updateBytes
in class SelectResultSet
SQLException
public void updateDate(int columnIndex, Date date) throws SQLException
updateDate
in interface ResultSet
updateDate
in class SelectResultSet
SQLException
public void updateDate(String columnLabel, Date value) throws SQLException
updateDate
in interface ResultSet
updateDate
in class SelectResultSet
SQLException
public void updateTime(int columnIndex, Time time) throws SQLException
updateTime
in interface ResultSet
updateTime
in class SelectResultSet
SQLException
public void updateTime(String columnLabel, Time value) throws SQLException
updateTime
in interface ResultSet
updateTime
in class SelectResultSet
SQLException
public void updateTimestamp(int columnIndex, Timestamp timeStamp) throws SQLException
updateTimestamp
in interface ResultSet
updateTimestamp
in class SelectResultSet
SQLException
public void updateTimestamp(String columnLabel, Timestamp value) throws SQLException
updateTimestamp
in interface ResultSet
updateTimestamp
in class SelectResultSet
SQLException
public void updateAsciiStream(int columnIndex, InputStream inputStream) throws SQLException
updateAsciiStream
in interface ResultSet
updateAsciiStream
in class SelectResultSet
SQLException
public void updateAsciiStream(String columnLabel, InputStream inputStream) throws SQLException
updateAsciiStream
in interface ResultSet
updateAsciiStream
in class SelectResultSet
SQLException
public void updateAsciiStream(int columnIndex, InputStream inputStream, int length) throws SQLException
updateAsciiStream
in interface ResultSet
updateAsciiStream
in class SelectResultSet
SQLException
public void updateAsciiStream(String columnLabel, InputStream inputStream, int length) throws SQLException
updateAsciiStream
in interface ResultSet
updateAsciiStream
in class SelectResultSet
SQLException
public void updateAsciiStream(int columnIndex, InputStream inputStream, long length) throws SQLException
updateAsciiStream
in interface ResultSet
updateAsciiStream
in class SelectResultSet
SQLException
public void updateAsciiStream(String columnLabel, InputStream inputStream, long length) throws SQLException
updateAsciiStream
in interface ResultSet
updateAsciiStream
in class SelectResultSet
SQLException
public void updateBinaryStream(int columnIndex, InputStream inputStream, int length) throws SQLException
updateBinaryStream
in interface ResultSet
updateBinaryStream
in class SelectResultSet
SQLException
public void updateBinaryStream(int columnIndex, InputStream inputStream, long length) throws SQLException
updateBinaryStream
in interface ResultSet
updateBinaryStream
in class SelectResultSet
SQLException
public void updateBinaryStream(String columnLabel, InputStream inputStream, int length) throws SQLException
updateBinaryStream
in interface ResultSet
updateBinaryStream
in class SelectResultSet
SQLException
public void updateBinaryStream(String columnLabel, InputStream inputStream, long length) throws SQLException
updateBinaryStream
in interface ResultSet
updateBinaryStream
in class SelectResultSet
SQLException
public void updateBinaryStream(int columnIndex, InputStream inputStream) throws SQLException
updateBinaryStream
in interface ResultSet
updateBinaryStream
in class SelectResultSet
SQLException
public void updateBinaryStream(String columnLabel, InputStream inputStream) throws SQLException
updateBinaryStream
in interface ResultSet
updateBinaryStream
in class SelectResultSet
SQLException
public void updateCharacterStream(int columnIndex, Reader reader, int length) throws SQLException
updateCharacterStream
in interface ResultSet
updateCharacterStream
in class SelectResultSet
SQLException
public void updateCharacterStream(int columnIndex, Reader value) throws SQLException
updateCharacterStream
in interface ResultSet
updateCharacterStream
in class SelectResultSet
SQLException
public void updateCharacterStream(String columnLabel, Reader reader, int length) throws SQLException
updateCharacterStream
in interface ResultSet
updateCharacterStream
in class SelectResultSet
SQLException
public void updateCharacterStream(int columnIndex, Reader value, long length) throws SQLException
updateCharacterStream
in interface ResultSet
updateCharacterStream
in class SelectResultSet
SQLException
public void updateCharacterStream(String columnLabel, Reader reader, long length) throws SQLException
updateCharacterStream
in interface ResultSet
updateCharacterStream
in class SelectResultSet
SQLException
public void updateCharacterStream(String columnLabel, Reader reader) throws SQLException
updateCharacterStream
in interface ResultSet
updateCharacterStream
in class SelectResultSet
SQLException
public void updateObject(int columnIndex, Object value, int scaleOrLength) throws SQLException
updateObject
in interface ResultSet
updateObject
in class SelectResultSet
SQLException
public void updateObject(int columnIndex, Object value) throws SQLException
updateObject
in interface ResultSet
updateObject
in class SelectResultSet
SQLException
public void updateObject(String columnLabel, Object value, int scaleOrLength) throws SQLException
updateObject
in interface ResultSet
updateObject
in class SelectResultSet
SQLException
public void updateObject(String columnLabel, Object value) throws SQLException
updateObject
in interface ResultSet
updateObject
in class SelectResultSet
SQLException
public void updateLong(int columnIndex, long value) throws SQLException
updateLong
in interface ResultSet
updateLong
in class SelectResultSet
SQLException
public void updateLong(String columnLabel, long value) throws SQLException
updateLong
in interface ResultSet
updateLong
in class SelectResultSet
SQLException
public void updateRef(int columnIndex, Ref ref) throws SQLException
updateRef
in interface ResultSet
updateRef
in class SelectResultSet
SQLException
public void updateRef(String columnLabel, Ref ref) throws SQLException
updateRef
in interface ResultSet
updateRef
in class SelectResultSet
SQLException
public void updateBlob(int columnIndex, Blob blob) throws SQLException
updateBlob
in interface ResultSet
updateBlob
in class SelectResultSet
SQLException
public void updateBlob(String columnLabel, Blob blob) throws SQLException
updateBlob
in interface ResultSet
updateBlob
in class SelectResultSet
SQLException
public void updateBlob(int columnIndex, InputStream inputStream) throws SQLException
updateBlob
in interface ResultSet
updateBlob
in class SelectResultSet
SQLException
public void updateBlob(String columnLabel, InputStream inputStream) throws SQLException
updateBlob
in interface ResultSet
updateBlob
in class SelectResultSet
SQLException
public void updateBlob(int columnIndex, InputStream inputStream, long length) throws SQLException
updateBlob
in interface ResultSet
updateBlob
in class SelectResultSet
SQLException
public void updateBlob(String columnLabel, InputStream inputStream, long length) throws SQLException
updateBlob
in interface ResultSet
updateBlob
in class SelectResultSet
SQLException
public void updateClob(int columnIndex, Clob clob) throws SQLException
updateClob
in interface ResultSet
updateClob
in class SelectResultSet
SQLException
public void updateClob(String columnLabel, Clob clob) throws SQLException
updateClob
in interface ResultSet
updateClob
in class SelectResultSet
SQLException
public void updateClob(int columnIndex, Reader reader, long length) throws SQLException
updateClob
in interface ResultSet
updateClob
in class SelectResultSet
SQLException
public void updateClob(String columnLabel, Reader reader, long length) throws SQLException
updateClob
in interface ResultSet
updateClob
in class SelectResultSet
SQLException
public void updateClob(int columnIndex, Reader reader) throws SQLException
updateClob
in interface ResultSet
updateClob
in class SelectResultSet
SQLException
public void updateClob(String columnLabel, Reader reader) throws SQLException
updateClob
in interface ResultSet
updateClob
in class SelectResultSet
SQLException
public void updateArray(int columnIndex, Array array) throws SQLException
updateArray
in interface ResultSet
updateArray
in class SelectResultSet
SQLException
public void updateArray(String columnLabel, Array array) throws SQLException
updateArray
in interface ResultSet
updateArray
in class SelectResultSet
SQLException
public void updateRowId(int columnIndex, RowId rowId) throws SQLException
updateRowId
in interface ResultSet
updateRowId
in class SelectResultSet
SQLException
public void updateRowId(String columnLabel, RowId rowId) throws SQLException
updateRowId
in interface ResultSet
updateRowId
in class SelectResultSet
SQLException
public void updateNString(int columnIndex, String nstring) throws SQLException
updateNString
in interface ResultSet
updateNString
in class SelectResultSet
SQLException
public void updateNString(String columnLabel, String nstring) throws SQLException
updateNString
in interface ResultSet
updateNString
in class SelectResultSet
SQLException
public void updateNClob(int columnIndex, NClob nclob) throws SQLException
updateNClob
in interface ResultSet
updateNClob
in class SelectResultSet
SQLException
public void updateNClob(String columnLabel, NClob nclob) throws SQLException
updateNClob
in interface ResultSet
updateNClob
in class SelectResultSet
SQLException
public void updateNClob(int columnIndex, Reader reader) throws SQLException
updateNClob
in interface ResultSet
updateNClob
in class SelectResultSet
SQLException
public void updateNClob(String columnLabel, Reader reader) throws SQLException
updateNClob
in interface ResultSet
updateNClob
in class SelectResultSet
SQLException
public void updateNClob(int columnIndex, Reader reader, long length) throws SQLException
updateNClob
in interface ResultSet
updateNClob
in class SelectResultSet
SQLException
public void updateNClob(String columnLabel, Reader reader, long length) throws SQLException
updateNClob
in interface ResultSet
updateNClob
in class SelectResultSet
SQLException
public void updateSQLXML(int columnIndex, SQLXML xmlObject) throws SQLException
updateSQLXML
in interface ResultSet
updateSQLXML
in class SelectResultSet
SQLException
public void updateSQLXML(String columnLabel, SQLXML xmlObject) throws SQLException
updateSQLXML
in interface ResultSet
updateSQLXML
in class SelectResultSet
SQLException
public void updateNCharacterStream(int columnIndex, Reader value, long length) throws SQLException
updateNCharacterStream
in interface ResultSet
updateNCharacterStream
in class SelectResultSet
SQLException
public void updateNCharacterStream(String columnLabel, Reader reader, long length) throws SQLException
updateNCharacterStream
in interface ResultSet
updateNCharacterStream
in class SelectResultSet
SQLException
public void updateNCharacterStream(int columnIndex, Reader reader) throws SQLException
updateNCharacterStream
in interface ResultSet
updateNCharacterStream
in class SelectResultSet
SQLException
public void updateNCharacterStream(String columnLabel, Reader reader) throws SQLException
updateNCharacterStream
in interface ResultSet
updateNCharacterStream
in class SelectResultSet
SQLException
public void insertRow() throws SQLException
insertRow
in interface ResultSet
insertRow
in class SelectResultSet
SQLException
public void updateRow() throws SQLException
updateRow
in interface ResultSet
updateRow
in class SelectResultSet
SQLException
public void deleteRow() throws SQLException
deleteRow
in interface ResultSet
deleteRow
in class SelectResultSet
SQLException
public void refreshRow() throws SQLException
refreshRow
in interface ResultSet
refreshRow
in class SelectResultSet
SQLException
public void cancelRowUpdates() throws SQLException
cancelRowUpdates
in interface ResultSet
cancelRowUpdates
in class SelectResultSet
SQLException
public void moveToInsertRow() throws SQLException
moveToInsertRow
in interface ResultSet
moveToInsertRow
in class SelectResultSet
SQLException
public void moveToCurrentRow() throws SQLException
moveToCurrentRow
in interface ResultSet
moveToCurrentRow
in class SelectResultSet
SQLException
public void beforeFirst() throws SQLException
beforeFirst
in interface ResultSet
beforeFirst
in class SelectResultSet
SQLException
public boolean first() throws SQLException
first
in interface ResultSet
first
in class SelectResultSet
SQLException
public boolean last() throws SQLException
last
in interface ResultSet
last
in class SelectResultSet
SQLException
public void afterLast() throws SQLException
afterLast
in interface ResultSet
afterLast
in class SelectResultSet
SQLException
public boolean absolute(int row) throws SQLException
absolute
in interface ResultSet
absolute
in class SelectResultSet
SQLException
public boolean relative(int rows) throws SQLException
relative
in interface ResultSet
relative
in class SelectResultSet
SQLException
public boolean next() throws SQLException
next
in interface ResultSet
next
in class SelectResultSet
SQLException
public boolean previous() throws SQLException
previous
in interface ResultSet
previous
in class SelectResultSet
SQLException
Copyright © 2018 mariadb.org. All rights reserved.