| [ Index ] |
|
Code source de Symfony 1.0.0 |
[Code source] [Imprimer] [Statistiques]
(pas de description)
| Poids: | 157 lignes (5 kb) |
| Inclus ou requis: | 0 fois |
| Référencé: | 0 fois |
| Nécessite: | 0 fichiers |
PgSQLPreparedStatement:: (7 méthodes):
escape()
arrayToStr()
setArray()
setBoolean()
setBlob()
setTime()
setTimestamp()
Classe: PgSQLPreparedStatement - X-Ref
PgSQL subclass for prepared statements.| escape($str) X-Ref |
| Quotes string using native pgsql function (pg_escape_string). param: string $str return: string |
| arrayToStr($arr) X-Ref |
| Recursive function to turn multi-dim array into str representation. param: array $arr return: string Array in pgsql-friendly string notation: {val1, val2} or {{sub1,sub2}, {sub3, sub4}} |
| setArray($paramIndex, $value) X-Ref |
| Sets an array. Unless a driver-specific method is used, this means simply serializing the passed parameter and storing it as a string. param: int $paramIndex param: array $value return: void |
| setBoolean($paramIndex, $value) X-Ref |
| For setting value of Postgres BOOLEAN column. param: int $paramIndex param: boolean $value return: void |
| setBlob($paramIndex, $blob) X-Ref |
| Applies sqlite_udf_encode_binary() to ensure that binary contents will be handled correctly by sqlite. param: int $paramIndex param: mixed $blob Blob object or string containing data. return: void |
| setTime($paramIndex, $value) X-Ref |
param: int $paramIndex param: string $value return: void |
| setTimestamp($paramIndex, $value) X-Ref |
param: int $paramIndex param: string $value return: void |
| Généré le : Fri Mar 16 22:42:14 2007 | par Balluche grâce à PHPXref 0.7 |