artefaktur
software engineer &        architecture

 
 
 
 

class LiteResultSet

Modules   Namespace List   Class Hierarchy   Alphabetical List   Compound List   Namespace Members   Compound Members   Related Pages  

acdk::sql::sqlite::LiteResultSet Class Reference

#include <LiteResultSet.h>

Inheritance diagram for acdk::sql::sqlite::LiteResultSet:

acdk::lang::Object acdk::sql::ResultSet acdk::lang::ObjectBase acdk::lang::dmi::StdDispatch List of all members.

Detailed Description

A result set from a query to SQLite database.

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

Constructor & Destructor Documentation

acdk::sql::sqlite::LiteResultSet::LiteResultSet IN(RLiteConnection con,
IN(RLiteStatement stm,
IN(RLiteTable table
[inline]
 


Member Function Documentation

virtual bool acdk::sql::sqlite::LiteResultSet::absolute int  row  )  [inline, virtual]
 

API: JDK JDKDOC: JDBC 2.0 Moves the cursor to the given row number in the result set.

Implements acdk::sql::ResultSet.

virtual void acdk::sql::sqlite::LiteResultSet::afterLast  )  [inline, virtual]
 

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.

virtual void acdk::sql::sqlite::LiteResultSet::beforeFirst  )  [inline, virtual]
 

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.

virtual void acdk::sql::sqlite::LiteResultSet::cancelRowUpdates  )  [inline, virtual]
 

API: JDK JDKDOC: JDBC 2.0 Cancels the updates made to a row.

Implements acdk::sql::ResultSet.

virtual void acdk::sql::sqlite::LiteResultSet::clearWarnings  )  [inline, virtual]
 

API: JDK JDKDOC: After this call getWarnings returns null until a new warning is reported for this ResultSet.

Implements acdk::sql::ResultSet.

virtual void acdk::sql::sqlite::LiteResultSet::close  )  [inline, virtual]
 

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.

virtual void acdk::sql::sqlite::LiteResultSet::deleteRow  )  [inline, virtual]
 

API: JDK JDKDOC: JDBC 2.0 Deletes the current row from the result set and the underlying database.

Implements acdk::sql::ResultSet.

virtual int acdk::sql::sqlite::LiteResultSet::findColumn INP(RString columnName  )  [inline, virtual]
 

return index starting with 1

Implements acdk::sql::ResultSet.

virtual bool acdk::sql::sqlite::LiteResultSet::first  )  [inline, virtual]
 

API: JDK JDKDOC: JDBC 2.0 Moves the cursor to the first row in the result set.

Implements acdk::sql::ResultSet.

virtual RArray acdk::sql::sqlite::LiteResultSet::getArray INP(RString colName  )  [inline, virtual]
 

currently not supported

Implements acdk::sql::ResultSet.

virtual RArray acdk::sql::sqlite::LiteResultSet::getArray int  i  )  [inline, virtual]
 

currently not supported

Implements acdk::sql::ResultSet.

virtual acdk::io::RReader acdk::sql::sqlite::LiteResultSet::getAsciiStream INP(RString columnName  )  [inline, virtual]
 

currently not supported

Implements acdk::sql::ResultSet.

virtual acdk::io::RReader acdk::sql::sqlite::LiteResultSet::getAsciiStream int  columnIndex  )  [inline, virtual]
 

currently not supported

Implements acdk::sql::ResultSet.

virtual acdk::io::RReader acdk::sql::sqlite::LiteResultSet::getBinaryStream INP(RString columnName  )  [inline, virtual]
 

currently not supported

Implements acdk::sql::ResultSet.

virtual acdk::io::RReader acdk::sql::sqlite::LiteResultSet::getBinaryStream int  columnIndex  )  [inline, virtual]
 

currently not supported

Implements acdk::sql::ResultSet.

virtual RBlob acdk::sql::sqlite::LiteResultSet::getBlob IN(RString colName  )  [inline, virtual]
 

API: JDK JDKDOC: JDBC 2.0 Gets a BLOB value in the current row of this ResultSet object.

Implements acdk::sql::ResultSet.

virtual RBlob acdk::sql::sqlite::LiteResultSet::getBlob int  i  )  [inline, virtual]
 

API: JDK JDKDOC: JDBC 2.0 Gets a BLOB value in the current row of this ResultSet object.

Implements acdk::sql::ResultSet.

virtual bool acdk::sql::sqlite::LiteResultSet::getBoolean INP(RString columnName  )  [inline, virtual]
 

API: JDK JDKDOC: Gets the value of a column in the current row as a Java boolean.

Implements acdk::sql::ResultSet.

virtual bool acdk::sql::sqlite::LiteResultSet::getBoolean int  columnIndex  )  [inline, virtual]
 

API: JDK JDKDOC: Gets the value of a column in the current row as a Java boolean.

Implements acdk::sql::ResultSet.

virtual byte acdk::sql::sqlite::LiteResultSet::getByte INP(RString columnName  )  [inline, virtual]
 

API: JDK JDKDOC: Gets the value of a column in the current row as a Java byte.

Implements acdk::sql::ResultSet.

virtual byte acdk::sql::sqlite::LiteResultSet::getByte int  columnIndex  )  [inline, virtual]
 

API: JDK JDKDOC: Gets the value of a column in the current row as a Java byte.

Implements acdk::sql::ResultSet.

virtual RbyteArray acdk::sql::sqlite::LiteResultSet::getBytes INP(RString columnName  )  [inline, virtual]
 

currently not supported

Implements acdk::sql::ResultSet.

virtual RbyteArray acdk::sql::sqlite::LiteResultSet::getBytes int  columnIndex  )  [inline, virtual]
 

currently not supported

Implements acdk::sql::ResultSet.

virtual acdk::io::RReader acdk::sql::sqlite::LiteResultSet::getCharacterStream INP(RString columnName  )  [inline, virtual]
 

currently not supported

Implements acdk::sql::ResultSet.

virtual acdk::io::RReader acdk::sql::sqlite::LiteResultSet::getCharacterStream int  columnIndex  )  [inline, virtual]
 

currently not supported

Implements acdk::sql::ResultSet.

virtual int acdk::sql::sqlite::LiteResultSet::getConcurrency  )  [inline, virtual]
 

API: JDK JDKDOC: JDBC 2.0 Returns the concurrency mode of this result set.

Implements acdk::sql::ResultSet.

virtual RString acdk::sql::sqlite::LiteResultSet::getCursorName  )  [inline, virtual]
 

currently not supported, return Nil

Implements acdk::sql::ResultSet.

virtual acdk::util::RDate acdk::sql::sqlite::LiteResultSet::getDate INP(RString columnName  )  [inline, virtual]
 

currently not supported

Implements acdk::sql::ResultSet.

virtual acdk::util::RDate acdk::sql::sqlite::LiteResultSet::getDate int  columnIndex  )  [inline, virtual]
 

currently not supported

Implements acdk::sql::ResultSet.

virtual double acdk::sql::sqlite::LiteResultSet::getDouble INP(RString columnName  )  [inline, virtual]
 

API: JDK JDKDOC: Gets the value of a column in the current row as a Java double.

Implements acdk::sql::ResultSet.

virtual double acdk::sql::sqlite::LiteResultSet::getDouble int  columnIndex  )  [inline, virtual]
 

API: JDK JDKDOC: Gets the value of a column in the current row as a Java double.

Implements acdk::sql::ResultSet.

virtual int acdk::sql::sqlite::LiteResultSet::getFetchDirection  )  [inline, virtual]
 

API: JDK JDKDOC: JDBC 2.0 Returns the fetch direction for this result set.

Implements acdk::sql::ResultSet.

virtual int acdk::sql::sqlite::LiteResultSet::getFetchSize  )  [inline, virtual]
 

API: JDK JDKDOC: JDBC 2.0 Returns the fetch size for this result set.

Implements acdk::sql::ResultSet.

virtual float acdk::sql::sqlite::LiteResultSet::getFloat INP(RString columnName  )  [inline, virtual]
 

API: JDK JDKDOC: Gets the value of a column in the current row as a Java float.

Implements acdk::sql::ResultSet.

virtual float acdk::sql::sqlite::LiteResultSet::getFloat int  columnIndex  )  [inline, virtual]
 

API: JDK JDKDOC: Gets the value of a column in the current row as a Java float.

Implements acdk::sql::ResultSet.

virtual int acdk::sql::sqlite::LiteResultSet::getInt INP(RString columnName  )  [inline, virtual]
 

API: JDK JDKDOC: Gets the value of a column in the current row as a Java int.

Implements acdk::sql::ResultSet.

virtual int acdk::sql::sqlite::LiteResultSet::getInt int  columnIndex  )  [inline, virtual]
 

API: JDK JDKDOC: Gets the value of a column in the current row as a Java int.

Implements acdk::sql::ResultSet.

virtual jlong acdk::sql::sqlite::LiteResultSet::getLong INP(RString columnName  )  [inline, virtual]
 

API: JDK JDKDOC: Gets the value of a column in the current row as a Java jlong.

Implements acdk::sql::ResultSet.

virtual jlong acdk::sql::sqlite::LiteResultSet::getLong int  columnIndex  )  [inline, virtual]
 

API: JDK JDKDOC: Gets the value of a column in the current row as a Java jlong.

Implements acdk::sql::ResultSet.

virtual RResultSetMetaData acdk::sql::sqlite::LiteResultSet::getMetaData  )  [inline, virtual]
 

API: JDK JDKDOC: Retrieves the number, types and properties of a ResultSet's columns.

Implements acdk::sql::ResultSet.

virtual acdk::lang::Object acdk::sql::sqlite::LiteResultSet::getObject INP(RString colName,
INP(acdk::util::RMap map
[inline, virtual]
 

currently not supported

Implements acdk::sql::ResultSet.

virtual acdk::lang::Object acdk::sql::sqlite::LiteResultSet::getObject INP(RString columnName  )  [inline, virtual]
 

currently not supported

Implements acdk::sql::ResultSet.

virtual acdk::lang::Object acdk::sql::sqlite::LiteResultSet::getObject int  i,
INP(acdk::util::RMap map
[virtual]
 

currently not supported

Implements acdk::sql::ResultSet.

virtual acdk::lang::Object acdk::sql::sqlite::LiteResultSet::getObject int  columnIndex  )  [virtual]
 

currently not supported

Implements acdk::sql::ResultSet.

virtual int acdk::sql::sqlite::LiteResultSet::getRow  )  [inline, virtual]
 

return the internal row index

Implements acdk::sql::ResultSet.

virtual short acdk::sql::sqlite::LiteResultSet::getShort INP(RString columnName  )  [inline, virtual]
 

API: JDK JDKDOC: Gets the value of a column in the current row as a Java short.

Implements acdk::sql::ResultSet.

virtual short acdk::sql::sqlite::LiteResultSet::getShort int  columnIndex  )  [inline, virtual]
 

API: JDK JDKDOC: Gets the value of a column in the current row as a Java short.

Implements acdk::sql::ResultSet.

virtual RStatement acdk::sql::sqlite::LiteResultSet::getStatement  )  [inline, virtual]
 

API: JDK JDKDOC: JDBC 2.0 Returns the Statement that produced this ResultSet object.

Implements acdk::sql::ResultSet.

virtual RString acdk::sql::sqlite::LiteResultSet::getString INP(RString columnName  )  [inline, virtual]
 

API: JDK JDKDOC: Gets the value of a column in the current row as a Java RString.

Implements acdk::sql::ResultSet.

virtual RString acdk::sql::sqlite::LiteResultSet::getString int  columnIndex  )  [inline, virtual]
 

API: JDK JDKDOC: Gets the value of a column in the current row as a Java RString.

Implements acdk::sql::ResultSet.

virtual RTime acdk::sql::sqlite::LiteResultSet::getTime INP(RString columnName  )  [inline, virtual]
 

currently not supported

Implements acdk::sql::ResultSet.

virtual RTime acdk::sql::sqlite::LiteResultSet::getTime int  columnIndex  )  [inline, virtual]
 

currently not supported

Implements acdk::sql::ResultSet.

virtual RTimestamp acdk::sql::sqlite::LiteResultSet::getTimestamp INP(RString columnName  )  [inline, virtual]
 

currently not supported

Implements acdk::sql::ResultSet.

virtual RTimestamp acdk::sql::sqlite::LiteResultSet::getTimestamp int  columnIndex  )  [inline, virtual]
 

currently not supported

Implements acdk::sql::ResultSet.

virtual int acdk::sql::sqlite::LiteResultSet::getType  )  [inline, virtual]
 

API: JDK JDKDOC: JDBC 2.0 Returns the type of this result set.

Implements acdk::sql::ResultSet.

virtual RSQLWarning acdk::sql::sqlite::LiteResultSet::getWarnings  )  [inline, virtual]
 

currently not supported

Implements acdk::sql::ResultSet.

virtual void acdk::sql::sqlite::LiteResultSet::insertRow  )  [inline, virtual]
 

currently not supported

Implements acdk::sql::ResultSet.

virtual bool acdk::sql::sqlite::LiteResultSet::isAfterLast  )  [inline, virtual]
 

currently not supported

Implements acdk::sql::ResultSet.

virtual bool acdk::sql::sqlite::LiteResultSet::isBeforeFirst  )  [inline, virtual]
 

API: JDK JDKDOC: JDBC 2.0 Indicates whether the cursor is before the first row in the result set.

Implements acdk::sql::ResultSet.

virtual bool acdk::sql::sqlite::LiteResultSet::isFirst  )  [inline, virtual]
 

API: JDK JDKDOC: JDBC 2.0 Indicates whether the cursor is on the first row of the result set.

Implements acdk::sql::ResultSet.

virtual bool acdk::sql::sqlite::LiteResultSet::isLast  )  [inline, virtual]
 

currently not supported

Implements acdk::sql::ResultSet.

virtual bool acdk::sql::sqlite::LiteResultSet::last  )  [inline, virtual]
 

API: JDK JDKDOC: JDBC 2.0 Moves the cursor to the last row in the result set.

Implements acdk::sql::ResultSet.

virtual void acdk::sql::sqlite::LiteResultSet::moveToCurrentRow  )  [inline, virtual]
 

does nothing

Implements acdk::sql::ResultSet.

virtual void acdk::sql::sqlite::LiteResultSet::moveToInsertRow  )  [inline, virtual]
 

currently not supported

Implements acdk::sql::ResultSet.

virtual bool acdk::sql::sqlite::LiteResultSet::next  )  [inline, virtual]
 

API: JDK JDKDOC: Moves the cursor down one row from its current position.

Implements acdk::sql::ResultSet.

virtual bool acdk::sql::sqlite::LiteResultSet::previous  )  [inline, virtual]
 

API: JDK JDKDOC: JDBC 2.0 Moves the cursor to the previous row in the result set.

Implements acdk::sql::ResultSet.

virtual void acdk::sql::sqlite::LiteResultSet::refreshRow  )  [inline, virtual]
 

does nothing

Implements acdk::sql::ResultSet.

virtual bool acdk::sql::sqlite::LiteResultSet::relative int  rows  )  [inline, virtual]
 

API: JDK JDKDOC: JDBC 2.0 Moves the cursor a relative number of rows, either positive or negative.

Implements acdk::sql::ResultSet.

virtual bool acdk::sql::sqlite::LiteResultSet::rowDeleted  )  [inline, virtual]
 

currently not supported

Implements acdk::sql::ResultSet.

virtual bool acdk::sql::sqlite::LiteResultSet::rowInserted  )  [inline, virtual]
 

currently not supported

Implements acdk::sql::ResultSet.

virtual bool acdk::sql::sqlite::LiteResultSet::rowUpdated  )  [inline, virtual]
 

currently not supported

Implements acdk::sql::ResultSet.

virtual void acdk::sql::sqlite::LiteResultSet::setFetchDirection int  direction  )  [inline, virtual]
 

currently not supported

Implements acdk::sql::ResultSet.

virtual void acdk::sql::sqlite::LiteResultSet::setFetchSize int  rows  )  [inline, virtual]
 

call will be ignored

Implements acdk::sql::ResultSet.

virtual void acdk::sql::sqlite::LiteResultSet::updateAsciiStream INP(RString columnName,
INP(acdk::io::RReader x,
int  length
[inline, virtual]
 

not supported

Implements acdk::sql::ResultSet.

virtual void acdk::sql::sqlite::LiteResultSet::updateAsciiStream int  columnIndex,
INP(acdk::io::RReader x,
int  length
[inline, virtual]
 

currently not supported

Implements acdk::sql::ResultSet.

virtual void acdk::sql::sqlite::LiteResultSet::updateBinaryStream INP(RString columnName,
INP(acdk::io::RReader x,
int  length
[inline, virtual]
 

not supported

Implements acdk::sql::ResultSet.

virtual void acdk::sql::sqlite::LiteResultSet::updateBinaryStream int  columnIndex,
INP(acdk::io::RReader x,
int  length
[inline, virtual]
 

not supported

Implements acdk::sql::ResultSet.

virtual void acdk::sql::sqlite::LiteResultSet::updateBoolean INP(RString columnName,
bool  x
[inline, virtual]
 

not supported

Implements acdk::sql::ResultSet.

virtual void acdk::sql::sqlite::LiteResultSet::updateBoolean int  columnIndex,
bool  x
[inline, virtual]
 

not supported

Implements acdk::sql::ResultSet.

virtual void acdk::sql::sqlite::LiteResultSet::updateByte INP(RString columnName,
byte  x
[inline, virtual]
 

not supported

Implements acdk::sql::ResultSet.

virtual void acdk::sql::sqlite::LiteResultSet::updateByte int  columnIndex,
byte  x
[inline, virtual]
 

not supported

Implements acdk::sql::ResultSet.

virtual void acdk::sql::sqlite::LiteResultSet::updateBytes INP(RString columnName,
INP(RbyteArray x
[inline, virtual]
 

not supported

Implements acdk::sql::ResultSet.

virtual void acdk::sql::sqlite::LiteResultSet::updateBytes int  columnIndex,
INP(RbyteArray x
[inline, virtual]
 

not supported

Implements acdk::sql::ResultSet.

virtual void acdk::sql::sqlite::LiteResultSet::updateCharacterStream INP(RString columnName,
INP(acdk::io::RReader reader,
int  length
[inline, virtual]
 

not supported

Implements acdk::sql::ResultSet.

virtual void acdk::sql::sqlite::LiteResultSet::updateCharacterStream int  columnIndex,
INP(acdk::io::RReader x,
int  length
[inline, virtual]
 

not supported

Implements acdk::sql::ResultSet.

virtual void acdk::sql::sqlite::LiteResultSet::updateDate INP(RString columnName,
INP(acdk::util::RDate x
[inline, virtual]
 

not supported

Implements acdk::sql::ResultSet.

virtual void acdk::sql::sqlite::LiteResultSet::updateDate int  columnIndex,
INP(acdk::util::RDate x
[inline, virtual]
 

not supported

Implements acdk::sql::ResultSet.

virtual void acdk::sql::sqlite::LiteResultSet::updateDouble INP(RString columnName,
double  x
[inline, virtual]
 

not supported

Implements acdk::sql::ResultSet.

virtual void acdk::sql::sqlite::LiteResultSet::updateDouble int  columnIndex,
double  x
[inline, virtual]
 

not supported

Implements acdk::sql::ResultSet.

virtual void acdk::sql::sqlite::LiteResultSet::updateFloat INP(RString columnName,
float  x
[inline, virtual]
 

not supported

Implements acdk::sql::ResultSet.

virtual void acdk::sql::sqlite::LiteResultSet::updateFloat int  columnIndex,
float  x
[inline, virtual]
 

not supported

Implements acdk::sql::ResultSet.

virtual void acdk::sql::sqlite::LiteResultSet::updateInt INP(RString columnName,
int  x
[inline, virtual]
 

not supported

Implements acdk::sql::ResultSet.

virtual void acdk::sql::sqlite::LiteResultSet::updateInt int  columnIndex,
int  x
[inline, virtual]
 

not supported

Implements acdk::sql::ResultSet.

virtual void acdk::sql::sqlite::LiteResultSet::updateLong INP(RString columnName,
jlong  x
[inline, virtual]
 

not supported

Implements acdk::sql::ResultSet.

virtual void acdk::sql::sqlite::LiteResultSet::updateLong int  columnIndex,
jlong  x
[inline, virtual]
 

not supported

Implements acdk::sql::ResultSet.

virtual void acdk::sql::sqlite::LiteResultSet::updateNull INP(RString columnName  )  [inline, virtual]
 

not supported

Implements acdk::sql::ResultSet.

virtual void acdk::sql::sqlite::LiteResultSet::updateNull int  columnIndex  )  [inline, virtual]
 

not supported

Implements acdk::sql::ResultSet.

virtual void acdk::sql::sqlite::LiteResultSet::updateObject INP(RString columnName,
INP(acdk::lang::Object x,
int  scale
[inline, virtual]
 

not supported

Implements acdk::sql::ResultSet.

virtual void acdk::sql::sqlite::LiteResultSet::updateObject INP(RString columnName,
INP(acdk::lang::Object x
[inline, virtual]
 

not supported

Implements acdk::sql::ResultSet.

virtual void acdk::sql::sqlite::LiteResultSet::updateObject int  columnIndex,
INP(acdk::lang::Object x,
int  scale
[inline, virtual]
 

not supported

Implements acdk::sql::ResultSet.

virtual void acdk::sql::sqlite::LiteResultSet::updateObject int  columnIndex,
INP(acdk::lang::Object x
[inline, virtual]
 

not supported

Implements acdk::sql::ResultSet.

virtual void acdk::sql::sqlite::LiteResultSet::updateRow  )  [inline, virtual]
 

not supported

Implements acdk::sql::ResultSet.

virtual void acdk::sql::sqlite::LiteResultSet::updateShort INP(RString columnName,
short  x
[inline, virtual]
 

not supported

Implements acdk::sql::ResultSet.

virtual void acdk::sql::sqlite::LiteResultSet::updateShort int  columnIndex,
short  x
[inline, virtual]
 

not supported

Implements acdk::sql::ResultSet.

virtual void acdk::sql::sqlite::LiteResultSet::updateString INP(RString columnName,
INP(RString x
[inline, virtual]
 

not supported

Implements acdk::sql::ResultSet.

virtual void acdk::sql::sqlite::LiteResultSet::updateString int  columnIndex,
INP(RString x
[inline, virtual]
 

not supported

Implements acdk::sql::ResultSet.

virtual void acdk::sql::sqlite::LiteResultSet::updateTime INP(RString columnName,
INP(RTime x
[inline, virtual]
 

not supported

Implements acdk::sql::ResultSet.

virtual void acdk::sql::sqlite::LiteResultSet::updateTime int  columnIndex,
INP(RTime x
[inline, virtual]
 

not supported

Implements acdk::sql::ResultSet.

virtual void acdk::sql::sqlite::LiteResultSet::updateTimestamp INP(RString columnName,
INP(RTimestamp x
[inline, virtual]
 

not supported

Implements acdk::sql::ResultSet.

virtual void acdk::sql::sqlite::LiteResultSet::updateTimestamp int  columnIndex,
INP(RTimestamp x
[inline, virtual]
 

not supported

Implements acdk::sql::ResultSet.

virtual bool acdk::sql::sqlite::LiteResultSet::wasNull  )  [inline, virtual]
 

API: JDK JDKDOC:.

Implements acdk::sql::ResultSet.


Member Data Documentation

RLiteConnection acdk::sql::sqlite::LiteResultSet::_con [protected]
 

RLiteStatement acdk::sql::sqlite::LiteResultSet::_stm [protected]
 

RLiteTable acdk::sql::sqlite::LiteResultSet::_table [protected]
 

int acdk::sql::sqlite::LiteResultSet::_updateCount [protected]
 

 
Last modified 2005-05-08 18:33 by SYSTEM By Artefaktur, Ing. Bureau Kommer