Package org.mariadb.jdbc.client.result
Class UpdatableResult
java.lang.Object
org.mariadb.jdbc.client.result.Result
org.mariadb.jdbc.client.result.CompleteResult
org.mariadb.jdbc.client.result.UpdatableResult
- All Implemented Interfaces:
AutoCloseable
,ResultSet
,Wrapper
,Completion
,ServerMessage
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate boolean
private boolean
private String
private String
private boolean
private ParameterList
private int
private String
private int
private static final int
private static final int
private static final int
private static final int
private static final int
private String
Fields inherited from class org.mariadb.jdbc.client.result.CompleteResult
BEFORE_FIRST_POS
Fields inherited from class org.mariadb.jdbc.client.result.Result
closed, context, data, dataSize, exceptionFactory, loaded, maxRows, metadataList, outputParameter, reader, resultSetType, row, rowPointer, statement
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
ConstructorsConstructorDescriptionUpdatableResult
(Statement stmt, boolean binaryProtocol, long maxRows, ColumnDefinitionPacket[] metadataList, PacketReader reader, Context context, int resultSetType, boolean closeOnCompletion, boolean traceEnable) -
Method Summary
Modifier and TypeMethodDescriptionboolean
absolute
(int row) void
void
private String
Build insert queryvoid
private void
cannotUpdateInsertRow
(String reason) private void
private void
checkUpdatable
(int position) void
boolean
first()
int
void
boolean
last()
void
void
boolean
next()
private PreparedStatement
boolean
previous()
private byte[]
void
private String
boolean
relative
(int rows) private void
boolean
boolean
boolean
void
updateAsciiStream
(int columnIndex, InputStream x) void
updateAsciiStream
(int columnIndex, InputStream x, int length) void
updateAsciiStream
(int columnIndex, InputStream x, long length) void
updateAsciiStream
(String columnLabel, InputStream x) void
updateAsciiStream
(String columnLabel, InputStream x, int length) void
updateAsciiStream
(String columnLabel, InputStream x, long length) void
updateBigDecimal
(int columnIndex, BigDecimal x) void
updateBigDecimal
(String columnLabel, BigDecimal x) void
updateBinaryStream
(int columnIndex, InputStream x) void
updateBinaryStream
(int columnIndex, InputStream x, int length) void
updateBinaryStream
(int columnIndex, InputStream x, long length) void
updateBinaryStream
(String columnLabel, InputStream x) void
updateBinaryStream
(String columnLabel, InputStream x, int length) void
updateBinaryStream
(String columnLabel, InputStream x, long length) void
updateBlob
(int columnIndex, InputStream x) void
updateBlob
(int columnIndex, InputStream x, long length) void
updateBlob
(int columnIndex, Blob x) void
updateBlob
(String columnLabel, InputStream inputStream) void
updateBlob
(String columnLabel, InputStream inputStream, long length) void
updateBlob
(String columnLabel, Blob x) void
updateBoolean
(int columnIndex, boolean x) void
updateBoolean
(String columnLabel, boolean x) void
updateByte
(int columnIndex, byte x) void
updateByte
(String columnLabel, byte x) void
updateBytes
(int columnIndex, byte[] x) void
updateBytes
(String columnLabel, byte[] x) void
updateCharacterStream
(int columnIndex, Reader x) void
updateCharacterStream
(int columnIndex, Reader x, int length) void
updateCharacterStream
(int columnIndex, Reader x, long length) void
updateCharacterStream
(String columnLabel, Reader reader) void
updateCharacterStream
(String columnLabel, Reader reader, int length) void
updateCharacterStream
(String columnLabel, Reader reader, long length) void
updateClob
(int columnIndex, Reader x) void
updateClob
(int columnIndex, Reader x, long length) void
updateClob
(int columnIndex, Clob x) void
updateClob
(String columnLabel, Reader reader) void
updateClob
(String columnLabel, Reader reader, long length) void
updateClob
(String columnLabel, Clob x) void
updateDate
(int columnIndex, Date x) void
updateDate
(String columnLabel, Date x) void
updateDouble
(int columnIndex, double x) void
updateDouble
(String columnLabel, double x) void
updateFloat
(int columnIndex, float x) void
updateFloat
(String columnLabel, float x) void
updateInt
(int columnIndex, int x) void
private void
updateInternalObject
(int columnIndex, Object x, Long scaleOrLength) void
updateLong
(int columnIndex, long x) void
updateLong
(String columnLabel, long x) void
updateNCharacterStream
(int columnIndex, Reader x) void
updateNCharacterStream
(int columnIndex, Reader x, long length) void
updateNCharacterStream
(String columnLabel, Reader reader) void
updateNCharacterStream
(String columnLabel, Reader reader, long length) void
updateNClob
(int columnIndex, Reader reader) void
updateNClob
(int columnIndex, Reader reader, long length) void
updateNClob
(int columnIndex, NClob nClob) void
updateNClob
(String columnLabel, Reader reader) void
updateNClob
(String columnLabel, Reader reader, long length) void
updateNClob
(String columnLabel, NClob nClob) void
updateNString
(int columnIndex, String nString) void
updateNString
(String columnLabel, String nString) void
updateNull
(int columnIndex) void
updateNull
(String columnLabel) void
updateObject
(int columnIndex, Object x) void
updateObject
(int columnIndex, Object x, int scaleOrLength) void
updateObject
(int columnIndex, Object x, SQLType targetSqlType) void
updateObject
(int columnIndex, Object x, SQLType targetSqlType, int scaleOrLength) void
updateObject
(String columnLabel, Object x) void
updateObject
(String columnLabel, Object x, int scaleOrLength) void
updateObject
(String columnLabel, Object x, SQLType targetSqlType) void
updateObject
(String columnLabel, Object x, SQLType targetSqlType, int scaleOrLength) private String
void
void
updateShort
(int columnIndex, short x) void
updateShort
(String columnLabel, short x) void
updateString
(int columnIndex, String x) void
updateString
(String columnLabel, String x) void
updateTime
(int columnIndex, Time x) void
updateTime
(String columnLabel, Time x) void
updateTimestamp
(int columnIndex, Timestamp x) void
updateTimestamp
(String columnLabel, Timestamp x) Methods inherited from class org.mariadb.jdbc.client.result.CompleteResult
closeFromStmtClose, createResultSet, createResultSet, fetchRemaining, getFetchSize, getRow, isAfterLast, isFirst, isLast, setFetchSize, streaming
Methods inherited from class org.mariadb.jdbc.client.result.Result
abort, addRowData, checkClose, checkNotForwardOnly, clearWarnings, close, findColumn, getArray, getArray, getAsciiStream, getAsciiStream, getBigDecimal, getBigDecimal, getBigDecimal, getBigDecimal, getBigInteger, getBigInteger, getBinaryStream, getBinaryStream, getBlob, getBlob, getBoolean, getBoolean, getByte, getByte, getBytes, getBytes, getCharacterStream, getCharacterStream, getClob, getClob, getCurrentRowData, getCursorName, getDate, getDate, getDate, getDate, getDouble, getDouble, getFetchDirection, getFloat, getFloat, getHoldability, getInt, getInt, getLong, getLong, getMetaData, getNCharacterStream, getNCharacterStream, getNClob, getNClob, getNString, getNString, getObject, getObject, getObject, getObject, getObject, getObject, getRef, getRef, getRowId, getRowId, getShort, getShort, getSQLXML, getSQLXML, getStatement, getString, getString, getTime, getTime, getTime, getTime, getTimestamp, getTimestamp, getTimestamp, getTimestamp, getType, getUnicodeStream, getUnicodeStream, getURL, getURL, getWarnings, isBeforeFirst, isClosed, isOutputParameter, isWrapperFor, loaded, readNext, setFetchDirection, setStatement, skipRemaining, unwrap, updateArray, updateArray, updateRef, updateRef, updateRowData, updateRowId, updateRowId, updateSQLXML, updateSQLXML, useAliasAsName, wasNull
-
Field Details
-
STATE_STANDARD
private static final int STATE_STANDARD- See Also:
-
STATE_UPDATE
private static final int STATE_UPDATE- See Also:
-
STATE_UPDATED
private static final int STATE_UPDATED- See Also:
-
STATE_INSERT
private static final int STATE_INSERT- See Also:
-
STATE_INSERTED
private static final int STATE_INSERTED- See Also:
-
database
-
table
-
canInsert
private boolean canInsert -
canUpdate
private boolean canUpdate -
sqlStateError
-
isAutoincrementPk
private boolean isAutoincrementPk -
savedRowPointer
private int savedRowPointer -
changeError
-
state
private int state -
parameters
-
-
Constructor Details
-
UpdatableResult
public UpdatableResult(Statement stmt, boolean binaryProtocol, long maxRows, ColumnDefinitionPacket[] metadataList, PacketReader reader, Context context, int resultSetType, boolean closeOnCompletion, boolean traceEnable) throws IOException, SQLException - Throws:
IOException
SQLException
-
-
Method Details
-
checkIfUpdatable
- Throws:
SQLException
-
cannotUpdateInsertRow
-
checkUpdatable
- Throws:
SQLException
-
rowUpdated
public boolean rowUpdated()- Specified by:
rowUpdated
in interfaceResultSet
- Overrides:
rowUpdated
in classResult
-
rowInserted
public boolean rowInserted()- Specified by:
rowInserted
in interfaceResultSet
- Overrides:
rowInserted
in classResult
-
rowDeleted
public boolean rowDeleted()- Specified by:
rowDeleted
in interfaceResultSet
- Overrides:
rowDeleted
in classResult
-
updateNull
- Specified by:
updateNull
in interfaceResultSet
- Overrides:
updateNull
in classResult
- Throws:
SQLException
-
updateBoolean
- Specified by:
updateBoolean
in interfaceResultSet
- Overrides:
updateBoolean
in classResult
- Throws:
SQLException
-
updateByte
- Specified by:
updateByte
in interfaceResultSet
- Overrides:
updateByte
in classResult
- Throws:
SQLException
-
updateShort
- Specified by:
updateShort
in interfaceResultSet
- Overrides:
updateShort
in classResult
- Throws:
SQLException
-
updateInt
- Specified by:
updateInt
in interfaceResultSet
- Overrides:
updateInt
in classResult
- Throws:
SQLException
-
updateLong
- Specified by:
updateLong
in interfaceResultSet
- Overrides:
updateLong
in classResult
- Throws:
SQLException
-
updateFloat
- Specified by:
updateFloat
in interfaceResultSet
- Overrides:
updateFloat
in classResult
- Throws:
SQLException
-
updateDouble
- Specified by:
updateDouble
in interfaceResultSet
- Overrides:
updateDouble
in classResult
- Throws:
SQLException
-
updateBigDecimal
- Specified by:
updateBigDecimal
in interfaceResultSet
- Overrides:
updateBigDecimal
in classResult
- Throws:
SQLException
-
updateString
- Specified by:
updateString
in interfaceResultSet
- Overrides:
updateString
in classResult
- Throws:
SQLException
-
updateBytes
- Specified by:
updateBytes
in interfaceResultSet
- Overrides:
updateBytes
in classResult
- Throws:
SQLException
-
updateDate
- Specified by:
updateDate
in interfaceResultSet
- Overrides:
updateDate
in classResult
- Throws:
SQLException
-
updateTime
- Specified by:
updateTime
in interfaceResultSet
- Overrides:
updateTime
in classResult
- Throws:
SQLException
-
updateTimestamp
- Specified by:
updateTimestamp
in interfaceResultSet
- Overrides:
updateTimestamp
in classResult
- Throws:
SQLException
-
updateAsciiStream
- Specified by:
updateAsciiStream
in interfaceResultSet
- Overrides:
updateAsciiStream
in classResult
- Throws:
SQLException
-
updateBinaryStream
- Specified by:
updateBinaryStream
in interfaceResultSet
- Overrides:
updateBinaryStream
in classResult
- Throws:
SQLException
-
updateCharacterStream
- Specified by:
updateCharacterStream
in interfaceResultSet
- Overrides:
updateCharacterStream
in classResult
- Throws:
SQLException
-
updateObject
- Specified by:
updateObject
in interfaceResultSet
- Overrides:
updateObject
in classResult
- Throws:
SQLException
-
updateObject
- Specified by:
updateObject
in interfaceResultSet
- Overrides:
updateObject
in classResult
- Throws:
SQLException
-
updateNull
- Specified by:
updateNull
in interfaceResultSet
- Overrides:
updateNull
in classResult
- Throws:
SQLException
-
updateBoolean
- Specified by:
updateBoolean
in interfaceResultSet
- Overrides:
updateBoolean
in classResult
- Throws:
SQLException
-
updateByte
- Specified by:
updateByte
in interfaceResultSet
- Overrides:
updateByte
in classResult
- Throws:
SQLException
-
updateShort
- Specified by:
updateShort
in interfaceResultSet
- Overrides:
updateShort
in classResult
- Throws:
SQLException
-
updateInt
- Specified by:
updateInt
in interfaceResultSet
- Overrides:
updateInt
in classResult
- Throws:
SQLException
-
updateLong
- Specified by:
updateLong
in interfaceResultSet
- Overrides:
updateLong
in classResult
- Throws:
SQLException
-
updateFloat
- Specified by:
updateFloat
in interfaceResultSet
- Overrides:
updateFloat
in classResult
- Throws:
SQLException
-
updateDouble
- Specified by:
updateDouble
in interfaceResultSet
- Overrides:
updateDouble
in classResult
- Throws:
SQLException
-
updateBigDecimal
- Specified by:
updateBigDecimal
in interfaceResultSet
- Overrides:
updateBigDecimal
in classResult
- Throws:
SQLException
-
updateString
- Specified by:
updateString
in interfaceResultSet
- Overrides:
updateString
in classResult
- Throws:
SQLException
-
updateBytes
- Specified by:
updateBytes
in interfaceResultSet
- Overrides:
updateBytes
in classResult
- Throws:
SQLException
-
updateDate
- Specified by:
updateDate
in interfaceResultSet
- Overrides:
updateDate
in classResult
- Throws:
SQLException
-
updateTime
- Specified by:
updateTime
in interfaceResultSet
- Overrides:
updateTime
in classResult
- Throws:
SQLException
-
updateTimestamp
- Specified by:
updateTimestamp
in interfaceResultSet
- Overrides:
updateTimestamp
in classResult
- Throws:
SQLException
-
updateAsciiStream
- Specified by:
updateAsciiStream
in interfaceResultSet
- Overrides:
updateAsciiStream
in classResult
- Throws:
SQLException
-
updateBinaryStream
- Specified by:
updateBinaryStream
in interfaceResultSet
- Overrides:
updateBinaryStream
in classResult
- Throws:
SQLException
-
updateCharacterStream
public void updateCharacterStream(String columnLabel, Reader reader, int length) throws SQLException - Specified by:
updateCharacterStream
in interfaceResultSet
- Overrides:
updateCharacterStream
in classResult
- Throws:
SQLException
-
updateObject
- Specified by:
updateObject
in interfaceResultSet
- Overrides:
updateObject
in classResult
- Throws:
SQLException
-
updateObject
- Specified by:
updateObject
in interfaceResultSet
- Overrides:
updateObject
in classResult
- Throws:
SQLException
-
insertRow
- Specified by:
insertRow
in interfaceResultSet
- Overrides:
insertRow
in classResult
- Throws:
SQLException
-
buildInsertQuery
Build insert query- Returns:
- insert sql
- Throws:
SQLException
- exception
-
refreshStmt
-
prepareRefreshStmt
- Throws:
SQLException
-
refreshRawData
- Throws:
SQLException
-
updateQuery
-
updateRow
- Specified by:
updateRow
in interfaceResultSet
- Overrides:
updateRow
in classResult
- Throws:
SQLException
-
deleteRow
- Specified by:
deleteRow
in interfaceResultSet
- Overrides:
deleteRow
in classResult
- Throws:
SQLException
-
refreshRow
- Specified by:
refreshRow
in interfaceResultSet
- Overrides:
refreshRow
in classResult
- Throws:
SQLException
-
cancelRowUpdates
public void cancelRowUpdates()- Specified by:
cancelRowUpdates
in interfaceResultSet
- Overrides:
cancelRowUpdates
in classResult
-
moveToInsertRow
- Specified by:
moveToInsertRow
in interfaceResultSet
- Overrides:
moveToInsertRow
in classResult
- Throws:
SQLException
-
moveToCurrentRow
public void moveToCurrentRow()- Specified by:
moveToCurrentRow
in interfaceResultSet
- Overrides:
moveToCurrentRow
in classResult
-
updateBlob
- Specified by:
updateBlob
in interfaceResultSet
- Overrides:
updateBlob
in classResult
- Throws:
SQLException
-
updateBlob
- Specified by:
updateBlob
in interfaceResultSet
- Overrides:
updateBlob
in classResult
- Throws:
SQLException
-
updateClob
- Specified by:
updateClob
in interfaceResultSet
- Overrides:
updateClob
in classResult
- Throws:
SQLException
-
updateClob
- Specified by:
updateClob
in interfaceResultSet
- Overrides:
updateClob
in classResult
- Throws:
SQLException
-
updateNString
- Specified by:
updateNString
in interfaceResultSet
- Overrides:
updateNString
in classResult
- Throws:
SQLException
-
updateNString
- Specified by:
updateNString
in interfaceResultSet
- Overrides:
updateNString
in classResult
- Throws:
SQLException
-
updateNClob
- Specified by:
updateNClob
in interfaceResultSet
- Overrides:
updateNClob
in classResult
- Throws:
SQLException
-
updateNClob
- Specified by:
updateNClob
in interfaceResultSet
- Overrides:
updateNClob
in classResult
- Throws:
SQLException
-
updateNCharacterStream
- Specified by:
updateNCharacterStream
in interfaceResultSet
- Overrides:
updateNCharacterStream
in classResult
- Throws:
SQLException
-
updateNCharacterStream
public void updateNCharacterStream(String columnLabel, Reader reader, long length) throws SQLException - Specified by:
updateNCharacterStream
in interfaceResultSet
- Overrides:
updateNCharacterStream
in classResult
- Throws:
SQLException
-
updateAsciiStream
- Specified by:
updateAsciiStream
in interfaceResultSet
- Overrides:
updateAsciiStream
in classResult
- Throws:
SQLException
-
updateBinaryStream
- Specified by:
updateBinaryStream
in interfaceResultSet
- Overrides:
updateBinaryStream
in classResult
- Throws:
SQLException
-
updateCharacterStream
- Specified by:
updateCharacterStream
in interfaceResultSet
- Overrides:
updateCharacterStream
in classResult
- Throws:
SQLException
-
updateAsciiStream
- Specified by:
updateAsciiStream
in interfaceResultSet
- Overrides:
updateAsciiStream
in classResult
- Throws:
SQLException
-
updateBinaryStream
- Specified by:
updateBinaryStream
in interfaceResultSet
- Overrides:
updateBinaryStream
in classResult
- Throws:
SQLException
-
updateCharacterStream
public void updateCharacterStream(String columnLabel, Reader reader, long length) throws SQLException - Specified by:
updateCharacterStream
in interfaceResultSet
- Overrides:
updateCharacterStream
in classResult
- Throws:
SQLException
-
updateBlob
- Specified by:
updateBlob
in interfaceResultSet
- Overrides:
updateBlob
in classResult
- Throws:
SQLException
-
updateBlob
public void updateBlob(String columnLabel, InputStream inputStream, long length) throws SQLException - Specified by:
updateBlob
in interfaceResultSet
- Overrides:
updateBlob
in classResult
- Throws:
SQLException
-
updateClob
- Specified by:
updateClob
in interfaceResultSet
- Overrides:
updateClob
in classResult
- Throws:
SQLException
-
updateClob
- Specified by:
updateClob
in interfaceResultSet
- Overrides:
updateClob
in classResult
- Throws:
SQLException
-
updateNClob
- Specified by:
updateNClob
in interfaceResultSet
- Overrides:
updateNClob
in classResult
- Throws:
SQLException
-
updateNClob
- Specified by:
updateNClob
in interfaceResultSet
- Overrides:
updateNClob
in classResult
- Throws:
SQLException
-
updateNCharacterStream
- Specified by:
updateNCharacterStream
in interfaceResultSet
- Overrides:
updateNCharacterStream
in classResult
- Throws:
SQLException
-
updateNCharacterStream
- Specified by:
updateNCharacterStream
in interfaceResultSet
- Overrides:
updateNCharacterStream
in classResult
- Throws:
SQLException
-
updateAsciiStream
- Specified by:
updateAsciiStream
in interfaceResultSet
- Overrides:
updateAsciiStream
in classResult
- Throws:
SQLException
-
updateBinaryStream
- Specified by:
updateBinaryStream
in interfaceResultSet
- Overrides:
updateBinaryStream
in classResult
- Throws:
SQLException
-
updateCharacterStream
- Specified by:
updateCharacterStream
in interfaceResultSet
- Overrides:
updateCharacterStream
in classResult
- Throws:
SQLException
-
updateAsciiStream
- Specified by:
updateAsciiStream
in interfaceResultSet
- Overrides:
updateAsciiStream
in classResult
- Throws:
SQLException
-
updateBinaryStream
- Specified by:
updateBinaryStream
in interfaceResultSet
- Overrides:
updateBinaryStream
in classResult
- Throws:
SQLException
-
updateCharacterStream
- Specified by:
updateCharacterStream
in interfaceResultSet
- Overrides:
updateCharacterStream
in classResult
- Throws:
SQLException
-
updateBlob
- Specified by:
updateBlob
in interfaceResultSet
- Overrides:
updateBlob
in classResult
- Throws:
SQLException
-
updateBlob
- Specified by:
updateBlob
in interfaceResultSet
- Overrides:
updateBlob
in classResult
- Throws:
SQLException
-
updateClob
- Specified by:
updateClob
in interfaceResultSet
- Overrides:
updateClob
in classResult
- Throws:
SQLException
-
updateClob
- Specified by:
updateClob
in interfaceResultSet
- Overrides:
updateClob
in classResult
- Throws:
SQLException
-
updateNClob
- Specified by:
updateNClob
in interfaceResultSet
- Overrides:
updateNClob
in classResult
- Throws:
SQLException
-
updateNClob
- Specified by:
updateNClob
in interfaceResultSet
- Overrides:
updateNClob
in classResult
- Throws:
SQLException
-
updateObject
public void updateObject(int columnIndex, Object x, SQLType targetSqlType, int scaleOrLength) throws SQLException - Specified by:
updateObject
in interfaceResultSet
- Overrides:
updateObject
in classResult
- Throws:
SQLException
-
updateInternalObject
private void updateInternalObject(int columnIndex, Object x, Long scaleOrLength) throws SQLException - Throws:
SQLException
-
updateObject
public void updateObject(String columnLabel, Object x, SQLType targetSqlType, int scaleOrLength) throws SQLException - Specified by:
updateObject
in interfaceResultSet
- Overrides:
updateObject
in classResult
- Throws:
SQLException
-
updateObject
- Specified by:
updateObject
in interfaceResultSet
- Overrides:
updateObject
in classResult
- Throws:
SQLException
-
updateObject
- Specified by:
updateObject
in interfaceResultSet
- Overrides:
updateObject
in classResult
- Throws:
SQLException
-
getConcurrency
public int getConcurrency()- Specified by:
getConcurrency
in interfaceResultSet
- Overrides:
getConcurrency
in classResult
-
resetToRowPointer
private void resetToRowPointer() -
beforeFirst
- Specified by:
beforeFirst
in interfaceResultSet
- Overrides:
beforeFirst
in classCompleteResult
- Throws:
SQLException
-
first
- Specified by:
first
in interfaceResultSet
- Overrides:
first
in classCompleteResult
- Throws:
SQLException
-
last
- Specified by:
last
in interfaceResultSet
- Overrides:
last
in classCompleteResult
- Throws:
SQLException
-
afterLast
- Specified by:
afterLast
in interfaceResultSet
- Overrides:
afterLast
in classCompleteResult
- Throws:
SQLException
-
absolute
- Specified by:
absolute
in interfaceResultSet
- Overrides:
absolute
in classCompleteResult
- Throws:
SQLException
-
relative
- Specified by:
relative
in interfaceResultSet
- Overrides:
relative
in classCompleteResult
- Throws:
SQLException
-
next
- Specified by:
next
in interfaceResultSet
- Overrides:
next
in classCompleteResult
- Throws:
SQLException
-
previous
- Specified by:
previous
in interfaceResultSet
- Overrides:
previous
in classCompleteResult
- Throws:
SQLException
-