Lines Matching refs:customQuery
1527 protected function __recordsCount( $customQuery = null ) argument
1534 $customQuery = trim( $customQuery );
1535 if ( $customQuery === '' )
1541 'SELECT COUNT(*) \1', $customQuery );
1582 $offset = 0, $limit = null, $customQuery = null ) argument
1647 if ( trim( $customQuery ) === '' )
1652 $query = $customQuery;
1685 * @param string $customQuery a custom query to use instead of managed one
1689 $listAll = false, $customQuery = null, argument
1693 $customQuery = trim( $customQuery );
1695 $meta = $this->getColumnsMeta( ( $customQuery !== '' ) );
1703 $count = $this->__recordsCount( $customQuery );
1779 $rows = $this->__recordsList( $cols, true, $skip, $num, $customQuery );