abstract public setModelName (mixed $modelName) ...
abstract public orWhere (mixed $conditions, [mixed $bindParams], [mixed $bindTypes]) ...
abstract public orderBy (mixed $orderColumns) ...
abstract public notInWhere (mixed $expr, array $values) ...
abstract public notBetweenWhere (mixed $expr, mixed $minimum, mixed $maximum) ...
abstract public limit (mixed $limit, [mixed $offset]) ...
abstract public inWhere (mixed $expr, array $values) ...
abstract public getWhere () ...
abstract public getParams () ...
abstract public getOrderBy () ...
Page 157 of 382