[ 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/odbc/ -> ODBCResultSet.php (sommaire)

(pas de description)

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

Définit 1 class

ODBCResultSet:: (8 méthodes):
  __construct()
  close()
  seek()
  next()
  isAfterLast()
  getRecordCount()
  getBlob()
  getClob()


Classe: ODBCResultSet  - X-Ref

ODBC implementation of ResultSet.

If the current ODBC driver does not support LIMIT or OFFSET natively,
the methods in here perform some adjustments and extra checking to make
sure that this behaves the same as RDBMS drivers using native OFFSET/LIMIT.

This class also emulates a row count if the driver is not capable of
providing one natively.

NOTE: This class only works with drivers that support absolute cursor
positioning (SQL_FETCH_DIRECTION = SQL_FD_FETCH_ABSOLUTE). If the
driver you are using does not support reverse/absolute cursor
scrolling, you should use the {@link ODBCCachedResultSet} class instead.
See the documentation for ODBCCachedResultSet for instructions on how
to use it.



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