Class: Doctrine_Connection_Db2
Source Location: /Doctrine/Connection/Db2.phpClass Doctrine_Connection_Db2
Class Overview
Doctrine_Connection_Db2 Located in /Doctrine/Connection/Db2.php [line 33] Doctrine_Object | --Doctrine_Configurable | --Doctrine_Connection | --Doctrine_Connection_Db2Author(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 ]
Method Summary
Properties
Methods
modifyLimitQuery [line 43]
|
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 ]