[ Index ]
 

Code source de Symfony 1.0.0

Accédez au Source d'autres logiciels libresSoutenez Angelica Josefina !

title

Body

[fermer]

/lib/vendor/creole/drivers/sqlite/ -> SQLiteResultSet.php (sommaire)

(pas de description)

Poids: 120 lignes (4 kb)
Inclus ou requis:0 fois
Référencé: 0 fois
Nécessite: 0 fichiers

Définit 1 class

SQLiteResultSet:: (6 méthodes):
  getIterator()
  seek()
  next()
  getRecordCount()
  getBlob()
  close()


Classe: SQLiteResultSet  - X-Ref

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.

getIterator()   X-Ref
Gets optimized SQLiteResultSetIterator.

return: SQLiteResultSetIterator

seek($rownum)   X-Ref


next()   X-Ref


getRecordCount()   X-Ref


getBlob($column)   X-Ref
Performs sqlite_udf_decode_binary on binary data.


close()   X-Ref
Simply empties array as there is no result free method for sqlite.




Généré le : Fri Mar 16 22:42:14 2007 par Balluche grâce à PHPXref 0.7