| [ Index ] |
|
Code source de Symfony 1.0.0 |
[Code source] [Imprimer] [Statistiques]
(pas de description)
| Poids: | 159 lignes (5 kb) |
| Inclus ou requis: | 0 fois |
| Référencé: | 0 fois |
| Nécessite: | 0 fichiers |
MSSQLResultSet:: (6 méthodes):
_setOffset()
_setLimit()
seek()
next()
getRecordCount()
close()
Classe: MSSQLResultSet - X-Ref
MSSQL implementation of ResultSet.| _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 |