32 $this->selectStatement =
" ".$selectStatement;
50 $this->joinStatement =
" ".$joinStatement;
68 $this->whereStatement =
" ".$whereStatement;
86 $this->groupStatement =
" ".$groupStatement;
104 $this->orderStatement =
" ".$orderStatement;
An exception for terminatinating execution or to throw for unit testing.
Class ilDclBaseFieldModel.
Class ilDclRecordQueryObject.
setWhereStatement($whereStatement)
applyCustomSorting(ilDclBaseFieldModel $field, array $all_records, $direction='asc')
Apply custom sorting.
setJoinStatement($joinStatement)
setGroupStatement($groupStatement)
setOrderStatement($orderStatement)
setSelectStatement($selectStatement)