Home
last modified time | relevance | path

Searched refs:customQuery (Results 1 – 1 of 1) sorted by relevance

/plugin/database2/
H A Ddatabase2.php1527 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;
1689 $listAll = false, $customQuery = null, argument
1693 $customQuery = trim( $customQuery );
1695 $meta = $this->getColumnsMeta( ( $customQuery !== '' ) );
[all …]