[ Index ] |
|
Code source de Symfony 1.0.0 |
[Code source] [Imprimer] [Statistiques]
(pas de description)
Poids: | 99 lignes (4 kb) |
Inclus ou requis: | 0 fois |
Référencé: | 0 fois |
Nécessite: | 0 fichiers |
MSSQLPreparedStatement:: (3 méthodes):
setBlob()
escape()
executeQuery()
Classe: MSSQLPreparedStatement - X-Ref
MSSQL specific PreparedStatement functions.setBlob($paramIndex, $blob) X-Ref |
MSSQL-specific implementation of setBlob(). If you are having trouble getting BLOB data into the database, see the phpdoc comment in the MSSQLConnection for some PHP ini values that may need to be set. (This also applies to CLOB support.) param: int $paramIndex param: mixed $value Blob object or string. return: void |
escape($subject) X-Ref |
Add quotes using str_replace. This is not as thorough as MySQL. |
executeQuery($p1 = null, $fetchmode = null) X-Ref |
MSSQL must emulate OFFSET/LIMIT support. |
Généré le : Fri Mar 16 22:42:14 2007 | par Balluche grâce à PHPXref 0.7 |