Methods - cDbQuery¶
Include: Use Db\cDbQuery.pkg
This page lists the methods - cdbquery documented for this class.
- Bind_Data - Adds a Data Dictionary field to the query result.
- Bind_Native_Expression - Adds a native expression to the query result.
- FetchEx - Fetches rows using explicit mode, start row, and limit.
- FetchFirst - Fetches the first page of rows.
- FetchLast - Fetches the last page of rows.
- FetchNext - Fetches rows after a start row.
- FetchPrevious - Fetches rows before a start row.
- OrderByField - Orders query rows by a Data Dictionary field.
- OrderByIndex - Orders query rows by index segments.
- RebuildConstraints - Rebuilds active constraints by sending
OnConstrain. - ResetOrdering - Clears query ordering.