| $delim (defined in SlaxWeb\Database\Query\Where\Group) | SlaxWeb\Database\Query\Where\Group | protected |
| $list (defined in SlaxWeb\Database\Query\Where\Group) | SlaxWeb\Database\Query\Where\Group | protected |
| $opr (defined in SlaxWeb\Database\Query\Where\Group) | SlaxWeb\Database\Query\Where\Group | protected |
| $params (defined in SlaxWeb\Database\Query\Where\Group) | SlaxWeb\Database\Query\Where\Group | protected |
| $table (defined in SlaxWeb\Database\Query\Where\Group) | SlaxWeb\Database\Query\Where\Group | protected |
| __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 | |