Class: Doctrine_Connection_Oracle
Source Location: /Doctrine/Connection/Oracle.phpClass Doctrine_Connection_Oracle
Class Overview
Doctrine_Connection_Oracle Located in /Doctrine/Connection/Oracle.php [line 33] Doctrine_Object | --Doctrine_Configurable | --Doctrine_Connection | --Doctrine_Connection_OracleAuthor(s):
|
[ Top ]
Inherited Properties, Constants, and Methods
Inherited Properties | Inherited Methods | Inherited Constants |
---|---|---|
Inherited From Doctrine_Connection
Inherited From Doctrine_Configurable Inherited From Doctrine_Object |
Inherited From Doctrine_Connection
Inherited From Doctrine_Configurable
Inherited From Doctrine_Object
|
[ Top ]
Property Summary
Method Summary
Doctrine_Connection_Oracle | __construct() | |
string | modifyLimitQuery() | Adds an driver-specific LIMIT clause to the query |
void | setDateFormat() | Sets up the date/time format |
[ Top ]
Properties
Methods
Constructor __construct [line 40]
|
Doctrine_Manager | $manager: | |
$adapter: |
API Tags:
Access: | public |
Redefinition of:
- Doctrine_Connection::__construct()
- the constructor
[ Top ]
modifyLimitQuery [line 89]
|
Adds an driver-specific LIMIT clause to the query
Parameters:string | $query: | query to modify |
integer | $limit: | limit the number of rows |
integer | $offset: | start reading from given offset |
API Tags:
Return: | the modified query |
Access: | public |
[ Top ]
setDateFormat [line 77]
|
Sets up the date/time format
Parameters:$format: |
API Tags:
Access: | public |
Redefinition of:
- Doctrine_Connection::setDateFormat()
- Set the date/time format for the current connection
[ Top ]