Class UpdatableResultSet
- java.lang.Object
-
- org.mariadb.jdbc.internal.com.read.resultset.SelectResultSet
-
- org.mariadb.jdbc.internal.com.read.resultset.UpdatableResultSet
-
- All Implemented Interfaces:
AutoCloseable,ResultSet,Wrapper
public class UpdatableResultSet extends SelectResultSet
-
-
Field Summary
-
Fields inherited from class org.mariadb.jdbc.internal.com.read.resultset.SelectResultSet
columnInformationLength, columnsInformation, noBackslashEscapes, options, timeZone, TINYINT1_IS_BIT, YEAR_IS_DATE_TYPE
-
Fields inherited from interface java.sql.ResultSet
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 Summary
Constructors Constructor Description UpdatableResultSet(ColumnInformation[] columnsInformation, Results results, Protocol protocol, PacketInputStream reader, boolean callableResult, boolean eofDeprecated)Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanabsolute(int row)voidafterLast()voidbeforeFirst()voidcancelRowUpdates(){inheritDoc}.voiddeleteRow(){inheritDoc}.booleanfirst()intgetConcurrency()voidinsertRow(){inheritDoc}.booleanlast()voidmoveToCurrentRow(){inheritDoc}.voidmoveToInsertRow(){inheritDoc}.booleannext()booleanprevious()voidrefreshRow(){inheritDoc}.booleanrelative(int rows)voidupdateArray(int columnIndex, Array array){inheritDoc}.voidupdateArray(String columnLabel, Array array){inheritDoc}.voidupdateAsciiStream(int columnIndex, InputStream inputStream){inheritDoc}.voidupdateAsciiStream(int columnIndex, InputStream inputStream, int length){inheritDoc}.voidupdateAsciiStream(int columnIndex, InputStream inputStream, long length){inheritDoc}.voidupdateAsciiStream(String columnLabel, InputStream inputStream){inheritDoc}.voidupdateAsciiStream(String columnLabel, InputStream inputStream, int length){inheritDoc}.voidupdateAsciiStream(String columnLabel, InputStream inputStream, long length){inheritDoc}.voidupdateBigDecimal(int columnIndex, BigDecimal value){inheritDoc}.voidupdateBigDecimal(String columnLabel, BigDecimal value){inheritDoc}.voidupdateBinaryStream(int columnIndex, InputStream inputStream){inheritDoc}.voidupdateBinaryStream(int columnIndex, InputStream inputStream, int length){inheritDoc}.voidupdateBinaryStream(int columnIndex, InputStream inputStream, long length){inheritDoc}.voidupdateBinaryStream(String columnLabel, InputStream inputStream){inheritDoc}.voidupdateBinaryStream(String columnLabel, InputStream inputStream, int length){inheritDoc}.voidupdateBinaryStream(String columnLabel, InputStream inputStream, long length){inheritDoc}.voidupdateBlob(int columnIndex, InputStream inputStream){inheritDoc}.voidupdateBlob(int columnIndex, InputStream inputStream, long length){inheritDoc}.voidupdateBlob(int columnIndex, Blob blob){inheritDoc}.voidupdateBlob(String columnLabel, InputStream inputStream){inheritDoc}.voidupdateBlob(String columnLabel, InputStream inputStream, long length){inheritDoc}.voidupdateBlob(String columnLabel, Blob blob){inheritDoc}.voidupdateBoolean(int columnIndex, boolean bool){inheritDoc}.voidupdateBoolean(String columnLabel, boolean value){inheritDoc}.voidupdateByte(int columnIndex, byte value){inheritDoc}.voidupdateByte(String columnLabel, byte value){inheritDoc}.voidupdateBytes(int columnIndex, byte[] value){inheritDoc}.voidupdateBytes(String columnLabel, byte[] value){inheritDoc}.voidupdateCharacterStream(int columnIndex, Reader value){inheritDoc}.voidupdateCharacterStream(int columnIndex, Reader reader, int length){inheritDoc}.voidupdateCharacterStream(int columnIndex, Reader value, long length){inheritDoc}.voidupdateCharacterStream(String columnLabel, Reader reader){inheritDoc}.voidupdateCharacterStream(String columnLabel, Reader reader, int length){inheritDoc}.voidupdateCharacterStream(String columnLabel, Reader reader, long length){inheritDoc}.voidupdateClob(int columnIndex, Reader reader){inheritDoc}.voidupdateClob(int columnIndex, Reader reader, long length){inheritDoc}.voidupdateClob(int columnIndex, Clob clob){inheritDoc}.voidupdateClob(String columnLabel, Reader reader){inheritDoc}.voidupdateClob(String columnLabel, Reader reader, long length){inheritDoc}.voidupdateClob(String columnLabel, Clob clob){inheritDoc}.voidupdateDate(int columnIndex, Date date){inheritDoc}.voidupdateDate(String columnLabel, Date value){inheritDoc}.voidupdateDouble(int columnIndex, double value){inheritDoc}.voidupdateDouble(String columnLabel, double value){inheritDoc}.voidupdateFloat(int columnIndex, float value){inheritDoc}.voidupdateFloat(String columnLabel, float value){inheritDoc}.voidupdateInt(int columnIndex, int value){inheritDoc}.voidupdateInt(String columnLabel, int value){inheritDoc}.voidupdateLong(int columnIndex, long value){inheritDoc}.voidupdateLong(String columnLabel, long value){inheritDoc}.voidupdateNCharacterStream(int columnIndex, Reader reader){inheritDoc}.voidupdateNCharacterStream(int columnIndex, Reader value, long length){inheritDoc}.voidupdateNCharacterStream(String columnLabel, Reader reader){inheritDoc}.voidupdateNCharacterStream(String columnLabel, Reader reader, long length){inheritDoc}.voidupdateNClob(int columnIndex, Reader reader){inheritDoc}.voidupdateNClob(int columnIndex, Reader reader, long length){inheritDoc}.voidupdateNClob(int columnIndex, NClob nclob){inheritDoc}.voidupdateNClob(String columnLabel, Reader reader){inheritDoc}.voidupdateNClob(String columnLabel, Reader reader, long length){inheritDoc}.voidupdateNClob(String columnLabel, NClob nclob){inheritDoc}.voidupdateNString(int columnIndex, String nstring){inheritDoc}.voidupdateNString(String columnLabel, String nstring){inheritDoc}.voidupdateNull(int columnIndex){inheritDoc}.voidupdateNull(String columnLabel){inheritDoc}.voidupdateObject(int columnIndex, Object value){inheritDoc}.voidupdateObject(int columnIndex, Object value, int scaleOrLength){inheritDoc}.voidupdateObject(String columnLabel, Object value){inheritDoc}.voidupdateObject(String columnLabel, Object value, int scaleOrLength){inheritDoc}.voidupdateRef(int columnIndex, Ref ref){inheritDoc}.voidupdateRef(String columnLabel, Ref ref){inheritDoc}.voidupdateRow(){inheritDoc}.voidupdateRowId(int columnIndex, RowId rowId){inheritDoc}.voidupdateRowId(String columnLabel, RowId rowId){inheritDoc}.voidupdateShort(int columnIndex, short value){inheritDoc}.voidupdateShort(String columnLabel, short value){inheritDoc}.voidupdateSQLXML(int columnIndex, SQLXML xmlObject){inheritDoc}.voidupdateSQLXML(String columnLabel, SQLXML xmlObject){inheritDoc}.voidupdateString(int columnIndex, String value){inheritDoc}.voidupdateString(String columnLabel, String value){inheritDoc}.voidupdateTime(int columnIndex, Time time){inheritDoc}.voidupdateTime(String columnLabel, Time value){inheritDoc}.voidupdateTimestamp(int columnIndex, Timestamp timeStamp){inheritDoc}.voidupdateTimestamp(String columnLabel, Timestamp value){inheritDoc}.-
Methods inherited from class org.mariadb.jdbc.internal.com.read.resultset.SelectResultSet
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, setForceTableAlias, setRowPointer, setStatement, unwrap, updateRowData, wasNull
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.sql.ResultSet
updateObject, updateObject, updateObject, updateObject
-
-
-
-
Constructor Detail
-
UpdatableResultSet
public UpdatableResultSet(ColumnInformation[] columnsInformation, Results results, Protocol protocol, PacketInputStream reader, boolean callableResult, boolean eofDeprecated) throws IOException, SQLException
Constructor.- Parameters:
columnsInformation- column informationresults- resultsprotocol- current protocolreader- stream fetchercallableResult- is it from a callableStatement ?eofDeprecated- is EOF deprecated- Throws:
IOException- if any connection error occurSQLException- if any connection error occur
-
-
Method Detail
-
getConcurrency
public int getConcurrency()
- Specified by:
getConcurrencyin interfaceResultSet- Overrides:
getConcurrencyin classSelectResultSet
-
updateNull
public void updateNull(int columnIndex) throws SQLException{inheritDoc}.- Specified by:
updateNullin interfaceResultSet- Overrides:
updateNullin classSelectResultSet- Throws:
SQLException
-
updateNull
public void updateNull(String columnLabel) throws SQLException
{inheritDoc}.- Specified by:
updateNullin interfaceResultSet- Overrides:
updateNullin classSelectResultSet- Throws:
SQLException
-
updateBoolean
public void updateBoolean(int columnIndex, boolean bool) throws SQLException{inheritDoc}.- Specified by:
updateBooleanin interfaceResultSet- Overrides:
updateBooleanin classSelectResultSet- Throws:
SQLException
-
updateBoolean
public void updateBoolean(String columnLabel, boolean value) throws SQLException
{inheritDoc}.- Specified by:
updateBooleanin interfaceResultSet- Overrides:
updateBooleanin classSelectResultSet- Throws:
SQLException
-
updateByte
public void updateByte(int columnIndex, byte value) throws SQLException{inheritDoc}.- Specified by:
updateBytein interfaceResultSet- Overrides:
updateBytein classSelectResultSet- Throws:
SQLException
-
updateByte
public void updateByte(String columnLabel, byte value) throws SQLException
{inheritDoc}.- Specified by:
updateBytein interfaceResultSet- Overrides:
updateBytein classSelectResultSet- Throws:
SQLException
-
updateShort
public void updateShort(int columnIndex, short value) throws SQLException{inheritDoc}.- Specified by:
updateShortin interfaceResultSet- Overrides:
updateShortin classSelectResultSet- Throws:
SQLException
-
updateShort
public void updateShort(String columnLabel, short value) throws SQLException
{inheritDoc}.- Specified by:
updateShortin interfaceResultSet- Overrides:
updateShortin classSelectResultSet- Throws:
SQLException
-
updateInt
public void updateInt(int columnIndex, int value) throws SQLException{inheritDoc}.- Specified by:
updateIntin interfaceResultSet- Overrides:
updateIntin classSelectResultSet- Throws:
SQLException
-
updateInt
public void updateInt(String columnLabel, int value) throws SQLException
{inheritDoc}.- Specified by:
updateIntin interfaceResultSet- Overrides:
updateIntin classSelectResultSet- Throws:
SQLException
-
updateFloat
public void updateFloat(int columnIndex, float value) throws SQLException{inheritDoc}.- Specified by:
updateFloatin interfaceResultSet- Overrides:
updateFloatin classSelectResultSet- Throws:
SQLException
-
updateFloat
public void updateFloat(String columnLabel, float value) throws SQLException
{inheritDoc}.- Specified by:
updateFloatin interfaceResultSet- Overrides:
updateFloatin classSelectResultSet- Throws:
SQLException
-
updateDouble
public void updateDouble(int columnIndex, double value) throws SQLException{inheritDoc}.- Specified by:
updateDoublein interfaceResultSet- Overrides:
updateDoublein classSelectResultSet- Throws:
SQLException
-
updateDouble
public void updateDouble(String columnLabel, double value) throws SQLException
{inheritDoc}.- Specified by:
updateDoublein interfaceResultSet- Overrides:
updateDoublein classSelectResultSet- Throws:
SQLException
-
updateBigDecimal
public void updateBigDecimal(int columnIndex, BigDecimal value) throws SQLException{inheritDoc}.- Specified by:
updateBigDecimalin interfaceResultSet- Overrides:
updateBigDecimalin classSelectResultSet- Throws:
SQLException
-
updateBigDecimal
public void updateBigDecimal(String columnLabel, BigDecimal value) throws SQLException
{inheritDoc}.- Specified by:
updateBigDecimalin interfaceResultSet- Overrides:
updateBigDecimalin classSelectResultSet- Throws:
SQLException
-
updateString
public void updateString(int columnIndex, String value) throws SQLException{inheritDoc}.- Specified by:
updateStringin interfaceResultSet- Overrides:
updateStringin classSelectResultSet- Throws:
SQLException
-
updateString
public void updateString(String columnLabel, String value) throws SQLException
{inheritDoc}.- Specified by:
updateStringin interfaceResultSet- Overrides:
updateStringin classSelectResultSet- Throws:
SQLException
-
updateBytes
public void updateBytes(int columnIndex, byte[] value) throws SQLException{inheritDoc}.- Specified by:
updateBytesin interfaceResultSet- Overrides:
updateBytesin classSelectResultSet- Throws:
SQLException
-
updateBytes
public void updateBytes(String columnLabel, byte[] value) throws SQLException
{inheritDoc}.- Specified by:
updateBytesin interfaceResultSet- Overrides:
updateBytesin classSelectResultSet- Throws:
SQLException
-
updateDate
public void updateDate(int columnIndex, Date date) throws SQLException{inheritDoc}.- Specified by:
updateDatein interfaceResultSet- Overrides:
updateDatein classSelectResultSet- Throws:
SQLException
-
updateDate
public void updateDate(String columnLabel, Date value) throws SQLException
{inheritDoc}.- Specified by:
updateDatein interfaceResultSet- Overrides:
updateDatein classSelectResultSet- Throws:
SQLException
-
updateTime
public void updateTime(int columnIndex, Time time) throws SQLException{inheritDoc}.- Specified by:
updateTimein interfaceResultSet- Overrides:
updateTimein classSelectResultSet- Throws:
SQLException
-
updateTime
public void updateTime(String columnLabel, Time value) throws SQLException
{inheritDoc}.- Specified by:
updateTimein interfaceResultSet- Overrides:
updateTimein classSelectResultSet- Throws:
SQLException
-
updateTimestamp
public void updateTimestamp(int columnIndex, Timestamp timeStamp) throws SQLException{inheritDoc}.- Specified by:
updateTimestampin interfaceResultSet- Overrides:
updateTimestampin classSelectResultSet- Throws:
SQLException
-
updateTimestamp
public void updateTimestamp(String columnLabel, Timestamp value) throws SQLException
{inheritDoc}.- Specified by:
updateTimestampin interfaceResultSet- Overrides:
updateTimestampin classSelectResultSet- Throws:
SQLException
-
updateAsciiStream
public void updateAsciiStream(int columnIndex, InputStream inputStream) throws SQLException{inheritDoc}.- Specified by:
updateAsciiStreamin interfaceResultSet- Overrides:
updateAsciiStreamin classSelectResultSet- Throws:
SQLException
-
updateAsciiStream
public void updateAsciiStream(String columnLabel, InputStream inputStream) throws SQLException
{inheritDoc}.- Specified by:
updateAsciiStreamin interfaceResultSet- Overrides:
updateAsciiStreamin classSelectResultSet- Throws:
SQLException
-
updateAsciiStream
public void updateAsciiStream(int columnIndex, InputStream inputStream, int length) throws SQLException{inheritDoc}.- Specified by:
updateAsciiStreamin interfaceResultSet- Overrides:
updateAsciiStreamin classSelectResultSet- Throws:
SQLException
-
updateAsciiStream
public void updateAsciiStream(String columnLabel, InputStream inputStream, int length) throws SQLException
{inheritDoc}.- Specified by:
updateAsciiStreamin interfaceResultSet- Overrides:
updateAsciiStreamin classSelectResultSet- Throws:
SQLException
-
updateAsciiStream
public void updateAsciiStream(int columnIndex, InputStream inputStream, long length) throws SQLException{inheritDoc}.- Specified by:
updateAsciiStreamin interfaceResultSet- Overrides:
updateAsciiStreamin classSelectResultSet- Throws:
SQLException
-
updateAsciiStream
public void updateAsciiStream(String columnLabel, InputStream inputStream, long length) throws SQLException
{inheritDoc}.- Specified by:
updateAsciiStreamin interfaceResultSet- Overrides:
updateAsciiStreamin classSelectResultSet- Throws:
SQLException
-
updateBinaryStream
public void updateBinaryStream(int columnIndex, InputStream inputStream, int length) throws SQLException{inheritDoc}.- Specified by:
updateBinaryStreamin interfaceResultSet- Overrides:
updateBinaryStreamin classSelectResultSet- Throws:
SQLException
-
updateBinaryStream
public void updateBinaryStream(int columnIndex, InputStream inputStream, long length) throws SQLException{inheritDoc}.- Specified by:
updateBinaryStreamin interfaceResultSet- Overrides:
updateBinaryStreamin classSelectResultSet- Throws:
SQLException
-
updateBinaryStream
public void updateBinaryStream(String columnLabel, InputStream inputStream, int length) throws SQLException
{inheritDoc}.- Specified by:
updateBinaryStreamin interfaceResultSet- Overrides:
updateBinaryStreamin classSelectResultSet- Throws:
SQLException
-
updateBinaryStream
public void updateBinaryStream(String columnLabel, InputStream inputStream, long length) throws SQLException
{inheritDoc}.- Specified by:
updateBinaryStreamin interfaceResultSet- Overrides:
updateBinaryStreamin classSelectResultSet- Throws:
SQLException
-
updateBinaryStream
public void updateBinaryStream(int columnIndex, InputStream inputStream) throws SQLException{inheritDoc}.- Specified by:
updateBinaryStreamin interfaceResultSet- Overrides:
updateBinaryStreamin classSelectResultSet- Throws:
SQLException
-
updateBinaryStream
public void updateBinaryStream(String columnLabel, InputStream inputStream) throws SQLException
{inheritDoc}.- Specified by:
updateBinaryStreamin interfaceResultSet- Overrides:
updateBinaryStreamin classSelectResultSet- Throws:
SQLException
-
updateCharacterStream
public void updateCharacterStream(int columnIndex, Reader reader, int length) throws SQLException{inheritDoc}.- Specified by:
updateCharacterStreamin interfaceResultSet- Overrides:
updateCharacterStreamin classSelectResultSet- Throws:
SQLException
-
updateCharacterStream
public void updateCharacterStream(int columnIndex, Reader value) throws SQLException{inheritDoc}.- Specified by:
updateCharacterStreamin interfaceResultSet- Overrides:
updateCharacterStreamin classSelectResultSet- Throws:
SQLException
-
updateCharacterStream
public void updateCharacterStream(String columnLabel, Reader reader, int length) throws SQLException
{inheritDoc}.- Specified by:
updateCharacterStreamin interfaceResultSet- Overrides:
updateCharacterStreamin classSelectResultSet- Throws:
SQLException
-
updateCharacterStream
public void updateCharacterStream(int columnIndex, Reader value, long length) throws SQLException{inheritDoc}.- Specified by:
updateCharacterStreamin interfaceResultSet- Overrides:
updateCharacterStreamin classSelectResultSet- Throws:
SQLException
-
updateCharacterStream
public void updateCharacterStream(String columnLabel, Reader reader, long length) throws SQLException
{inheritDoc}.- Specified by:
updateCharacterStreamin interfaceResultSet- Overrides:
updateCharacterStreamin classSelectResultSet- Throws:
SQLException
-
updateCharacterStream
public void updateCharacterStream(String columnLabel, Reader reader) throws SQLException
{inheritDoc}.- Specified by:
updateCharacterStreamin interfaceResultSet- Overrides:
updateCharacterStreamin classSelectResultSet- Throws:
SQLException
-
updateObject
public void updateObject(int columnIndex, Object value, int scaleOrLength) throws SQLException{inheritDoc}.- Specified by:
updateObjectin interfaceResultSet- Overrides:
updateObjectin classSelectResultSet- Throws:
SQLException
-
updateObject
public void updateObject(int columnIndex, Object value) throws SQLException{inheritDoc}.- Specified by:
updateObjectin interfaceResultSet- Overrides:
updateObjectin classSelectResultSet- Throws:
SQLException
-
updateObject
public void updateObject(String columnLabel, Object value, int scaleOrLength) throws SQLException
{inheritDoc}.- Specified by:
updateObjectin interfaceResultSet- Overrides:
updateObjectin classSelectResultSet- Throws:
SQLException
-
updateObject
public void updateObject(String columnLabel, Object value) throws SQLException
{inheritDoc}.- Specified by:
updateObjectin interfaceResultSet- Overrides:
updateObjectin classSelectResultSet- Throws:
SQLException
-
updateLong
public void updateLong(int columnIndex, long value) throws SQLException{inheritDoc}.- Specified by:
updateLongin interfaceResultSet- Overrides:
updateLongin classSelectResultSet- Throws:
SQLException
-
updateLong
public void updateLong(String columnLabel, long value) throws SQLException
{inheritDoc}.- Specified by:
updateLongin interfaceResultSet- Overrides:
updateLongin classSelectResultSet- Throws:
SQLException
-
updateRef
public void updateRef(int columnIndex, Ref ref) throws SQLException{inheritDoc}.- Specified by:
updateRefin interfaceResultSet- Overrides:
updateRefin classSelectResultSet- Throws:
SQLException
-
updateRef
public void updateRef(String columnLabel, Ref ref) throws SQLException
{inheritDoc}.- Specified by:
updateRefin interfaceResultSet- Overrides:
updateRefin classSelectResultSet- Throws:
SQLException
-
updateBlob
public void updateBlob(int columnIndex, Blob blob) throws SQLException{inheritDoc}.- Specified by:
updateBlobin interfaceResultSet- Overrides:
updateBlobin classSelectResultSet- Throws:
SQLException
-
updateBlob
public void updateBlob(String columnLabel, Blob blob) throws SQLException
{inheritDoc}.- Specified by:
updateBlobin interfaceResultSet- Overrides:
updateBlobin classSelectResultSet- Throws:
SQLException
-
updateBlob
public void updateBlob(int columnIndex, InputStream inputStream) throws SQLException{inheritDoc}.- Specified by:
updateBlobin interfaceResultSet- Overrides:
updateBlobin classSelectResultSet- Throws:
SQLException
-
updateBlob
public void updateBlob(String columnLabel, InputStream inputStream) throws SQLException
{inheritDoc}.- Specified by:
updateBlobin interfaceResultSet- Overrides:
updateBlobin classSelectResultSet- Throws:
SQLException
-
updateBlob
public void updateBlob(int columnIndex, InputStream inputStream, long length) throws SQLException{inheritDoc}.- Specified by:
updateBlobin interfaceResultSet- Overrides:
updateBlobin classSelectResultSet- Throws:
SQLException
-
updateBlob
public void updateBlob(String columnLabel, InputStream inputStream, long length) throws SQLException
{inheritDoc}.- Specified by:
updateBlobin interfaceResultSet- Overrides:
updateBlobin classSelectResultSet- Throws:
SQLException
-
updateClob
public void updateClob(int columnIndex, Clob clob) throws SQLException{inheritDoc}.- Specified by:
updateClobin interfaceResultSet- Overrides:
updateClobin classSelectResultSet- Throws:
SQLException
-
updateClob
public void updateClob(String columnLabel, Clob clob) throws SQLException
{inheritDoc}.- Specified by:
updateClobin interfaceResultSet- Overrides:
updateClobin classSelectResultSet- Throws:
SQLException
-
updateClob
public void updateClob(int columnIndex, Reader reader, long length) throws SQLException{inheritDoc}.- Specified by:
updateClobin interfaceResultSet- Overrides:
updateClobin classSelectResultSet- Throws:
SQLException
-
updateClob
public void updateClob(String columnLabel, Reader reader, long length) throws SQLException
{inheritDoc}.- Specified by:
updateClobin interfaceResultSet- Overrides:
updateClobin classSelectResultSet- Throws:
SQLException
-
updateClob
public void updateClob(int columnIndex, Reader reader) throws SQLException{inheritDoc}.- Specified by:
updateClobin interfaceResultSet- Overrides:
updateClobin classSelectResultSet- Throws:
SQLException
-
updateClob
public void updateClob(String columnLabel, Reader reader) throws SQLException
{inheritDoc}.- Specified by:
updateClobin interfaceResultSet- Overrides:
updateClobin classSelectResultSet- Throws:
SQLException
-
updateArray
public void updateArray(int columnIndex, Array array) throws SQLException{inheritDoc}.- Specified by:
updateArrayin interfaceResultSet- Overrides:
updateArrayin classSelectResultSet- Throws:
SQLException
-
updateArray
public void updateArray(String columnLabel, Array array) throws SQLException
{inheritDoc}.- Specified by:
updateArrayin interfaceResultSet- Overrides:
updateArrayin classSelectResultSet- Throws:
SQLException
-
updateRowId
public void updateRowId(int columnIndex, RowId rowId) throws SQLException{inheritDoc}.- Specified by:
updateRowIdin interfaceResultSet- Overrides:
updateRowIdin classSelectResultSet- Throws:
SQLException
-
updateRowId
public void updateRowId(String columnLabel, RowId rowId) throws SQLException
{inheritDoc}.- Specified by:
updateRowIdin interfaceResultSet- Overrides:
updateRowIdin classSelectResultSet- Throws:
SQLException
-
updateNString
public void updateNString(int columnIndex, String nstring) throws SQLException{inheritDoc}.- Specified by:
updateNStringin interfaceResultSet- Overrides:
updateNStringin classSelectResultSet- Throws:
SQLException
-
updateNString
public void updateNString(String columnLabel, String nstring) throws SQLException
{inheritDoc}.- Specified by:
updateNStringin interfaceResultSet- Overrides:
updateNStringin classSelectResultSet- Throws:
SQLException
-
updateNClob
public void updateNClob(int columnIndex, NClob nclob) throws SQLException{inheritDoc}.- Specified by:
updateNClobin interfaceResultSet- Overrides:
updateNClobin classSelectResultSet- Throws:
SQLException
-
updateNClob
public void updateNClob(String columnLabel, NClob nclob) throws SQLException
{inheritDoc}.- Specified by:
updateNClobin interfaceResultSet- Overrides:
updateNClobin classSelectResultSet- Throws:
SQLException
-
updateNClob
public void updateNClob(int columnIndex, Reader reader) throws SQLException{inheritDoc}.- Specified by:
updateNClobin interfaceResultSet- Overrides:
updateNClobin classSelectResultSet- Throws:
SQLException
-
updateNClob
public void updateNClob(String columnLabel, Reader reader) throws SQLException
{inheritDoc}.- Specified by:
updateNClobin interfaceResultSet- Overrides:
updateNClobin classSelectResultSet- Throws:
SQLException
-
updateNClob
public void updateNClob(int columnIndex, Reader reader, long length) throws SQLException{inheritDoc}.- Specified by:
updateNClobin interfaceResultSet- Overrides:
updateNClobin classSelectResultSet- Throws:
SQLException
-
updateNClob
public void updateNClob(String columnLabel, Reader reader, long length) throws SQLException
{inheritDoc}.- Specified by:
updateNClobin interfaceResultSet- Overrides:
updateNClobin classSelectResultSet- Throws:
SQLException
-
updateSQLXML
public void updateSQLXML(int columnIndex, SQLXML xmlObject) throws SQLException{inheritDoc}.- Specified by:
updateSQLXMLin interfaceResultSet- Overrides:
updateSQLXMLin classSelectResultSet- Throws:
SQLException
-
updateSQLXML
public void updateSQLXML(String columnLabel, SQLXML xmlObject) throws SQLException
{inheritDoc}.- Specified by:
updateSQLXMLin interfaceResultSet- Overrides:
updateSQLXMLin classSelectResultSet- Throws:
SQLException
-
updateNCharacterStream
public void updateNCharacterStream(int columnIndex, Reader value, long length) throws SQLException{inheritDoc}.- Specified by:
updateNCharacterStreamin interfaceResultSet- Overrides:
updateNCharacterStreamin classSelectResultSet- Throws:
SQLException
-
updateNCharacterStream
public void updateNCharacterStream(String columnLabel, Reader reader, long length) throws SQLException
{inheritDoc}.- Specified by:
updateNCharacterStreamin interfaceResultSet- Overrides:
updateNCharacterStreamin classSelectResultSet- Throws:
SQLException
-
updateNCharacterStream
public void updateNCharacterStream(int columnIndex, Reader reader) throws SQLException{inheritDoc}.- Specified by:
updateNCharacterStreamin interfaceResultSet- Overrides:
updateNCharacterStreamin classSelectResultSet- Throws:
SQLException
-
updateNCharacterStream
public void updateNCharacterStream(String columnLabel, Reader reader) throws SQLException
{inheritDoc}.- Specified by:
updateNCharacterStreamin interfaceResultSet- Overrides:
updateNCharacterStreamin classSelectResultSet- Throws:
SQLException
-
insertRow
public void insertRow() throws SQLException{inheritDoc}.- Specified by:
insertRowin interfaceResultSet- Overrides:
insertRowin classSelectResultSet- Throws:
SQLException
-
updateRow
public void updateRow() throws SQLException{inheritDoc}.- Specified by:
updateRowin interfaceResultSet- Overrides:
updateRowin classSelectResultSet- Throws:
SQLException
-
deleteRow
public void deleteRow() throws SQLException{inheritDoc}.- Specified by:
deleteRowin interfaceResultSet- Overrides:
deleteRowin classSelectResultSet- Throws:
SQLException
-
refreshRow
public void refreshRow() throws SQLException{inheritDoc}.- Specified by:
refreshRowin interfaceResultSet- Overrides:
refreshRowin classSelectResultSet- Throws:
SQLException
-
cancelRowUpdates
public void cancelRowUpdates()
{inheritDoc}.- Specified by:
cancelRowUpdatesin interfaceResultSet- Overrides:
cancelRowUpdatesin classSelectResultSet
-
moveToInsertRow
public void moveToInsertRow() throws SQLException{inheritDoc}.- Specified by:
moveToInsertRowin interfaceResultSet- Overrides:
moveToInsertRowin classSelectResultSet- Throws:
SQLException
-
moveToCurrentRow
public void moveToCurrentRow()
{inheritDoc}.- Specified by:
moveToCurrentRowin interfaceResultSet- Overrides:
moveToCurrentRowin classSelectResultSet
-
beforeFirst
public void beforeFirst() throws SQLException- Specified by:
beforeFirstin interfaceResultSet- Overrides:
beforeFirstin classSelectResultSet- Throws:
SQLException
-
first
public boolean first() throws SQLException- Specified by:
firstin interfaceResultSet- Overrides:
firstin classSelectResultSet- Throws:
SQLException
-
last
public boolean last() throws SQLException- Specified by:
lastin interfaceResultSet- Overrides:
lastin classSelectResultSet- Throws:
SQLException
-
afterLast
public void afterLast() throws SQLException- Specified by:
afterLastin interfaceResultSet- Overrides:
afterLastin classSelectResultSet- Throws:
SQLException
-
absolute
public boolean absolute(int row) throws SQLException- Specified by:
absolutein interfaceResultSet- Overrides:
absolutein classSelectResultSet- Throws:
SQLException
-
relative
public boolean relative(int rows) throws SQLException- Specified by:
relativein interfaceResultSet- Overrides:
relativein classSelectResultSet- Throws:
SQLException
-
next
public boolean next() throws SQLException- Specified by:
nextin interfaceResultSet- Overrides:
nextin classSelectResultSet- Throws:
SQLException
-
previous
public boolean previous() throws SQLException- Specified by:
previousin interfaceResultSet- Overrides:
previousin classSelectResultSet- Throws:
SQLException
-
-