SlaxWeb Framework
 All Classes Namespaces Functions Variables Pages
SlaxWeb\Database\Query\Where\Group Member List

This is the complete list of members for SlaxWeb\Database\Query\Where\Group, including all inherited members.

$delim (defined in SlaxWeb\Database\Query\Where\Group)SlaxWeb\Database\Query\Where\Groupprotected
$list (defined in SlaxWeb\Database\Query\Where\Group)SlaxWeb\Database\Query\Where\Groupprotected
$opr (defined in SlaxWeb\Database\Query\Where\Group)SlaxWeb\Database\Query\Where\Groupprotected
$params (defined in SlaxWeb\Database\Query\Where\Group)SlaxWeb\Database\Query\Where\Groupprotected
$table (defined in SlaxWeb\Database\Query\Where\Group)SlaxWeb\Database\Query\Where\Groupprotected
__construct(string $opr="AND")SlaxWeb\Database\Query\Where\Group
convert(string $table="")SlaxWeb\Database\Query\Where\Group
getParams()SlaxWeb\Database\Query\Where\Group
groupWhere(\Closure $predicates, string $cOpr="AND")SlaxWeb\Database\Query\Where\Group
nestedWhere(string $column,\Closure $nested, string $lOpr=Predicate::OPR_IN, string $cOpr="AND")SlaxWeb\Database\Query\Where\Group
orGroupWhere(\Closure $predicates)SlaxWeb\Database\Query\Where\Group
orNestedWhere(string $column,\Closure $nested, string $lOpr=Predicate::OPR_IN)SlaxWeb\Database\Query\Where\Group
orWhere(string $column, $value, string $opr=Predicate::OPR_EQUAL)SlaxWeb\Database\Query\Where\Group
setDelim(string $delim)SlaxWeb\Database\Query\Where\Group
table(string $table)SlaxWeb\Database\Query\Where\Group
where(string $column, $value, string $lOpr=Predicate::OPR_EQUAL, string $cOpr="AND")SlaxWeb\Database\Query\Where\Group