Class ResultSet
- All Implemented Interfaces:
ProResultSet,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 -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanabsolute(int row) voidvoidvoidvoidAfter this call getWarnings returns null until a new warning is reported for this ResultSet.voidclose()voidintfindColumn(String columnName) Map a Resultset column name to a ResultSet column index.booleanfirst()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 pos) getBigDecimal(int pos, int scale) Deprecated.getBigDecimal(int field, int indx, int scale) getBigDecimal(String field) getBigDecimal(String field, int scale) Deprecated.getBigDecimal(String field, int indx, int scale) 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 pos) getBlob(int field, int indx) booleangetBoolean(int pos) booleangetBoolean(int field, int indx) booleangetBoolean(String field) booleangetBoolean(String field, int indx) bytegetByte(int columnIndex) byteGet the value of a column in the current row as a Java byte.byte[]getBytes(int pos) byte[]getBytes(int field, int indx) Field based column access.byte[]byte[]Get column value by field name and index.getCharacterStream(int columnIndex) getCharacterStream(String columnName) getClob(int pos) getClob(int field, int indx) intGet the name of the SQL cursor used by this ResultSet.getDate(int pos) getDate(int field, int indx) doublegetDouble(int pos) doublegetDouble(int field, int indx) doubledoubleintintfloatgetFloat(int columnIndex) Get the value of a column in the current row as a Java float.floatGet the value of a column in the current row as a Java float.getGregorianCalendar(int pos) getGregorianCalendar(int field, int indx) getGregorianCalendar(String field) getGregorianCalendar(String field, int indx) intintgetInt(int pos) intgetInt(int field, int indx) intintlonggetLong(int pos) longgetLong(int field, int indx) longlongintgetNCharacterStream(int columnIndex) getNCharacterStream(String columnLabel) getNClob(int columnIndex) getNString(int columnIndex) getNString(String columnLabel) getObject(int pos) Get the value of a column as a Java object.getObject(int field, int indx) <T> T<T> TgetParamObject(int pos, int dataType) static ProSQLExceptiongetProSQLException(long messageId) getRef(int i) intgetRow()getRowId(int columnIndex) shortgetShort(int columnIndex) Get the value of a column in the current row as a Java short.shortGet the value of a column in the current row as a Java short.getSQLXML(int columnIndex) getString(int pos) getString(int field, int indx) 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 field, int indx) getTimestamp(int columnIndex, Calendar cal) getTimestamp(String field) Get the value of a column in the current row as a java.sql.Timestamp object.getTimestamp(String field, int indx) getTimestamp(String columnName, Calendar cal) intgetType()getUnicodeStream(int columnIndex) Deprecated.getUnicodeStream(String columnName) Deprecated.getURL(int columnIndex) The first warning reported by calls on this ResultSet is returned.booleanvoidbooleanbooleanbooleanisClosed()booleanisFirst()booleanisLast()booleanisWrapperFor(Class<?> iface) booleanlast()voidvoidbooleannext()booleanprevious()voidbooleanrelative(int rows) booleanbooleanbooleanvoidsetFetchDirection(int direction) voidsetFetchSize(int rows) voidvoidvoidsetRqContext(RqContext rqCtx) voidsetSkipTblHdr(int numToSkip) <T> TvoidupdateArray(int columnIndex, Array x) voidupdateArray(String columnName, Array x) voidupdateAsciiStream(int columnIndex, InputStream inputStream) voidupdateAsciiStream(int columnIndex, InputStream x, int length) voidupdateAsciiStream(int columnIndex, InputStream inputStream, long length) voidupdateAsciiStream(String columnLabel, InputStream inputStream) voidupdateAsciiStream(String columnName, InputStream x, int length) voidupdateAsciiStream(String columnLabel, InputStream inputStream, long length) voidupdateBigDecimal(int columnIndex, BigDecimal x) voidupdateBigDecimal(String columnName, BigDecimal x) voidupdateBinaryStream(int columnIndex, InputStream inputStream) voidupdateBinaryStream(int columnIndex, InputStream x, int length) voidupdateBinaryStream(int columnIndex, InputStream inputStream, long length) voidupdateBinaryStream(String columnLabel, InputStream inputStream) voidupdateBinaryStream(String columnName, InputStream x, int length) voidupdateBinaryStream(String columnLabel, InputStream inputStream, long length) voidupdateBlob(int columnIndex, InputStream inputStream) voidupdateBlob(int columnIndex, InputStream inputStream, long length) voidupdateBlob(int columnIndex, Blob x) voidupdateBlob(String columnLabel, InputStream inputStream) voidupdateBlob(String columnLabel, InputStream inputStream, long length) voidupdateBlob(String columnName, Blob x) voidupdateBoolean(int columnIndex, boolean x) voidupdateBoolean(String columnName, boolean x) voidupdateByte(int columnIndex, byte x) voidupdateByte(String columnName, byte x) voidupdateBytes(int columnIndex, byte[] x) voidupdateBytes(String columnName, byte[] x) voidupdateCharacterStream(int columnIndex, Reader reader) voidupdateCharacterStream(int columnIndex, Reader x, int length) voidupdateCharacterStream(int columnIndex, Reader reader, long length) voidupdateCharacterStream(String columnLabel, Reader reader) voidupdateCharacterStream(String columnName, Reader reader, int length) voidupdateCharacterStream(String columnLabel, Reader reader, long length) voidupdateClob(int columnIndex, Reader reader) voidupdateClob(int columnIndex, Reader reader, long length) voidupdateClob(int columnIndex, Clob x) voidupdateClob(String columnLabel, Reader reader) voidupdateClob(String columnLabel, Reader reader, long length) voidupdateClob(String columnName, Clob x) voidupdateDate(int columnIndex, Date x) voidupdateDate(String columnName, Date x) voidupdateDouble(int columnIndex, double x) voidupdateDouble(String columnName, double x) voidupdateFloat(int columnIndex, float x) voidupdateFloat(String columnName, float x) voidupdateInt(int columnIndex, int x) voidvoidupdateLong(int columnIndex, long x) voidupdateLong(String columnName, long x) voidupdateNCharacterStream(int columnIndex, Reader reader) voidupdateNCharacterStream(int columnIndex, Reader reader, long length) voidupdateNCharacterStream(String columnLabel, Reader reader) voidupdateNCharacterStream(String columnLabel, Reader reader, long length) voidupdateNClob(int columnIndex, Reader reader) voidupdateNClob(int columnIndex, Reader reader, long length) voidupdateNClob(int columnIndex, NClob nClob) voidupdateNClob(String columnLabel, Reader reader) voidupdateNClob(String columnLabel, Reader reader, long length) voidupdateNClob(String columnLabel, NClob nClob) voidupdateNString(int columnIndex, String nString) voidupdateNString(String columnLabel, String nString) voidupdateNull(int columnIndex) voidupdateNull(String columnName) voidupdateObject(int columnIndex, Object x) voidupdateObject(int columnIndex, Object x, int scale) voidupdateObject(String columnName, Object x) voidupdateObject(String columnName, Object x, int scale) voidvoidvoidvoidupdateRowId(int columnIndex, RowId x) voidupdateRowId(String columnLabel, RowId x) voidupdateShort(int columnIndex, short x) voidupdateShort(String columnName, short x) voidupdateSQLXML(int columnIndex, SQLXML xmlObject) voidupdateSQLXML(String columnLabel, SQLXML xmlObject) voidupdateString(int columnIndex, String x) voidupdateString(String columnName, String x) voidupdateTime(int columnIndex, Time x) voidupdateTime(String columnName, Time x) voidupdateTimestamp(int columnIndex, Timestamp x) voidupdateTimestamp(String columnName, Timestamp x) booleanwasNull()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.sql.ResultSet
updateObject, updateObject, updateObject, updateObject
-
Constructor Details
-
ResultSet
-
ResultSet
-
-
Method Details
-
setRqContext
-
isClosed
public boolean isClosed() -
setPrev
-
setNext
-
hasSchemaHeader
public boolean hasSchemaHeader() -
setSkipTblHdr
public void setSkipTblHdr(int numToSkip) -
getMarshalLevel
public int getMarshalLevel() -
next
- Specified by:
nextin interfaceResultSet- Throws:
ProSQLException
-
wasNull
- Specified by:
wasNullin interfaceResultSet- Throws:
ProSQLException
-
getMetaData
- Specified by:
getMetaDatain interfaceResultSet- Throws:
ProSQLException
-
getBytes
- Specified by:
getBytesin interfaceResultSet- Throws:
ProSQLException
-
getString
- Specified by:
getStringin interfaceResultSet- Throws:
ProSQLException
-
getParamObject
- Throws:
ProSQLException
-
getLong
- Specified by:
getLongin interfaceResultSet- Throws:
ProSQLException
-
getInt
- Specified by:
getIntin interfaceResultSet- Throws:
ProSQLException
-
getDouble
- Specified by:
getDoublein interfaceResultSet- Throws:
ProSQLException
-
getBigDecimal
Deprecated.- Specified by:
getBigDecimalin interfaceResultSet- Throws:
ProSQLException
-
getBigDecimal
- Specified by:
getBigDecimalin interfaceResultSet- Throws:
ProSQLException
-
getBoolean
- Specified by:
getBooleanin interfaceResultSet- Throws:
ProSQLException
-
getDate
- Specified by:
getDatein interfaceResultSet- Throws:
ProSQLException
-
getTimestamp
Get the value of a column in the current row as a java.sql.Timestamp object.- Specified by:
getTimestampin 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:
ProSQLException
-
getClob
- Specified by:
getClobin interfaceResultSet- Throws:
ProSQLException
-
getBlob
- Specified by:
getBlobin interfaceResultSet- Throws:
ProSQLException
-
getGregorianCalendar
- Specified by:
getGregorianCalendarin interfaceProResultSet- Throws:
ProSQLException
-
close
- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceResultSet- Throws:
ProSQLException
-
getByte
- Specified by:
getBytein interfaceResultSet- Throws:
ProSQLException
-
getShort
Get the value of a column in the current row as a Java short.- Specified by:
getShortin 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:
ProSQLException
-
getFloat
Get the value of a column in the current row as a Java float.- Specified by:
getFloatin 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:
ProSQLException
-
getTime
Get the value of a column in the current row as a java.sql.Time object.- Specified by:
getTimein 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:
ProSQLException
-
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:
getAsciiStreamin 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:
ProSQLException
-
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:
getUnicodeStreamin 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:
ProSQLException
-
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:
getBinaryStreamin 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:
ProSQLException
-
getByte
Get the value of a column in the current row as a Java byte.- Specified by:
getBytein 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:
ProSQLException
-
getShort
Get the value of a column in the current row as a Java short.- Specified by:
getShortin 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:
ProSQLException
-
getFloat
Get the value of a column in the current row as a Java float.- Specified by:
getFloatin 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:
ProSQLException
-
getTime
Get the value of a column in the current row as a java.sql.Time object.- Specified by:
getTimein 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:
ProSQLException
-
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:
getAsciiStreamin 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:
ProSQLException
-
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:
getUnicodeStreamin 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:
ProSQLException
-
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:
getBinaryStreamin 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:
ProSQLException
-
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:
getWarningsin interfaceResultSet- Returns:
- the first java.sql.SQLWarning or null
- Throws:
ProSQLException
-
clearWarnings
After this call getWarnings returns null until a new warning is reported for this ResultSet.- Specified by:
clearWarningsin interfaceResultSet- Throws:
ProSQLException
-
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 ProSQLException is thrown
- Specified by:
getCursorNamein interfaceResultSet- Returns:
- the ResultSet's SQL cursor name
- Throws:
ProSQLException
-
getObject
Get the value of a column 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 4GL type.
- Specified by:
getObjectin interfaceResultSet- Parameters:
pos- the first column is 1, the second is 2, ...- Returns:
- A java.lang.Object holding the column value.
- Throws:
ProSQLException
-
findColumn
Map a Resultset column name to a ResultSet column index.- Specified by:
findColumnin interfaceResultSet- Parameters:
columnName- the name of the column- Returns:
- the column index
- Throws:
ProSQLException
-
getProSQLException
-
getBytes
Field based column access.- Specified by:
getBytesin interfaceProResultSet- Throws:
ProSQLException
-
getString
- Specified by:
getStringin interfaceProResultSet- Throws:
ProSQLException
-
getLong
- Specified by:
getLongin interfaceProResultSet- Throws:
ProSQLException
-
getInt
- Specified by:
getIntin interfaceProResultSet- Throws:
ProSQLException
-
getDouble
- Specified by:
getDoublein interfaceProResultSet- Throws:
ProSQLException
-
getBigDecimal
- Specified by:
getBigDecimalin interfaceProResultSet- Throws:
ProSQLException
-
getBoolean
- Specified by:
getBooleanin interfaceProResultSet- Throws:
ProSQLException
-
getDate
- Specified by:
getDatein interfaceProResultSet- Throws:
ProSQLException
-
getTimestamp
- Specified by:
getTimestampin interfaceProResultSet- Throws:
ProSQLException
-
getGregorianCalendar
- Specified by:
getGregorianCalendarin interfaceProResultSet- Throws:
ProSQLException
-
getBlob
- Specified by:
getBlobin interfaceProResultSet- Throws:
ProSQLException
-
getClob
- Specified by:
getClobin interfaceProResultSet- Throws:
ProSQLException
-
getObject
- Specified by:
getObjectin interfaceProResultSet- Throws:
ProSQLException
-
getBytes
Get column value by field name and index.- Specified by:
getBytesin interfaceProResultSet- Throws:
ProSQLException
-
getString
- Specified by:
getStringin interfaceProResultSet- Throws:
ProSQLException
-
getLong
- Specified by:
getLongin interfaceProResultSet- Throws:
ProSQLException
-
getInt
- Specified by:
getIntin interfaceProResultSet- Throws:
ProSQLException
-
getDouble
- Specified by:
getDoublein interfaceProResultSet- Throws:
ProSQLException
-
getBigDecimal
- Specified by:
getBigDecimalin interfaceProResultSet- Throws:
ProSQLException
-
getBoolean
- Specified by:
getBooleanin interfaceProResultSet- Throws:
ProSQLException
-
getDate
- Specified by:
getDatein interfaceProResultSet- Throws:
ProSQLException
-
getTimestamp
- Specified by:
getTimestampin interfaceProResultSet- Throws:
ProSQLException
-
getGregorianCalendar
- Specified by:
getGregorianCalendarin interfaceProResultSet- Throws:
ProSQLException
-
getObject
- Specified by:
getObjectin interfaceProResultSet- Throws:
ProSQLException
-
getBlob
- Specified by:
getBlobin interfaceProResultSet- Throws:
ProSQLException
-
getClob
- Specified by:
getClobin interfaceProResultSet- Throws:
ProSQLException
-
getBytes
- Specified by:
getBytesin interfaceResultSet- Throws:
ProSQLException
-
getString
- Specified by:
getStringin interfaceResultSet- Throws:
ProSQLException
-
getLong
- Specified by:
getLongin interfaceResultSet- Throws:
ProSQLException
-
getInt
- Specified by:
getIntin interfaceResultSet- Throws:
ProSQLException
-
getDouble
- Specified by:
getDoublein interfaceResultSet- Throws:
ProSQLException
-
getBigDecimal
Deprecated.- Specified by:
getBigDecimalin interfaceResultSet- Throws:
ProSQLException
-
getBoolean
- Specified by:
getBooleanin interfaceResultSet- Throws:
ProSQLException
-
getDate
- Specified by:
getDatein interfaceResultSet- Throws:
ProSQLException
-
getTimestamp
Get the value of a column in the current row as a java.sql.Timestamp object.- Specified by:
getTimestampin interfaceResultSet- Parameters:
field- is the SQL name of the column- Returns:
- the column value; if the value is SQL NULL the result is null
- Throws:
ProSQLException
-
getGregorianCalendar
- Specified by:
getGregorianCalendarin interfaceProResultSet- Throws:
ProSQLException
-
getObject
- Specified by:
getObjectin interfaceResultSet- Throws:
ProSQLException
-
getBlob
- Specified by:
getBlobin interfaceResultSet- Throws:
SQLException
-
getClob
- Specified by:
getClobin interfaceResultSet- Throws:
SQLException
-
getFetchDirection
- Specified by:
getFetchDirectionin interfaceResultSet- Throws:
SQLException
-
getType
- Specified by:
getTypein interfaceResultSet- Throws:
SQLException
-
getConcurrency
- Specified by:
getConcurrencyin interfaceResultSet- Throws:
SQLException
-
getRow
- Specified by:
getRowin interfaceResultSet- Throws:
SQLException
-
getBigDecimal
- Specified by:
getBigDecimalin interfaceResultSet- Throws:
ProSQLException
-
getCharacterStream
- Specified by:
getCharacterStreamin interfaceResultSet- Throws:
SQLException
-
getCharacterStream
- Specified by:
getCharacterStreamin interfaceResultSet- Throws:
SQLException
-
isBeforeFirst
- Specified by:
isBeforeFirstin interfaceResultSet- Throws:
SQLException
-
isAfterLast
- Specified by:
isAfterLastin interfaceResultSet- Throws:
SQLException
-
isFirst
- Specified by:
isFirstin interfaceResultSet- Throws:
SQLException
-
isLast
- Specified by:
isLastin interfaceResultSet- Throws:
SQLException
-
beforeFirst
- Specified by:
beforeFirstin interfaceResultSet- Throws:
SQLException
-
afterLast
- Specified by:
afterLastin interfaceResultSet- Throws:
SQLException
-
first
- Specified by:
firstin interfaceResultSet- Throws:
SQLException
-
last
- Specified by:
lastin interfaceResultSet- Throws:
SQLException
-
absolute
- Specified by:
absolutein interfaceResultSet- Throws:
SQLException
-
relative
- Specified by:
relativein interfaceResultSet- Throws:
SQLException
-
previous
- Specified by:
previousin interfaceResultSet- Throws:
SQLException
-
setFetchDirection
- Specified by:
setFetchDirectionin interfaceResultSet- Throws:
SQLException
-
setFetchSize
- Specified by:
setFetchSizein interfaceResultSet- Throws:
SQLException
-
getFetchSize
- Specified by:
getFetchSizein interfaceResultSet- Throws:
SQLException
-
rowUpdated
- Specified by:
rowUpdatedin interfaceResultSet- Throws:
SQLException
-
rowInserted
- Specified by:
rowInsertedin interfaceResultSet- Throws:
SQLException
-
rowDeleted
- Specified by:
rowDeletedin interfaceResultSet- Throws:
SQLException
-
updateNull
- Specified by:
updateNullin interfaceResultSet- Throws:
SQLException
-
updateBoolean
- Specified by:
updateBooleanin interfaceResultSet- Throws:
SQLException
-
updateByte
- Specified by:
updateBytein interfaceResultSet- Throws:
SQLException
-
updateShort
- Specified by:
updateShortin interfaceResultSet- Throws:
SQLException
-
updateInt
- Specified by:
updateIntin interfaceResultSet- Throws:
SQLException
-
updateLong
- Specified by:
updateLongin interfaceResultSet- Throws:
SQLException
-
updateFloat
- Specified by:
updateFloatin interfaceResultSet- Throws:
SQLException
-
updateDouble
- Specified by:
updateDoublein interfaceResultSet- Throws:
SQLException
-
updateBigDecimal
- Specified by:
updateBigDecimalin interfaceResultSet- Throws:
SQLException
-
updateString
- Specified by:
updateStringin interfaceResultSet- Throws:
SQLException
-
updateBytes
- Specified by:
updateBytesin interfaceResultSet- Throws:
SQLException
-
updateDate
- Specified by:
updateDatein interfaceResultSet- Throws:
SQLException
-
updateTime
- Specified by:
updateTimein interfaceResultSet- Throws:
SQLException
-
updateTimestamp
- Specified by:
updateTimestampin interfaceResultSet- Throws:
SQLException
-
updateAsciiStream
- Specified by:
updateAsciiStreamin interfaceResultSet- Throws:
SQLException
-
updateBinaryStream
- Specified by:
updateBinaryStreamin interfaceResultSet- Throws:
SQLException
-
updateCharacterStream
- Specified by:
updateCharacterStreamin interfaceResultSet- Throws:
SQLException
-
updateObject
- Specified by:
updateObjectin interfaceResultSet- Throws:
SQLException
-
updateObject
- Specified by:
updateObjectin interfaceResultSet- Throws:
SQLException
-
updateNull
- Specified by:
updateNullin interfaceResultSet- Throws:
SQLException
-
updateBoolean
- Specified by:
updateBooleanin interfaceResultSet- Throws:
SQLException
-
updateByte
- Specified by:
updateBytein interfaceResultSet- Throws:
SQLException
-
updateShort
- Specified by:
updateShortin interfaceResultSet- Throws:
SQLException
-
updateInt
- Specified by:
updateIntin interfaceResultSet- Throws:
SQLException
-
updateLong
- Specified by:
updateLongin interfaceResultSet- Throws:
SQLException
-
updateFloat
- Specified by:
updateFloatin interfaceResultSet- Throws:
SQLException
-
updateDouble
- Specified by:
updateDoublein interfaceResultSet- Throws:
SQLException
-
updateBigDecimal
- Specified by:
updateBigDecimalin interfaceResultSet- Throws:
SQLException
-
updateString
- Specified by:
updateStringin interfaceResultSet- Throws:
SQLException
-
updateBytes
- Specified by:
updateBytesin interfaceResultSet- Throws:
SQLException
-
updateDate
- Specified by:
updateDatein interfaceResultSet- Throws:
SQLException
-
updateTime
- Specified by:
updateTimein interfaceResultSet- Throws:
SQLException
-
updateTimestamp
- Specified by:
updateTimestampin interfaceResultSet- Throws:
SQLException
-
updateAsciiStream
- Specified by:
updateAsciiStreamin interfaceResultSet- Throws:
SQLException
-
updateBinaryStream
- Specified by:
updateBinaryStreamin interfaceResultSet- Throws:
SQLException
-
updateCharacterStream
- Specified by:
updateCharacterStreamin interfaceResultSet- Throws:
SQLException
-
updateObject
- Specified by:
updateObjectin interfaceResultSet- Throws:
SQLException
-
updateObject
- Specified by:
updateObjectin interfaceResultSet- Throws:
SQLException
-
insertRow
- Specified by:
insertRowin interfaceResultSet- Throws:
SQLException
-
updateRow
- Specified by:
updateRowin interfaceResultSet- Throws:
SQLException
-
deleteRow
- Specified by:
deleteRowin interfaceResultSet- Throws:
SQLException
-
refreshRow
- Specified by:
refreshRowin interfaceResultSet- Throws:
SQLException
-
cancelRowUpdates
- Specified by:
cancelRowUpdatesin interfaceResultSet- Throws:
SQLException
-
moveToInsertRow
- Specified by:
moveToInsertRowin interfaceResultSet- Throws:
SQLException
-
moveToCurrentRow
- Specified by:
moveToCurrentRowin interfaceResultSet- Throws:
SQLException
-
getStatement
- Specified by:
getStatementin interfaceResultSet- Throws:
SQLException
-
getObject
- Specified by:
getObjectin interfaceResultSet- Throws:
SQLException
-
getRef
- Specified by:
getRefin interfaceResultSet- Throws:
SQLException
-
getArray
- Specified by:
getArrayin interfaceResultSet- Throws:
SQLException
-
getObject
- Specified by:
getObjectin interfaceResultSet- Throws:
SQLException
-
getRef
- Specified by:
getRefin interfaceResultSet- Throws:
SQLException
-
getArray
- Specified by:
getArrayin interfaceResultSet- Throws:
SQLException
-
getDate
- Specified by:
getDatein interfaceResultSet- Throws:
SQLException
-
getDate
- Specified by:
getDatein interfaceResultSet- Throws:
SQLException
-
getTime
- Specified by:
getTimein interfaceResultSet- Throws:
SQLException
-
getTime
- Specified by:
getTimein interfaceResultSet- Throws:
SQLException
-
getTimestamp
- Specified by:
getTimestampin interfaceResultSet- Throws:
SQLException
-
getTimestamp
- Specified by:
getTimestampin interfaceResultSet- Throws:
SQLException
-
getURL
- Specified by:
getURLin interfaceResultSet- Throws:
SQLException
-
getURL
- Specified by:
getURLin interfaceResultSet- Throws:
SQLException
-
updateArray
- Specified by:
updateArrayin interfaceResultSet- Throws:
SQLException
-
updateArray
- Specified by:
updateArrayin interfaceResultSet- Throws:
SQLException
-
updateBlob
- Specified by:
updateBlobin interfaceResultSet- Throws:
SQLException
-
updateBlob
- Specified by:
updateBlobin interfaceResultSet- Throws:
SQLException
-
updateClob
- Specified by:
updateClobin interfaceResultSet- Throws:
SQLException
-
updateClob
- Specified by:
updateClobin interfaceResultSet- Throws:
SQLException
-
updateRef
- Specified by:
updateRefin interfaceResultSet- Throws:
SQLException
-
updateRef
- Specified by:
updateRefin interfaceResultSet- Throws:
SQLException
-
updateNClob
- Specified by:
updateNClobin interfaceResultSet- Throws:
SQLException
-
updateNClob
- Specified by:
updateNClobin interfaceResultSet- Throws:
SQLException
-
updateNClob
- Specified by:
updateNClobin interfaceResultSet- Throws:
SQLException
-
updateNClob
- Specified by:
updateNClobin interfaceResultSet- Throws:
SQLException
-
updateNClob
- Specified by:
updateNClobin interfaceResultSet- Throws:
SQLException
-
updateNClob
- Specified by:
updateNClobin interfaceResultSet- Throws:
SQLException
-
updateClob
- Specified by:
updateClobin interfaceResultSet- Throws:
SQLException
-
updateClob
- Specified by:
updateClobin interfaceResultSet- Throws:
SQLException
-
updateClob
- Specified by:
updateClobin interfaceResultSet- Throws:
SQLException
-
updateClob
- Specified by:
updateClobin interfaceResultSet- Throws:
SQLException
-
getNClob
- Specified by:
getNClobin interfaceResultSet- Throws:
SQLException
-
getNClob
- Specified by:
getNClobin interfaceResultSet- Throws:
SQLException
-
updateBlob
- Specified by:
updateBlobin interfaceResultSet- Throws:
SQLException
-
updateBlob
- Specified by:
updateBlobin interfaceResultSet- Throws:
SQLException
-
updateBlob
public void updateBlob(String columnLabel, InputStream inputStream, long length) throws SQLException - Specified by:
updateBlobin interfaceResultSet- Throws:
SQLException
-
updateBlob
- Specified by:
updateBlobin interfaceResultSet- Throws:
SQLException
-
updateCharacterStream
- Specified by:
updateCharacterStreamin interfaceResultSet- Throws:
SQLException
-
updateCharacterStream
- Specified by:
updateCharacterStreamin interfaceResultSet- Throws:
SQLException
-
updateCharacterStream
public void updateCharacterStream(String columnLabel, Reader reader, long length) throws SQLException - Specified by:
updateCharacterStreamin interfaceResultSet- Throws:
SQLException
-
updateCharacterStream
- Specified by:
updateCharacterStreamin interfaceResultSet- Throws:
SQLException
-
updateNCharacterStream
- Specified by:
updateNCharacterStreamin interfaceResultSet- Throws:
SQLException
-
updateNCharacterStream
- Specified by:
updateNCharacterStreamin interfaceResultSet- Throws:
SQLException
-
updateNCharacterStream
public void updateNCharacterStream(String columnLabel, Reader reader, long length) throws SQLException - Specified by:
updateNCharacterStreamin interfaceResultSet- Throws:
SQLException
-
updateNCharacterStream
- Specified by:
updateNCharacterStreamin interfaceResultSet- Throws:
SQLException
-
updateBinaryStream
- Specified by:
updateBinaryStreamin interfaceResultSet- Throws:
SQLException
-
updateBinaryStream
- Specified by:
updateBinaryStreamin interfaceResultSet- Throws:
SQLException
-
updateBinaryStream
public void updateBinaryStream(String columnLabel, InputStream inputStream, long length) throws SQLException - Specified by:
updateBinaryStreamin interfaceResultSet- Throws:
SQLException
-
updateBinaryStream
public void updateBinaryStream(int columnIndex, InputStream inputStream, long length) throws SQLException - Specified by:
updateBinaryStreamin interfaceResultSet- Throws:
SQLException
-
updateAsciiStream
- Specified by:
updateAsciiStreamin interfaceResultSet- Throws:
SQLException
-
updateAsciiStream
- Specified by:
updateAsciiStreamin interfaceResultSet- Throws:
SQLException
-
updateAsciiStream
public void updateAsciiStream(String columnLabel, InputStream inputStream, long length) throws SQLException - Specified by:
updateAsciiStreamin interfaceResultSet- Throws:
SQLException
-
updateAsciiStream
public void updateAsciiStream(int columnIndex, InputStream inputStream, long length) throws SQLException - Specified by:
updateAsciiStreamin interfaceResultSet- Throws:
SQLException
-
updateNString
- Specified by:
updateNStringin interfaceResultSet- Throws:
SQLException
-
updateNString
- Specified by:
updateNStringin interfaceResultSet- Throws:
SQLException
-
getNString
- Specified by:
getNStringin interfaceResultSet- Throws:
SQLException
-
getNString
- Specified by:
getNStringin interfaceResultSet- Throws:
SQLException
-
getNCharacterStream
- Specified by:
getNCharacterStreamin interfaceResultSet- Throws:
SQLException
-
getNCharacterStream
- Specified by:
getNCharacterStreamin interfaceResultSet- Throws:
SQLException
-
updateSQLXML
- Specified by:
updateSQLXMLin interfaceResultSet- Throws:
SQLException
-
updateSQLXML
- Specified by:
updateSQLXMLin interfaceResultSet- Throws:
SQLException
-
getSQLXML
- Specified by:
getSQLXMLin interfaceResultSet- Throws:
SQLException
-
getSQLXML
- Specified by:
getSQLXMLin interfaceResultSet- Throws:
SQLException
-
updateRowId
- Specified by:
updateRowIdin interfaceResultSet- Throws:
SQLException
-
updateRowId
- Specified by:
updateRowIdin interfaceResultSet- Throws:
SQLException
-
getRowId
- Specified by:
getRowIdin interfaceResultSet- Throws:
SQLException
-
getRowId
- Specified by:
getRowIdin interfaceResultSet- Throws:
SQLException
-
getHoldability
- Specified by:
getHoldabilityin interfaceResultSet- Throws:
SQLException
-
isWrapperFor
- Specified by:
isWrapperForin interfaceWrapper- Throws:
SQLException
-
unwrap
- Specified by:
unwrapin interfaceWrapper- Throws:
SQLException
-
getObject
- Specified by:
getObjectin interfaceResultSet- Throws:
SQLException
-
getObject
- Specified by:
getObjectin interfaceResultSet- Throws:
SQLException
-