0.10 Doctrine_Connection_Pgsql
Doctrine Connection Pgsql
Inheritence
Doctrine_Connection_Pgsql < Doctrine_Connection_Common < Doctrine_Connection
Method Summary
| Returns | Name | Description |
|---|---|---|
| convertBooleans | This method takes care of that conversion | |
| array|string | getServerVersion | |
| string | modifyLimitQuery | |
| setCharset | ||
| __construct |
Methods inherited from Doctrine_Connection_Common
modifyLimitQueryMethods inherited from Doctrine_Connection
incrementQueryCount , getEventManager , getDriverName , update , fetchArray , getDbh , exec , getName , setConfiguration , fetchColumn , commit , fetchBoth , beginTransaction , delete , convertBooleans , select , getDefaultIdGeneratorType , setName , errorInfo , getAvailableDrivers , dropDatabase , rollback , rethrowException , lastInsertId , getTransactionLevel , __toString , _constructPdoDsn , fetchRow , getSequenceModule , close , supports , errorCode , getFormatter , standaloneQuery , quote , modifyLimitSubquery , fetchOne , setCharset , getConfiguration , quoteIdentifier , __construct , getPdo , getAttribute , setDateFormat , count , execute , setEventManager , insert , connect , modifyLimitQuery , replace , prepare , fetchAssoc , createDatabase , fetchAll , getPropertyMethod Details
-
convertBooleans($item)
convertBoolean some drivers need the boolean values to be converted into integers when using DQL API
This method takes care of that conversion
-
$native determines if the raw version string should be returned (array|string) getServerVersion($native = false)
return version information about the server
Doctrine_Connection_Pgsql
-
$query query to modify $limit limit the number of rows $offset start reading from given offset $isManip if the query is a DML query (string) modifyLimitQuery($query, $limit = false, $offset = false, $isManip = false)
Changes a query string for various DBMS specific reasons
Doctrine_Connection_Pgsql
-
$charset charset setCharset($charset)
Set the charset on the current connection
-
$pdo database handle __construct(( ) $manager, $adapter, (PDO) $pdo)
the constructor




Comments (0) [ add comment ]
No Comments
Add Comment