#include <LiteResultSet.h>
Inheritance diagram for acdk::sql::sqlite::LiteResultSet:
Modifications of a ResultSet (all update methods) are not supported
Public Member Functions | |
LiteResultSet (IN(RLiteConnection) con, IN(RLiteStatement) stm, IN(RLiteTable) table) | |
virtual bool | absolute (int row) |
API: JDK JDKDOC: JDBC 2.0 Moves the cursor to the given row number in the result set. | |
virtual void | afterLast () |
API: JDK JDKDOC: JDBC 2.0 Moves the cursor to the end of the result set, just after the last row. | |
virtual void | beforeFirst () |
API: JDK JDKDOC: JDBC 2.0 Moves the cursor to the front of the result set, just before the first row. | |
virtual void | cancelRowUpdates () |
API: JDK JDKDOC: JDBC 2.0 Cancels the updates made to a row. | |
virtual void | clearWarnings () |
API: JDK JDKDOC: After this call getWarnings returns null until a new warning is reported for this ResultSet. | |
virtual void | close () |
API: JDK JDKDOC: Releases this ResultSet object's database and JDBC resources immediately instead of waiting for this to happen when it is automatically closed. | |
virtual void | deleteRow () |
API: JDK JDKDOC: JDBC 2.0 Deletes the current row from the result set and the underlying database. | |
virtual int | findColumn (INP(RString) columnName) |
return index starting with 1 | |
virtual bool | first () |
API: JDK JDKDOC: JDBC 2.0 Moves the cursor to the first row in the result set. | |
virtual RArray | getArray (int i) |
currently not supported | |
virtual RArray | getArray (INP(RString) colName) |
currently not supported | |
virtual RBlob | getBlob (int i) |
API: JDK JDKDOC: JDBC 2.0 Gets a BLOB value in the current row of this ResultSet object. | |
virtual RBlob | getBlob (IN(RString) colName) |
API: JDK JDKDOC: JDBC 2.0 Gets a BLOB value in the current row of this ResultSet object. | |
virtual acdk::io::RReader | getAsciiStream (int columnIndex) |
currently not supported | |
virtual acdk::io::RReader | getAsciiStream (INP(RString) columnName) |
currently not supported | |
virtual acdk::io::RReader | getBinaryStream (int columnIndex) |
currently not supported | |
virtual acdk::io::RReader | getBinaryStream (INP(RString) columnName) |
currently not supported | |
virtual bool | getBoolean (int columnIndex) |
API: JDK JDKDOC: Gets the value of a column in the current row as a Java boolean. | |
virtual bool | getBoolean (INP(RString) columnName) |
API: JDK JDKDOC: Gets the value of a column in the current row as a Java boolean. | |
virtual byte | getByte (int columnIndex) |
API: JDK JDKDOC: Gets the value of a column in the current row as a Java byte. | |
virtual byte | getByte (INP(RString) columnName) |
API: JDK JDKDOC: Gets the value of a column in the current row as a Java byte. | |
virtual RbyteArray | getBytes (int columnIndex) |
currently not supported | |
virtual RbyteArray | getBytes (INP(RString) columnName) |
currently not supported | |
virtual acdk::io::RReader | getCharacterStream (int columnIndex) |
currently not supported | |
virtual acdk::io::RReader | getCharacterStream (INP(RString) columnName) |
currently not supported | |
virtual int | getConcurrency () |
API: JDK JDKDOC: JDBC 2.0 Returns the concurrency mode of this result set. | |
virtual RString | getCursorName () |
currently not supported, return Nil | |
virtual acdk::util::RDate | getDate (int columnIndex) |
currently not supported | |
virtual acdk::util::RDate | getDate (INP(RString) columnName) |
currently not supported | |
virtual double | getDouble (int columnIndex) |
API: JDK JDKDOC: Gets the value of a column in the current row as a Java double. | |
virtual double | getDouble (INP(RString) columnName) |
API: JDK JDKDOC: Gets the value of a column in the current row as a Java double. | |
virtual int | getFetchDirection () |
API: JDK JDKDOC: JDBC 2.0 Returns the fetch direction for this result set. | |
virtual int | getFetchSize () |
API: JDK JDKDOC: JDBC 2.0 Returns the fetch size for this result set. | |
virtual float | getFloat (int columnIndex) |
API: JDK JDKDOC: Gets the value of a column in the current row as a Java float. | |
virtual float | getFloat (INP(RString) columnName) |
API: JDK JDKDOC: Gets the value of a column in the current row as a Java float. | |
virtual int | getInt (int columnIndex) |
API: JDK JDKDOC: Gets the value of a column in the current row as a Java int. | |
virtual int | getInt (INP(RString) columnName) |
API: JDK JDKDOC: Gets the value of a column in the current row as a Java int. | |
virtual jlong | getLong (int columnIndex) |
API: JDK JDKDOC: Gets the value of a column in the current row as a Java jlong. | |
virtual jlong | getLong (INP(RString) columnName) |
API: JDK JDKDOC: Gets the value of a column in the current row as a Java jlong. | |
virtual RResultSetMetaData | getMetaData () |
API: JDK JDKDOC: Retrieves the number, types and properties of a ResultSet's columns. | |
virtual acdk::lang::Object | getObject (int columnIndex) |
currently not supported | |
virtual acdk::lang::Object | getObject (int i, INP(acdk::util::RMap) map) |
currently not supported | |
virtual acdk::lang::Object | getObject (INP(RString) columnName) |
currently not supported | |
virtual acdk::lang::Object | getObject (INP(RString) colName, INP(acdk::util::RMap) map) |
currently not supported | |
virtual int | getRow () |
return the internal row index | |
virtual short | getShort (int columnIndex) |
API: JDK JDKDOC: Gets the value of a column in the current row as a Java short. | |
virtual short | getShort (INP(RString) columnName) |
API: JDK JDKDOC: Gets the value of a column in the current row as a Java short. | |
virtual RStatement | getStatement () |
API: JDK JDKDOC: JDBC 2.0 Returns the Statement that produced this ResultSet object. | |
virtual RString | getString (int columnIndex) |
API: JDK JDKDOC: Gets the value of a column in the current row as a Java RString. | |
virtual RString | getString (INP(RString) columnName) |
API: JDK JDKDOC: Gets the value of a column in the current row as a Java RString. | |
virtual RTime | getTime (int columnIndex) |
currently not supported | |
virtual RTime | getTime (INP(RString) columnName) |
currently not supported | |
virtual RTimestamp | getTimestamp (int columnIndex) |
currently not supported | |
virtual RTimestamp | getTimestamp (INP(RString) columnName) |
currently not supported | |
virtual int | getType () |
API: JDK JDKDOC: JDBC 2.0 Returns the type of this result set. | |
virtual RSQLWarning | getWarnings () |
currently not supported | |
virtual void | insertRow () |
currently not supported | |
virtual bool | isAfterLast () |
currently not supported | |
virtual bool | isBeforeFirst () |
API: JDK JDKDOC: JDBC 2.0 Indicates whether the cursor is before the first row in the result set. | |
virtual bool | isFirst () |
API: JDK JDKDOC: JDBC 2.0 Indicates whether the cursor is on the first row of the result set. | |
virtual bool | isLast () |
currently not supported | |
virtual bool | last () |
API: JDK JDKDOC: JDBC 2.0 Moves the cursor to the last row in the result set. | |
virtual void | moveToCurrentRow () |
does nothing | |
virtual void | moveToInsertRow () |
currently not supported | |
virtual bool | next () |
API: JDK JDKDOC: Moves the cursor down one row from its current position. | |
virtual bool | previous () |
API: JDK JDKDOC: JDBC 2.0 Moves the cursor to the previous row in the result set. | |
virtual void | refreshRow () |
does nothing | |
virtual bool | relative (int rows) |
API: JDK JDKDOC: JDBC 2.0 Moves the cursor a relative number of rows, either positive or negative. | |
virtual bool | rowDeleted () |
currently not supported | |
virtual bool | rowInserted () |
currently not supported | |
virtual bool | rowUpdated () |
currently not supported | |
virtual void | setFetchDirection (int direction) |
currently not supported | |
virtual void | setFetchSize (int rows) |
call will be ignored | |
virtual void | updateAsciiStream (int columnIndex, INP(acdk::io::RReader) x, int length) |
currently not supported | |
virtual void | updateAsciiStream (INP(RString) columnName, INP(acdk::io::RReader) x, int length) |
not supported | |
virtual void | updateBinaryStream (int columnIndex, INP(acdk::io::RReader) x, int length) |
not supported | |
virtual void | updateBinaryStream (INP(RString) columnName, INP(acdk::io::RReader) x, int length) |
not supported | |
virtual void | updateBoolean (int columnIndex, bool x) |
not supported | |
virtual void | updateBoolean (INP(RString) columnName, bool x) |
not supported | |
virtual void | updateByte (int columnIndex, byte x) |
not supported | |
virtual void | updateByte (INP(RString) columnName, byte x) |
not supported | |
virtual void | updateBytes (int columnIndex, INP(RbyteArray) x) |
not supported | |
virtual void | updateBytes (INP(RString) columnName, INP(RbyteArray) x) |
not supported | |
virtual void | updateCharacterStream (int columnIndex, INP(acdk::io::RReader) x, int length) |
not supported | |
virtual void | updateCharacterStream (INP(RString) columnName, INP(acdk::io::RReader) reader, int length) |
not supported | |
virtual void | updateDate (int columnIndex, INP(acdk::util::RDate) x) |
not supported | |
virtual void | updateDate (INP(RString) columnName, INP(acdk::util::RDate) x) |
not supported | |
virtual void | updateDouble (int columnIndex, double x) |
not supported | |
virtual void | updateDouble (INP(RString) columnName, double x) |
not supported | |
virtual void | updateFloat (int columnIndex, float x) |
not supported | |
virtual void | updateFloat (INP(RString) columnName, float x) |
not supported | |
virtual void | updateInt (int columnIndex, int x) |
not supported | |
virtual void | updateInt (INP(RString) columnName, int x) |
not supported | |
virtual void | updateLong (int columnIndex, jlong x) |
not supported | |
virtual void | updateLong (INP(RString) columnName, jlong x) |
not supported | |
virtual void | updateNull (int columnIndex) |
not supported | |
virtual void | updateNull (INP(RString) columnName) |
not supported | |
virtual void | updateObject (int columnIndex, INP(acdk::lang::Object) x) |
not supported | |
virtual void | updateObject (int columnIndex, INP(acdk::lang::Object) x, int scale) |
not supported | |
virtual void | updateObject (INP(RString) columnName, INP(acdk::lang::Object) x) |
not supported | |
virtual void | updateObject (INP(RString) columnName, INP(acdk::lang::Object) x, int scale) |
not supported | |
virtual void | updateRow () |
not supported | |
virtual void | updateShort (int columnIndex, short x) |
not supported | |
virtual void | updateShort (INP(RString) columnName, short x) |
not supported | |
virtual void | updateString (int columnIndex, INP(RString) x) |
not supported | |
virtual void | updateString (INP(RString) columnName, INP(RString) x) |
not supported | |
virtual void | updateTime (int columnIndex, INP(RTime) x) |
not supported | |
virtual void | updateTime (INP(RString) columnName, INP(RTime) x) |
not supported | |
virtual void | updateTimestamp (int columnIndex, INP(RTimestamp) x) |
not supported | |
virtual void | updateTimestamp (INP(RString) columnName, INP(RTimestamp) x) |
not supported | |
virtual bool | wasNull () |
API: JDK JDKDOC:. | |
Protected Attributes | |
RLiteConnection | _con |
RLiteStatement | _stm |
RLiteTable | _table |
int | _updateCount |
|
|
|
API: JDK JDKDOC: JDBC 2.0 Moves the cursor to the given row number in the result set.
Implements acdk::sql::ResultSet. |
|
API: JDK JDKDOC: JDBC 2.0 Moves the cursor to the end of the result set, just after the last row.
Implements acdk::sql::ResultSet. |
|
API: JDK JDKDOC: JDBC 2.0 Moves the cursor to the front of the result set, just before the first row.
Implements acdk::sql::ResultSet. |
|
API: JDK JDKDOC: JDBC 2.0 Cancels the updates made to a row.
Implements acdk::sql::ResultSet. |
|
API: JDK JDKDOC: After this call getWarnings returns null until a new warning is reported for this ResultSet.
Implements acdk::sql::ResultSet. |
|
API: JDK JDKDOC: Releases this ResultSet object's database and JDBC resources immediately instead of waiting for this to happen when it is automatically closed.
Implements acdk::sql::ResultSet. |
|
API: JDK JDKDOC: JDBC 2.0 Deletes the current row from the result set and the underlying database.
Implements acdk::sql::ResultSet. |
|
return index starting with 1
Implements acdk::sql::ResultSet. |
|
API: JDK JDKDOC: JDBC 2.0 Moves the cursor to the first row in the result set.
Implements acdk::sql::ResultSet. |
|
currently not supported
Implements acdk::sql::ResultSet. |
|
currently not supported
Implements acdk::sql::ResultSet. |
|
currently not supported
Implements acdk::sql::ResultSet. |
|
currently not supported
Implements acdk::sql::ResultSet. |
|
currently not supported
Implements acdk::sql::ResultSet. |
|
currently not supported
Implements acdk::sql::ResultSet. |
|
API: JDK JDKDOC: JDBC 2.0 Gets a BLOB value in the current row of this ResultSet object.
Implements acdk::sql::ResultSet. |
|
API: JDK JDKDOC: JDBC 2.0 Gets a BLOB value in the current row of this ResultSet object.
Implements acdk::sql::ResultSet. |
|
API: JDK JDKDOC: Gets the value of a column in the current row as a Java boolean.
Implements acdk::sql::ResultSet. |
|
API: JDK JDKDOC: Gets the value of a column in the current row as a Java boolean.
Implements acdk::sql::ResultSet. |
|
API: JDK JDKDOC: Gets the value of a column in the current row as a Java byte.
Implements acdk::sql::ResultSet. |
|
API: JDK JDKDOC: Gets the value of a column in the current row as a Java byte.
Implements acdk::sql::ResultSet. |
|
currently not supported
Implements acdk::sql::ResultSet. |
|
currently not supported
Implements acdk::sql::ResultSet. |
|
currently not supported
Implements acdk::sql::ResultSet. |
|
currently not supported
Implements acdk::sql::ResultSet. |
|
API: JDK JDKDOC: JDBC 2.0 Returns the concurrency mode of this result set.
Implements acdk::sql::ResultSet. |
|
currently not supported, return Nil
Implements acdk::sql::ResultSet. |
|
currently not supported
Implements acdk::sql::ResultSet. |
|
currently not supported
Implements acdk::sql::ResultSet. |
|
API: JDK JDKDOC: Gets the value of a column in the current row as a Java double.
Implements acdk::sql::ResultSet. |
|
API: JDK JDKDOC: Gets the value of a column in the current row as a Java double.
Implements acdk::sql::ResultSet. |
|
API: JDK JDKDOC: JDBC 2.0 Returns the fetch direction for this result set.
Implements acdk::sql::ResultSet. |
|
API: JDK JDKDOC: JDBC 2.0 Returns the fetch size for this result set.
Implements acdk::sql::ResultSet. |
|
API: JDK JDKDOC: Gets the value of a column in the current row as a Java float.
Implements acdk::sql::ResultSet. |
|
API: JDK JDKDOC: Gets the value of a column in the current row as a Java float.
Implements acdk::sql::ResultSet. |
|
API: JDK JDKDOC: Gets the value of a column in the current row as a Java int.
Implements acdk::sql::ResultSet. |
|
API: JDK JDKDOC: Gets the value of a column in the current row as a Java int.
Implements acdk::sql::ResultSet. |
|
API: JDK JDKDOC: Gets the value of a column in the current row as a Java jlong.
Implements acdk::sql::ResultSet. |
|
API: JDK JDKDOC: Gets the value of a column in the current row as a Java jlong.
Implements acdk::sql::ResultSet. |
|
API: JDK JDKDOC: Retrieves the number, types and properties of a ResultSet's columns.
Implements acdk::sql::ResultSet. |
|
currently not supported
Implements acdk::sql::ResultSet. |
|
currently not supported
Implements acdk::sql::ResultSet. |
|
currently not supported
Implements acdk::sql::ResultSet. |
|
currently not supported
Implements acdk::sql::ResultSet. |
|
return the internal row index
Implements acdk::sql::ResultSet. |
|
API: JDK JDKDOC: Gets the value of a column in the current row as a Java short.
Implements acdk::sql::ResultSet. |
|
API: JDK JDKDOC: Gets the value of a column in the current row as a Java short.
Implements acdk::sql::ResultSet. |
|
API: JDK JDKDOC: JDBC 2.0 Returns the Statement that produced this ResultSet object.
Implements acdk::sql::ResultSet. |
|
API: JDK JDKDOC: Gets the value of a column in the current row as a Java RString.
Implements acdk::sql::ResultSet. |
|
API: JDK JDKDOC: Gets the value of a column in the current row as a Java RString.
Implements acdk::sql::ResultSet. |
|
currently not supported
Implements acdk::sql::ResultSet. |
|
currently not supported
Implements acdk::sql::ResultSet. |
|
currently not supported
Implements acdk::sql::ResultSet. |
|
currently not supported
Implements acdk::sql::ResultSet. |
|
API: JDK JDKDOC: JDBC 2.0 Returns the type of this result set.
Implements acdk::sql::ResultSet. |
|
currently not supported
Implements acdk::sql::ResultSet. |
|
currently not supported
Implements acdk::sql::ResultSet. |
|
currently not supported
Implements acdk::sql::ResultSet. |
|
API: JDK JDKDOC: JDBC 2.0 Indicates whether the cursor is before the first row in the result set.
Implements acdk::sql::ResultSet. |
|
API: JDK JDKDOC: JDBC 2.0 Indicates whether the cursor is on the first row of the result set.
Implements acdk::sql::ResultSet. |
|
currently not supported
Implements acdk::sql::ResultSet. |
|
API: JDK JDKDOC: JDBC 2.0 Moves the cursor to the last row in the result set.
Implements acdk::sql::ResultSet. |
|
does nothing
Implements acdk::sql::ResultSet. |
|
currently not supported
Implements acdk::sql::ResultSet. |
|
API: JDK JDKDOC: Moves the cursor down one row from its current position.
Implements acdk::sql::ResultSet. |
|
API: JDK JDKDOC: JDBC 2.0 Moves the cursor to the previous row in the result set.
Implements acdk::sql::ResultSet. |
|
does nothing
Implements acdk::sql::ResultSet. |
|
API: JDK JDKDOC: JDBC 2.0 Moves the cursor a relative number of rows, either positive or negative.
Implements acdk::sql::ResultSet. |
|
currently not supported
Implements acdk::sql::ResultSet. |
|
currently not supported
Implements acdk::sql::ResultSet. |
|
currently not supported
Implements acdk::sql::ResultSet. |
|
currently not supported
Implements acdk::sql::ResultSet. |
|
call will be ignored
Implements acdk::sql::ResultSet. |
|
not supported
Implements acdk::sql::ResultSet. |
|
currently not supported
Implements acdk::sql::ResultSet. |
|
not supported
Implements acdk::sql::ResultSet. |
|
not supported
Implements acdk::sql::ResultSet. |
|
not supported
Implements acdk::sql::ResultSet. |
|
not supported
Implements acdk::sql::ResultSet. |
|
not supported
Implements acdk::sql::ResultSet. |
|
not supported
Implements acdk::sql::ResultSet. |
|
not supported
Implements acdk::sql::ResultSet. |
|
not supported
Implements acdk::sql::ResultSet. |
|
not supported
Implements acdk::sql::ResultSet. |
|
not supported
Implements acdk::sql::ResultSet. |
|
not supported
Implements acdk::sql::ResultSet. |
|
not supported
Implements acdk::sql::ResultSet. |
|
not supported
Implements acdk::sql::ResultSet. |
|
not supported
Implements acdk::sql::ResultSet. |
|
not supported
Implements acdk::sql::ResultSet. |
|
not supported
Implements acdk::sql::ResultSet. |
|
not supported
Implements acdk::sql::ResultSet. |
|
not supported
Implements acdk::sql::ResultSet. |
|
not supported
Implements acdk::sql::ResultSet. |
|
not supported
Implements acdk::sql::ResultSet. |
|
not supported
Implements acdk::sql::ResultSet. |
|
not supported
Implements acdk::sql::ResultSet. |
|
not supported
Implements acdk::sql::ResultSet. |
|
not supported
Implements acdk::sql::ResultSet. |
|
not supported
Implements acdk::sql::ResultSet. |
|
not supported
Implements acdk::sql::ResultSet. |
|
not supported
Implements acdk::sql::ResultSet. |
|
not supported
Implements acdk::sql::ResultSet. |
|
not supported
Implements acdk::sql::ResultSet. |
|
not supported
Implements acdk::sql::ResultSet. |
|
not supported
Implements acdk::sql::ResultSet. |
|
not supported
Implements acdk::sql::ResultSet. |
|
not supported
Implements acdk::sql::ResultSet. |
|
not supported
Implements acdk::sql::ResultSet. |
|
not supported
Implements acdk::sql::ResultSet. |
|
API: JDK JDKDOC:.
Implements acdk::sql::ResultSet. |
|
|
|
|
|
|
|
|