[ 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/mysql/ -> MySQLResultSet.php (sommaire)

(pas de description)

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

Définit 1 class

MySQLResultSet:: (6 méthodes):
  seek()
  next()
  getRecordCount()
  close()
  getString()
  getTimestamp()


Classe: MySQLResultSet  - X-Ref

MySQL implementation of ResultSet class.

MySQL 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 MySQL.

seek($rownum)   X-Ref


next()   X-Ref


getRecordCount()   X-Ref


close()   X-Ref


getString($column)   X-Ref
Get string version of column.
No rtrim() necessary for MySQL, as this happens natively.


getTimestamp($column, $format='Y-m-d H:i:s')   X-Ref
Returns a unix epoch timestamp based on either a TIMESTAMP or DATETIME field.

param: mixed $column Column name (string) or index (int) starting with 1.
return: string



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