[ Index ] |
|
Code source de Symfony 1.0.0 |
[Code source] [Imprimer] [Statistiques]
(pas de description)
Poids: | 260 lignes (8 kb) |
Inclus ou requis: | 0 fois |
Référencé: | 0 fois |
Nécessite: | 0 fichiers |
PgSQLConnection:: (14 méthodes):
connect()
applyLimit()
close()
executeQuery()
executeUpdate()
beginTrans()
commitTrans()
rollbackTrans()
getUpdateCount()
getDatabaseInfo()
getIdGenerator()
prepareStatement()
prepareCall()
createStatement()
Classe: PgSQLConnection - X-Ref
PgSQL implementation of Connection.connect($dsninfo, $flags = 0) X-Ref |
Connect to a database and log in as the specified user. param: array $dsn The datasource hash. param: $flags Any connection flags. return: void |
applyLimit(&$sql, $offset, $limit) X-Ref |
close() X-Ref |
executeQuery($sql, $fetchmode = null) X-Ref |
executeUpdate($sql) X-Ref |
beginTrans() X-Ref |
Start a database transaction. return: void |
commitTrans() X-Ref |
Commit the current transaction. return: void |
rollbackTrans() X-Ref |
Roll back (undo) the current transaction. return: void |
getUpdateCount() X-Ref |
Gets the number of rows affected by the data manipulation query. return: int Number of rows affected by the last query. |
getDatabaseInfo() X-Ref |
getIdGenerator() X-Ref |
prepareStatement($sql) X-Ref |
prepareCall($sql) X-Ref |
createStatement() X-Ref |
Généré le : Fri Mar 16 22:42:14 2007 | par Balluche grâce à PHPXref 0.7 |