0.11 Doctrine_Connection_Oracle
Doctrine Connection Oracle
Inheritence
Doctrine_Connection_Oracle < Doctrine_Connection
Method Summary
| Returns | Name | Description |
|---|---|---|
| string | modifyLimitQuery | |
| modifyLimitSubquery | ||
| setDateFormat | ||
| __construct |
Methods 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
-
$query query to modify $limit limit the number of rows $offset start reading from given offset (string) modifyLimitQuery($query, $limit = false, $offset = false, $isManip = false)
Adds an driver-specific LIMIT clause to the query
Doctrine_Connection_Oracle
-
modifyLimitSubquery(( ) $rootTable, $query, $limit = false, $offset = false, $isManip = false)
Creates the SQL for Oracle that can be used in the subquery for the limit-subquery algorithm.
-
setDateFormat($format = 'YYYY-MM-DD HH24:MI:SS')
Sets up the date/time format
-
__construct(( ) $manager, $adapter)




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