creole.drivers.sqlite
[ class tree: creole.drivers.sqlite ] [ index: creole.drivers.sqlite ] [ all elements ]

Class: SQLiteResultSet

Source Location: /creole/drivers/sqlite/SQLiteResultSet.php

Class Overview

ResultSetCommon
   |
   --SQLiteResultSet

SQLite implementation of ResultSet class.


Author(s):

Version:

  • $Revision: 1.8 $

Methods


Inherited Variables

Inherited Methods


Class Details

[line 36]
SQLite implementation of ResultSet class.

SQLite supports OFFSET / LIMIT natively; this means that no adjustments or checking are performed. We will assume that if the lmitSQL() operation failed that an exception was thrown, and that OFFSET/LIMIT will never be emulated for SQLite.




Tags:

version:  $Revision: 1.8 $
author:  Hans Lellelid <hans@xmpl.org>


[ Top ]


Class Methods


method close [line 115]

void close( )

Simply empties array as there is no result free method for sqlite.



Tags:

access:  public
see:  ResultSet::close()


[ Top ]

method getBlob [line 100]

void getBlob( mixed $column)

Performs sqlite_udf_decode_binary on binary data.



Tags:

access:  public
see:  ResultSet::getBlob()


Overrides ResultSetCommon::getBlob() (parent method not documented)

[ Top ]

method getIterator [line 42]

SQLiteResultSetIterator getIterator( )

Gets optimized SQLiteResultSetIterator.



Tags:

access:  public


Overrides ResultSetCommon::getIterator() (parent method not documented)

[ Top ]

method getRecordCount [line 87]

void getRecordCount( )



Tags:

access:  public
see:  ResultSet::getRecordCount()


[ Top ]

method next [line 65]

void next( )



Tags:



[ Top ]

method seek [line 51]

void seek( mixed $rownum)



Tags:

access:  public
see:  ResultSet::seek()


[ Top ]


Documentation generated on Mon, 23 Aug 2004 21:53:15 -0400 by phpDocumentor 1.3.0RC3