[ 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/mssql/ -> MSSQLResultSet.php (sommaire)

(pas de description)

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

Définit 1 class

MSSQLResultSet:: (6 méthodes):
  _setOffset()
  _setLimit()
  seek()
  next()
  getRecordCount()
  close()


Classe: MSSQLResultSet  - X-Ref

MSSQL implementation of ResultSet.

MS SQL does not support LIMIT or OFFSET natively so the methods
in here need to perform some adjustments and extra checking to make sure
that this behaves the same as RDBMS drivers using native OFFSET/LIMIT.

_setOffset($offset)   X-Ref
This MSSQL-only function exists to set offset after ResultSet is instantiated.
This function should be "protected" in Java sense: only available to classes in package.
THIS METHOD SHOULD NOT BE CALLED BY ANYTHING EXCEPTION DRIVER CLASSES.

param: int $offset New offset.  If great than 0, then seek(0) will be called to move cursor.

_setLimit($limit)   X-Ref
This MSSQL-only function exists to set limit after ResultSet is instantiated.
This function should be "protected" in Java sense: only available to classes in package.
THIS METHOD SHOULD NOT BE CALLED BY ANYTHING EXCEPTION DRIVER CLASSES.

param: int $limit New limit.

seek($rownum)   X-Ref


next()   X-Ref


getRecordCount()   X-Ref


close()   X-Ref




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