|
SQL Querybuilder for Oracle 8.0.5 databases. Located in /db/class.atkoci805query.inc [line 32] atkQuery | --atkOci8Query | --atkOci805QueryAuthor(s):
|
| Inherited Properties | Inherited Methods |
|---|---|
|
Inherited From atkQuery
|
Inherited From atkOci8Query
Inherited From atkQuery
|
|
Add the list of order by fields to the SQL query.
This oci805 driver overrides the default _addorderby method for the following reason: When doing order by and also setting a limit, the base atkoci8query will perform a subselect to apply the limit. However, Oracle 8.0.5 does not support order by in a subselect. Therefor, if both a limit and order by are set, we do a 'fake' order by by using group by.
Parameters:| String | $query: | The SQL query that is being constructed. |
| &$query: |
| Access: | private |