Class: Doctrine_Connection_Firebird
Source Location: /Doctrine/Connection/Firebird.phpClass Doctrine_Connection_Firebird
Class Overview
Doctrine_Connection_Firebird Located in /Doctrine/Connection/Firebird.php [line 35] Doctrine_Object | --Doctrine_Configurable | --Doctrine_Connection | --Doctrine_Connection_FirebirdAuthor(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_Firebird | __construct() | the constructor |
string | modifyLimitQuery() | Adds an driver-specific LIMIT clause to the query |
void | setCharset() | Set the charset on the current connection |
[ Top ]
Properties
Methods
Constructor __construct [line 47]
|
the constructor
Parameters:Doctrine_Manager | $manager: | |
PDO | $pdo: | database handle |
$adapter: |
API Tags:
Access: | public |
Redefinition of:
- Doctrine_Connection::__construct()
- the constructor
[ Top ]
modifyLimitQuery [line 100]
|
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: | modified query |
Access: | public |
[ Top ]
setCharset [line 87]
|
Set the charset on the current connection
Parameters:string | $charset: | charset |
API Tags:
Access: | public |
Redefinition of:
- Doctrine_Connection::setCharset()
- Set the charset on the current connection
[ Top ]