Class ParameterResultSet
- All Implemented Interfaces:
AutoCloseable
,ResultSet
,Wrapper
-
Field Summary
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
-
Method Summary
Modifier and TypeMethodDescriptionboolean
absolute
(int row) void
void
void
void
After this call getWarnings returns null until a new warning is reported for this ResultSet.void
close()
void
int
findColumn
(String columnName) Map a Resultset column name to a ResultSet column index.boolean
first()
getArray
(int i) getAsciiStream
(int columnIndex) A column value can be retrieved as a stream of ASCII characters and then read in chunks from the stream.getAsciiStream
(String columnName) A column value can be retrieved as a stream of ASCII characters and then read in chunks from the stream.getBigDecimal
(int columnIndex) getBigDecimal
(int i1, int i2) Deprecated.getBigDecimal
(String columnName) getBigDecimal
(String s, int i) Deprecated.getBinaryStream
(int columnIndex) A column value can be retrieved as a stream of uninterpreted bytes and then read in chunks from the stream.getBinaryStream
(String columnName) A column value can be retrieved as a stream of uninterpreted bytes and then read in chunks from the stream.getBlob
(int i) boolean
getBoolean
(int pos) boolean
getBoolean
(String columnName) Get the value of a column in the current row as a Java boolean.byte
getByte
(int columnIndex) byte
Get the value of a column in the current row as a Java byte.byte[]
getBytes
(int columnIndex) Get the value of a column in the current row as a Java byte array.byte[]
getCharacterStream
(int columnIndex) getCharacterStream
(String columnName) getClob
(int i) int
Get the name of the SQL cursor used by this ResultSet.getDate
(int pos) Get the value of a column in the current row as a java.sql.Date object.double
getDouble
(int pos) double
Get the value of a column in the current row as a Java double.int
int
float
getFloat
(int columnIndex) Get the value of a column in the current row as a Java float.float
Get the value of a column in the current row as a Java float.int
int
getInt
(int pos) int
Get the value of a column in the current row as a Java int.long
getLong
(int columnIndex) long
Get the value of a column in the current row as a Java long.int
The number, types and properties of a ResultSet's columns are provided by the getMetaData method.getNCharacterStream
(int columnIndex) getNCharacterStream
(String columnLabel) getNClob
(int columnIndex) getNString
(int columnIndex) getNString
(String columnLabel) getObject
(int pos) <T> T
Get the value of a parameter as a Java object.<T> T
getRef
(int i) int
getRow()
getRowId
(int columnIndex) short
getShort
(int columnIndex) Get the value of a column in the current row as a Java short.short
Get the value of a column in the current row as a Java short.getSQLXML
(int columnIndex) getString
(int pos) Get the value of a column in the current row as a Java String.getTime
(int columnIndex) Get the value of a column in the current row as a java.sql.Time object.Get the value of a column in the current row as a java.sql.Time object.getTimestamp
(int columnIndex) Get the value of a column in the current row as a java.sql.Timestamp object.getTimestamp
(int columnIndex, Calendar cal) getTimestamp
(String columnName) Get the value of a column in the current row as a java.sql.Timestamp object.getTimestamp
(String columnName, Calendar cal) int
getType()
getUnicodeStream
(int columnIndex) Deprecated.getUnicodeStream
(String columnName) Deprecated.getURL
(int columnIndex) The first warning reported by calls on this ResultSet is returned.void
boolean
boolean
boolean
isClosed()
boolean
isFirst()
boolean
isLast()
boolean
boolean
isWrapperFor
(Class<?> iface) boolean
last()
void
void
boolean
next()
boolean
previous()
void
boolean
relative
(int rows) boolean
boolean
boolean
void
setFetchDirection
(int direction) void
setFetchSize
(int rows) <T> T
void
updateArray
(int columnIndex, Array x) void
updateArray
(String columnName, Array x) void
updateAsciiStream
(int columnIndex, InputStream inputStream) void
updateAsciiStream
(int columnIndex, InputStream x, int length) void
updateAsciiStream
(int columnIndex, InputStream inputStream, long length) void
updateAsciiStream
(String columnLabel, InputStream inputStream) void
updateAsciiStream
(String columnName, InputStream x, int length) void
updateAsciiStream
(String columnLabel, InputStream inputStream, long length) void
updateBigDecimal
(int columnIndex, BigDecimal x) void
updateBigDecimal
(String columnName, BigDecimal x) void
updateBinaryStream
(int columnIndex, InputStream inputStream) void
updateBinaryStream
(int columnIndex, InputStream x, int length) void
updateBinaryStream
(int columnIndex, InputStream inputStream, long length) void
updateBinaryStream
(String columnLabel, InputStream inputStream) void
updateBinaryStream
(String columnName, InputStream x, int length) void
updateBinaryStream
(String columnLabel, InputStream inputStream, long length) void
updateBlob
(int columnIndex, InputStream inputStream) void
updateBlob
(int columnIndex, InputStream inputStream, 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 columnName, Blob x) void
updateBoolean
(int columnIndex, boolean x) void
updateBoolean
(String columnName, boolean x) void
updateByte
(int columnIndex, byte x) void
updateByte
(String columnName, byte x) void
updateBytes
(int columnIndex, byte[] x) void
updateBytes
(String columnName, byte[] x) void
updateCharacterStream
(int columnIndex, Reader reader) void
updateCharacterStream
(int columnIndex, Reader x, int length) void
updateCharacterStream
(int columnIndex, Reader reader, long length) void
updateCharacterStream
(String columnLabel, Reader reader) void
updateCharacterStream
(String columnName, Reader reader, int length) void
updateCharacterStream
(String columnLabel, Reader reader, long length) void
updateClob
(int columnIndex, Reader reader) void
updateClob
(int columnIndex, Reader reader, 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 columnName, Clob x) void
updateDate
(int columnIndex, Date x) void
updateDate
(String columnName, Date x) void
updateDouble
(int columnIndex, double x) void
updateDouble
(String columnName, double x) void
updateFloat
(int columnIndex, float x) void
updateFloat
(String columnName, float x) void
updateInt
(int columnIndex, int x) void
void
updateLong
(int columnIndex, long x) void
updateLong
(String columnName, long x) void
updateNCharacterStream
(int columnIndex, Reader reader) void
updateNCharacterStream
(int columnIndex, Reader reader, 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 columnName) void
updateObject
(int columnIndex, Object x) void
updateObject
(int columnIndex, Object x, int scale) void
updateObject
(String columnName, Object x) void
updateObject
(String columnName, Object x, int scale) void
void
void
void
updateRowId
(int columnIndex, RowId x) void
updateRowId
(String columnLabel, RowId x) void
updateShort
(int columnIndex, short x) void
updateShort
(String columnName, short x) void
updateSQLXML
(int columnIndex, SQLXML xmlObject) void
updateSQLXML
(String columnLabel, SQLXML xmlObject) void
updateString
(int columnIndex, String x) void
updateString
(String columnName, String x) void
updateTime
(int columnIndex, Time x) void
updateTime
(String columnName, Time x) void
updateTimestamp
(int columnIndex, Timestamp x) void
updateTimestamp
(String columnName, Timestamp x) boolean
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
-
Method Details
-
next
- Specified by:
next
in interfaceResultSet
- Throws:
Open4GLError
-
wasNull
- Specified by:
wasNull
in interfaceResultSet
- Throws:
Open4GLError
-
isMappedTable
- Throws:
Open4GLError
-
getMappedTableType
- Throws:
Open4GLError
-
getObject
- Specified by:
getObject
in interfaceResultSet
- Throws:
Open4GLError
-
getString
- Specified by:
getString
in interfaceResultSet
- Throws:
Open4GLError
-
getInt
- Specified by:
getInt
in interfaceResultSet
- Throws:
Open4GLError
-
getDouble
- Specified by:
getDouble
in interfaceResultSet
- Throws:
Open4GLError
-
getBoolean
- Specified by:
getBoolean
in interfaceResultSet
- Throws:
Open4GLError
-
getDate
- Specified by:
getDate
in interfaceResultSet
- Throws:
Open4GLError
-
close
- Specified by:
close
in interfaceAutoCloseable
- Specified by:
close
in interfaceResultSet
- Throws:
Open4GLError
-
getByte
- Specified by:
getByte
in interfaceResultSet
- Throws:
Open4GLError
-
getShort
Get the value of a column in the current row as a Java short.- Specified by:
getShort
in interfaceResultSet
- Parameters:
columnIndex
- the first column is 1, the second is 2, ...- Returns:
- the column value; if the value is SQL NULL the result is 0
- Throws:
Open4GLError
-
getLong
- Specified by:
getLong
in interfaceResultSet
- Throws:
Open4GLError
-
getFloat
Get the value of a column in the current row as a Java float.- Specified by:
getFloat
in interfaceResultSet
- Parameters:
columnIndex
- the first column is 1, the second is 2, ...- Returns:
- the column value; if the value is SQL NULL the result is 0
- Throws:
Open4GLError
-
getBytes
Get the value of a column in the current row as a Java byte array. The bytes represent the raw values returned by the driver.- Specified by:
getBytes
in interfaceResultSet
- Parameters:
columnIndex
- the first column is 1, the second is 2, ...- Returns:
- the column value; if the value is SQL NULL the result is null
- Throws:
Open4GLError
-
getTime
Get the value of a column in the current row as a java.sql.Time object.- Specified by:
getTime
in interfaceResultSet
- Parameters:
columnIndex
- the first column is 1, the second is 2, ...- Returns:
- the column value; if the value is SQL NULL the result is null
- Throws:
Open4GLError
-
getTimestamp
Get the value of a column in the current row as a java.sql.Timestamp object.- Specified by:
getTimestamp
in interfaceResultSet
- Parameters:
columnIndex
- the first column is 1, the second is 2, ...- Returns:
- the column value; if the value is SQL NULL the result is null
- Throws:
Open4GLError
-
getAsciiStream
A column value can be retrieved as a stream of ASCII characters and then read in chunks from the stream. This method is particularly suitable for retrieving large LONGVARCHAR values. The JDBC driver will do any necessary conversion from the database format into ASCII.Note: All the data in the returned stream must be read prior to getting the value of any other column. The next call to a get method implicitly closes the stream. . Also, a stream may return 0 for available() whether there is data available or not.
- Specified by:
getAsciiStream
in interfaceResultSet
- Parameters:
columnIndex
- the first column is 1, the second is 2, ...- Returns:
- a Java input stream that delivers the database column value as a stream of one byte ASCII characters. If the value is SQL NULL then the result is null.
- Throws:
Open4GLError
-
getUnicodeStream
Deprecated.A column value can be retrieved as a stream of Unicode characters and then read in chunks from the stream. This method is particularly suitable for retrieving large LONGVARCHAR values. The JDBC driver will do any necessary conversion from the database format into Unicode.Note: All the data in the returned stream must be read prior to getting the value of any other column. The next call to a get method implicitly closes the stream. . Also, a stream may return 0 for available() whether there is data available or not.
- Specified by:
getUnicodeStream
in interfaceResultSet
- Parameters:
columnIndex
- the first column is 1, the second is 2, ...- Returns:
- a Java input stream that delivers the database column value as a stream of two byte Unicode characters. If the value is SQL NULL then the result is null.
- Throws:
Open4GLError
-
getBinaryStream
A column value can be retrieved as a stream of uninterpreted bytes and then read in chunks from the stream. This method is particularly suitable for retrieving large LONGVARBINARY values.Note: All the data in the returned stream must be read prior to getting the value of any other column. The next call to a get method implicitly closes the stream. Also, a stream may return 0 for available() whether there is data available or not.
- Specified by:
getBinaryStream
in interfaceResultSet
- Parameters:
columnIndex
- the first column is 1, the second is 2, ...- Returns:
- a Java input stream that delivers the database column value as a stream of uninterpreted bytes. If the value is SQL NULL then the result is null.
- Throws:
Open4GLError
-
getString
Get the value of a column in the current row as a Java String.- Specified by:
getString
in interfaceResultSet
- Parameters:
columnName
- is the SQL name of the column- Returns:
- the column value; if the value is SQL NULL the result is null
- Throws:
Open4GLError
-
getBoolean
Get the value of a column in the current row as a Java boolean.- Specified by:
getBoolean
in interfaceResultSet
- Parameters:
columnName
- is the SQL name of the column- Returns:
- the column value; if the value is SQL NULL the result is false
- Throws:
Open4GLError
-
getByte
Get the value of a column in the current row as a Java byte.- Specified by:
getByte
in interfaceResultSet
- Parameters:
columnName
- is the SQL name of the column- Returns:
- the column value; if the value is SQL NULL the result is 0
- Throws:
Open4GLError
-
getShort
Get the value of a column in the current row as a Java short.- Specified by:
getShort
in interfaceResultSet
- Parameters:
columnName
- is the SQL name of the column- Returns:
- the column value; if the value is SQL NULL the result is 0
- Throws:
Open4GLError
-
getInt
Get the value of a column in the current row as a Java int.- Specified by:
getInt
in interfaceResultSet
- Parameters:
columnName
- is the SQL name of the column- Returns:
- the column value; if the value is SQL NULL the result is 0
- Throws:
Open4GLError
-
getLong
Get the value of a column in the current row as a Java long.- Specified by:
getLong
in interfaceResultSet
- Parameters:
columnName
- is the SQL name of the column- Returns:
- the column value; if the value is SQL NULL the result is 0
- Throws:
Open4GLError
-
getFloat
Get the value of a column in the current row as a Java float.- Specified by:
getFloat
in interfaceResultSet
- Parameters:
columnName
- is the SQL name of the column- Returns:
- the column value; if the value is SQL NULL the result is 0
- Throws:
Open4GLError
-
getDouble
Get the value of a column in the current row as a Java double.- Specified by:
getDouble
in interfaceResultSet
- Parameters:
columnName
- is the SQL name of the column- Returns:
- the column value; if the value is SQL NULL the result is 0
- Throws:
Open4GLError
-
getBigDecimal
Deprecated.- Specified by:
getBigDecimal
in interfaceResultSet
- Throws:
Open4GLError
-
getBigDecimal
Deprecated.- Specified by:
getBigDecimal
in interfaceResultSet
- Throws:
Open4GLError
-
getDate
Get the value of a column in the current row as a java.sql.Date object.- Specified by:
getDate
in interfaceResultSet
- Parameters:
columnName
- is the SQL name of the column- Returns:
- the column value; if the value is SQL NULL the result is null
- Throws:
Open4GLError
-
getTime
Get the value of a column in the current row as a java.sql.Time object.- Specified by:
getTime
in interfaceResultSet
- Parameters:
columnName
- is the SQL name of the column- Returns:
- the column value; if the value is SQL NULL the result is null
- Throws:
Open4GLError
-
getTimestamp
Get the value of a column in the current row as a java.sql.Timestamp object.- Specified by:
getTimestamp
in interfaceResultSet
- Parameters:
columnName
- is the SQL name of the column- Returns:
- the column value; if the value is SQL NULL the result is null
- Throws:
Open4GLError
-
getAsciiStream
A column value can be retrieved as a stream of ASCII characters and then read in chunks from the stream. This method is particularly suitable for retrieving large LONGVARCHAR values. The JDBC driver will do any necessary conversion from the database format into ASCII.Note: All the data in the returned stream must be read prior to getting the value of any other column. The next call to a get method implicitly closes the stream.
- Specified by:
getAsciiStream
in interfaceResultSet
- Parameters:
columnName
- is the SQL name of the column- Returns:
- a Java input stream that delivers the database column value as a stream of one byte ASCII characters. If the value is SQL NULL then the result is null.
- Throws:
Open4GLError
-
getUnicodeStream
Deprecated.A column value can be retrieved as a stream of Unicode characters and then read in chunks from the stream. This method is particularly suitable for retrieving large LONGVARCHAR values. The JDBC driver will do any necessary conversion from the database format into Unicode.Note: All the data in the returned stream must be read prior to getting the value of any other column. The next call to a get method implicitly closes the stream.
- Specified by:
getUnicodeStream
in interfaceResultSet
- Parameters:
columnName
- is the SQL name of the column- Returns:
- a Java input stream that delivers the database column value as a stream of two byte Unicode characters. If the value is SQL NULL then the result is null.
- Throws:
Open4GLError
-
getBinaryStream
A column value can be retrieved as a stream of uninterpreted bytes and then read in chunks from the stream. This method is particularly suitable for retrieving large LONGVARBINARY values.Note: All the data in the returned stream must be read prior to getting the value of any other column. The next call to a get method implicitly closes the stream.
- Specified by:
getBinaryStream
in interfaceResultSet
- Parameters:
columnName
- is the SQL name of the column- Returns:
- a Java input stream that delivers the database column value as a stream of uninterpreted bytes. If the value is SQL NULL then the result is null.
- Throws:
Open4GLError
-
getWarnings
The first warning reported by calls on this ResultSet is returned. Subsequent ResultSet warnings will be chained to this java.sql.SQLWarning.
The warning chain is automatically cleared each time a new row is read.
Note: This warning chain only covers warnings caused by ResultSet methods. Any warning caused by statement methods (such as reading OUT parameters) will be chained on the Statement object.
- Specified by:
getWarnings
in interfaceResultSet
- Returns:
- the first java.sql.SQLWarning or null
- Throws:
Open4GLError
-
clearWarnings
After this call getWarnings returns null until a new warning is reported for this ResultSet.- Specified by:
clearWarnings
in interfaceResultSet
- Throws:
Open4GLError
-
getCursorName
Get the name of the SQL cursor used by this ResultSet.In SQL, a result table is retrieved through a cursor that is named. The current row of a result can be updated or deleted using a positioned update/delete statement that references the cursor name.
JDBC supports this SQL feature by providing the name of the SQL cursor used by a ResultSet. The current row of a ResultSet is also the current row of this SQL cursor.
Note: If positioned update is not supported a Open4GLError is thrown
- Specified by:
getCursorName
in interfaceResultSet
- Returns:
- the ResultSet's SQL cursor name
- Throws:
Open4GLError
-
getMetaData
The number, types and properties of a ResultSet's columns are provided by the getMetaData method.- Specified by:
getMetaData
in interfaceResultSet
- Returns:
- the description of a ResultSet's columns
- Throws:
Open4GLError
-
getObject
Get the value of a parameter as a Java object.
This method will return the value of the given column as a Java object. The type of the Java object will be default Java Object type corresponding to the column's SQL type, following the mapping specified in the JDBC spec.
This method may also be used to read datatabase specific abstract data types.
- Specified by:
getObject
in interfaceResultSet
- Parameters:
columnName
- is the SQL name of the column- Returns:
- A java.lang.Object holding the column value.
- Throws:
Open4GLError
-
findColumn
Map a Resultset column name to a ResultSet column index.- Specified by:
findColumn
in interfaceResultSet
- Parameters:
columnName
- the name of the column- Returns:
- the column index
- Throws:
Open4GLError
-
getBytes
- Specified by:
getBytes
in interfaceResultSet
- Throws:
Open4GLError
-
getCharacterStream
- Specified by:
getCharacterStream
in interfaceResultSet
- Throws:
SQLException
-
getCharacterStream
- Specified by:
getCharacterStream
in interfaceResultSet
- Throws:
SQLException
-
getBigDecimal
- Specified by:
getBigDecimal
in interfaceResultSet
- Throws:
SQLException
-
getBigDecimal
- Specified by:
getBigDecimal
in interfaceResultSet
- Throws:
SQLException
-
isBeforeFirst
- Specified by:
isBeforeFirst
in interfaceResultSet
- Throws:
SQLException
-
isAfterLast
- Specified by:
isAfterLast
in interfaceResultSet
- Throws:
SQLException
-
isFirst
- Specified by:
isFirst
in interfaceResultSet
- Throws:
SQLException
-
isLast
- Specified by:
isLast
in interfaceResultSet
- Throws:
SQLException
-
beforeFirst
- Specified by:
beforeFirst
in interfaceResultSet
- Throws:
SQLException
-
afterLast
- Specified by:
afterLast
in interfaceResultSet
- Throws:
SQLException
-
first
- Specified by:
first
in interfaceResultSet
- Throws:
SQLException
-
last
- Specified by:
last
in interfaceResultSet
- Throws:
SQLException
-
getRow
- Specified by:
getRow
in interfaceResultSet
- Throws:
SQLException
-
absolute
- Specified by:
absolute
in interfaceResultSet
- Throws:
SQLException
-
relative
- Specified by:
relative
in interfaceResultSet
- Throws:
SQLException
-
previous
- Specified by:
previous
in interfaceResultSet
- Throws:
SQLException
-
setFetchDirection
- Specified by:
setFetchDirection
in interfaceResultSet
- Throws:
SQLException
-
getFetchDirection
- Specified by:
getFetchDirection
in interfaceResultSet
- Throws:
SQLException
-
setFetchSize
- Specified by:
setFetchSize
in interfaceResultSet
- Throws:
SQLException
-
getFetchSize
- Specified by:
getFetchSize
in interfaceResultSet
- Throws:
SQLException
-
getType
- Specified by:
getType
in interfaceResultSet
- Throws:
SQLException
-
getConcurrency
- Specified by:
getConcurrency
in interfaceResultSet
- Throws:
SQLException
-
rowUpdated
- Specified by:
rowUpdated
in interfaceResultSet
- Throws:
SQLException
-
rowInserted
- Specified by:
rowInserted
in interfaceResultSet
- Throws:
SQLException
-
rowDeleted
- Specified by:
rowDeleted
in interfaceResultSet
- Throws:
SQLException
-
updateNull
- Specified by:
updateNull
in interfaceResultSet
- Throws:
SQLException
-
updateBoolean
- Specified by:
updateBoolean
in interfaceResultSet
- Throws:
SQLException
-
updateByte
- Specified by:
updateByte
in interfaceResultSet
- Throws:
SQLException
-
updateShort
- Specified by:
updateShort
in interfaceResultSet
- Throws:
SQLException
-
updateInt
- Specified by:
updateInt
in interfaceResultSet
- Throws:
SQLException
-
updateLong
- Specified by:
updateLong
in interfaceResultSet
- Throws:
SQLException
-
updateFloat
- Specified by:
updateFloat
in interfaceResultSet
- Throws:
SQLException
-
updateDouble
- Specified by:
updateDouble
in interfaceResultSet
- Throws:
SQLException
-
updateBigDecimal
- Specified by:
updateBigDecimal
in interfaceResultSet
- Throws:
SQLException
-
updateString
- Specified by:
updateString
in interfaceResultSet
- Throws:
SQLException
-
updateBytes
- Specified by:
updateBytes
in interfaceResultSet
- Throws:
SQLException
-
updateDate
- Specified by:
updateDate
in interfaceResultSet
- Throws:
SQLException
-
updateTime
- Specified by:
updateTime
in interfaceResultSet
- Throws:
SQLException
-
updateTimestamp
- Specified by:
updateTimestamp
in interfaceResultSet
- Throws:
SQLException
-
updateAsciiStream
- Specified by:
updateAsciiStream
in interfaceResultSet
- Throws:
SQLException
-
updateBinaryStream
- Specified by:
updateBinaryStream
in interfaceResultSet
- Throws:
SQLException
-
updateCharacterStream
- Specified by:
updateCharacterStream
in interfaceResultSet
- Throws:
SQLException
-
updateObject
- Specified by:
updateObject
in interfaceResultSet
- Throws:
SQLException
-
updateObject
- Specified by:
updateObject
in interfaceResultSet
- Throws:
SQLException
-
updateNull
- Specified by:
updateNull
in interfaceResultSet
- Throws:
SQLException
-
updateBoolean
- Specified by:
updateBoolean
in interfaceResultSet
- Throws:
SQLException
-
updateByte
- Specified by:
updateByte
in interfaceResultSet
- Throws:
SQLException
-
updateShort
- Specified by:
updateShort
in interfaceResultSet
- Throws:
SQLException
-
updateInt
- Specified by:
updateInt
in interfaceResultSet
- Throws:
SQLException
-
updateLong
- Specified by:
updateLong
in interfaceResultSet
- Throws:
SQLException
-
updateFloat
- Specified by:
updateFloat
in interfaceResultSet
- Throws:
SQLException
-
updateDouble
- Specified by:
updateDouble
in interfaceResultSet
- Throws:
SQLException
-
updateBigDecimal
- Specified by:
updateBigDecimal
in interfaceResultSet
- Throws:
SQLException
-
updateString
- Specified by:
updateString
in interfaceResultSet
- Throws:
SQLException
-
updateBytes
- Specified by:
updateBytes
in interfaceResultSet
- Throws:
SQLException
-
updateDate
- Specified by:
updateDate
in interfaceResultSet
- Throws:
SQLException
-
updateTime
- Specified by:
updateTime
in interfaceResultSet
- Throws:
SQLException
-
updateTimestamp
- Specified by:
updateTimestamp
in interfaceResultSet
- Throws:
SQLException
-
updateAsciiStream
- Specified by:
updateAsciiStream
in interfaceResultSet
- Throws:
SQLException
-
updateBinaryStream
- Specified by:
updateBinaryStream
in interfaceResultSet
- Throws:
SQLException
-
updateCharacterStream
- Specified by:
updateCharacterStream
in interfaceResultSet
- Throws:
SQLException
-
updateObject
- Specified by:
updateObject
in interfaceResultSet
- Throws:
SQLException
-
updateObject
- Specified by:
updateObject
in interfaceResultSet
- Throws:
SQLException
-
insertRow
- Specified by:
insertRow
in interfaceResultSet
- Throws:
SQLException
-
updateRow
- Specified by:
updateRow
in interfaceResultSet
- Throws:
SQLException
-
deleteRow
- Specified by:
deleteRow
in interfaceResultSet
- Throws:
SQLException
-
refreshRow
- Specified by:
refreshRow
in interfaceResultSet
- Throws:
SQLException
-
cancelRowUpdates
- Specified by:
cancelRowUpdates
in interfaceResultSet
- Throws:
SQLException
-
moveToInsertRow
- Specified by:
moveToInsertRow
in interfaceResultSet
- Throws:
SQLException
-
moveToCurrentRow
- Specified by:
moveToCurrentRow
in interfaceResultSet
- Throws:
SQLException
-
getStatement
- Specified by:
getStatement
in interfaceResultSet
- Throws:
SQLException
-
getObject
- Specified by:
getObject
in interfaceResultSet
- Throws:
SQLException
-
getRef
- Specified by:
getRef
in interfaceResultSet
- Throws:
SQLException
-
getBlob
- Specified by:
getBlob
in interfaceResultSet
- Throws:
SQLException
-
getClob
- Specified by:
getClob
in interfaceResultSet
- Throws:
SQLException
-
getArray
- Specified by:
getArray
in interfaceResultSet
- Throws:
SQLException
-
getObject
- Specified by:
getObject
in interfaceResultSet
- Throws:
SQLException
-
getRef
- Specified by:
getRef
in interfaceResultSet
- Throws:
SQLException
-
getBlob
- Specified by:
getBlob
in interfaceResultSet
- Throws:
SQLException
-
getClob
- Specified by:
getClob
in interfaceResultSet
- Throws:
SQLException
-
getArray
- Specified by:
getArray
in interfaceResultSet
- Throws:
SQLException
-
getDate
- Specified by:
getDate
in interfaceResultSet
- Throws:
SQLException
-
getDate
- Specified by:
getDate
in interfaceResultSet
- Throws:
SQLException
-
getTime
- Specified by:
getTime
in interfaceResultSet
- Throws:
SQLException
-
getTime
- Specified by:
getTime
in interfaceResultSet
- Throws:
SQLException
-
getTimestamp
- Specified by:
getTimestamp
in interfaceResultSet
- Throws:
SQLException
-
getTimestamp
- Specified by:
getTimestamp
in interfaceResultSet
- Throws:
SQLException
-
getURL
- Specified by:
getURL
in interfaceResultSet
- Throws:
SQLException
-
getURL
- Specified by:
getURL
in interfaceResultSet
- Throws:
SQLException
-
updateArray
- Specified by:
updateArray
in interfaceResultSet
- Throws:
SQLException
-
updateArray
- Specified by:
updateArray
in interfaceResultSet
- Throws:
SQLException
-
updateBlob
- Specified by:
updateBlob
in interfaceResultSet
- Throws:
SQLException
-
updateBlob
- Specified by:
updateBlob
in interfaceResultSet
- Throws:
SQLException
-
updateClob
- Specified by:
updateClob
in interfaceResultSet
- Throws:
SQLException
-
updateClob
- Specified by:
updateClob
in interfaceResultSet
- Throws:
SQLException
-
updateRef
- Specified by:
updateRef
in interfaceResultSet
- Throws:
SQLException
-
updateRef
- Specified by:
updateRef
in interfaceResultSet
- Throws:
SQLException
-
updateNClob
- Specified by:
updateNClob
in interfaceResultSet
- Throws:
SQLException
-
updateNClob
- Specified by:
updateNClob
in interfaceResultSet
- Throws:
SQLException
-
updateNClob
- Specified by:
updateNClob
in interfaceResultSet
- Throws:
SQLException
-
updateNClob
- Specified by:
updateNClob
in interfaceResultSet
- Throws:
SQLException
-
updateNClob
- Specified by:
updateNClob
in interfaceResultSet
- Throws:
SQLException
-
updateNClob
- Specified by:
updateNClob
in interfaceResultSet
- Throws:
SQLException
-
updateClob
- Specified by:
updateClob
in interfaceResultSet
- Throws:
SQLException
-
updateClob
- Specified by:
updateClob
in interfaceResultSet
- Throws:
SQLException
-
updateClob
- Specified by:
updateClob
in interfaceResultSet
- Throws:
SQLException
-
updateClob
- Specified by:
updateClob
in interfaceResultSet
- Throws:
SQLException
-
getNClob
- Specified by:
getNClob
in interfaceResultSet
- Throws:
SQLException
-
getNClob
- Specified by:
getNClob
in interfaceResultSet
- Throws:
SQLException
-
updateBlob
- Specified by:
updateBlob
in interfaceResultSet
- Throws:
SQLException
-
updateBlob
- Specified by:
updateBlob
in interfaceResultSet
- Throws:
SQLException
-
updateBlob
public void updateBlob(String columnLabel, InputStream inputStream, long length) throws SQLException - Specified by:
updateBlob
in interfaceResultSet
- Throws:
SQLException
-
updateBlob
- Specified by:
updateBlob
in interfaceResultSet
- Throws:
SQLException
-
updateCharacterStream
- Specified by:
updateCharacterStream
in interfaceResultSet
- Throws:
SQLException
-
updateCharacterStream
- Specified by:
updateCharacterStream
in interfaceResultSet
- Throws:
SQLException
-
updateCharacterStream
public void updateCharacterStream(String columnLabel, Reader reader, long length) throws SQLException - Specified by:
updateCharacterStream
in interfaceResultSet
- Throws:
SQLException
-
updateCharacterStream
- Specified by:
updateCharacterStream
in interfaceResultSet
- Throws:
SQLException
-
updateNCharacterStream
- Specified by:
updateNCharacterStream
in interfaceResultSet
- Throws:
SQLException
-
updateNCharacterStream
- Specified by:
updateNCharacterStream
in interfaceResultSet
- Throws:
SQLException
-
updateNCharacterStream
public void updateNCharacterStream(String columnLabel, Reader reader, long length) throws SQLException - Specified by:
updateNCharacterStream
in interfaceResultSet
- Throws:
SQLException
-
updateNCharacterStream
- Specified by:
updateNCharacterStream
in interfaceResultSet
- Throws:
SQLException
-
updateBinaryStream
- Specified by:
updateBinaryStream
in interfaceResultSet
- Throws:
SQLException
-
updateBinaryStream
- Specified by:
updateBinaryStream
in interfaceResultSet
- Throws:
SQLException
-
updateBinaryStream
public void updateBinaryStream(String columnLabel, InputStream inputStream, long length) throws SQLException - Specified by:
updateBinaryStream
in interfaceResultSet
- Throws:
SQLException
-
updateBinaryStream
public void updateBinaryStream(int columnIndex, InputStream inputStream, long length) throws SQLException - Specified by:
updateBinaryStream
in interfaceResultSet
- Throws:
SQLException
-
updateAsciiStream
- Specified by:
updateAsciiStream
in interfaceResultSet
- Throws:
SQLException
-
updateAsciiStream
- Specified by:
updateAsciiStream
in interfaceResultSet
- Throws:
SQLException
-
updateAsciiStream
public void updateAsciiStream(String columnLabel, InputStream inputStream, long length) throws SQLException - Specified by:
updateAsciiStream
in interfaceResultSet
- Throws:
SQLException
-
updateAsciiStream
public void updateAsciiStream(int columnIndex, InputStream inputStream, long length) throws SQLException - Specified by:
updateAsciiStream
in interfaceResultSet
- Throws:
SQLException
-
updateNString
- Specified by:
updateNString
in interfaceResultSet
- Throws:
SQLException
-
updateNString
- Specified by:
updateNString
in interfaceResultSet
- Throws:
SQLException
-
getNString
- Specified by:
getNString
in interfaceResultSet
- Throws:
SQLException
-
getNString
- Specified by:
getNString
in interfaceResultSet
- Throws:
SQLException
-
getNCharacterStream
- Specified by:
getNCharacterStream
in interfaceResultSet
- Throws:
SQLException
-
getNCharacterStream
- Specified by:
getNCharacterStream
in interfaceResultSet
- Throws:
SQLException
-
updateSQLXML
- Specified by:
updateSQLXML
in interfaceResultSet
- Throws:
SQLException
-
updateSQLXML
- Specified by:
updateSQLXML
in interfaceResultSet
- Throws:
SQLException
-
getSQLXML
- Specified by:
getSQLXML
in interfaceResultSet
- Throws:
SQLException
-
getSQLXML
- Specified by:
getSQLXML
in interfaceResultSet
- Throws:
SQLException
-
updateRowId
- Specified by:
updateRowId
in interfaceResultSet
- Throws:
SQLException
-
updateRowId
- Specified by:
updateRowId
in interfaceResultSet
- Throws:
SQLException
-
getRowId
- Specified by:
getRowId
in interfaceResultSet
- Throws:
SQLException
-
getRowId
- Specified by:
getRowId
in interfaceResultSet
- Throws:
SQLException
-
getHoldability
- Specified by:
getHoldability
in interfaceResultSet
- Throws:
SQLException
-
isClosed
- Specified by:
isClosed
in interfaceResultSet
- Throws:
SQLException
-
isWrapperFor
- Specified by:
isWrapperFor
in interfaceWrapper
- Throws:
SQLException
-
unwrap
- Specified by:
unwrap
in interfaceWrapper
- Throws:
SQLException
-
getObject
- Specified by:
getObject
in interfaceResultSet
- Throws:
SQLException
-
getObject
- Specified by:
getObject
in interfaceResultSet
- Throws:
SQLException
-