| [ Index ] |
|
Code source de Symfony 1.0.0 |
[Code source] [Imprimer] [Statistiques]
(pas de description)
| Poids: | 57 lignes (2 kb) |
| Inclus ou requis: | 0 fois |
| Référencé: | 0 fois |
| Nécessite: | 0 fichiers |
PgsqlDataSQLBuilder:: (2 méthodes):
getBooleanSql()
getBlobSql()
Classe: PgsqlDataSQLBuilder - X-Ref
PostgreSQL class for building data dump SQL.| getBooleanSql($value) X-Ref |
| Get SQL value to insert for Postgres BOOLEAN column. param: boolean $value return: string The representation of boolean for Postgres ('t' or 'f'). |
| getBlobSql($blob) X-Ref |
param: mixed $blob Blob object or string containing data. return: string |
| Généré le : Fri Mar 16 22:42:14 2007 | par Balluche grâce à PHPXref 0.7 |