|
ILIAS
release_8 Revision v8.24
|
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
Inheritance diagram for arHaving:
Collaboration diagram for arHaving:Public Member Functions | |
| asSQLStatement (ActiveRecord $activeRecord, ilDBInterface $db) | |
| getFieldname () | |
| setFieldname (string $fieldname) | |
| getValue () | |
| setValue ($value) | |
| getOperator () | |
| setOperator (string $operator) | |
| getStatement () | |
| setStatement (string $statement) | |
| getGlue () | |
| setGlue (string $glue) | |
| getTableName () | |
| setTableName (string $table_name) | |
Public Member Functions inherited from arStatement | |
| asSQLStatement (ActiveRecord $activeRecord, ilDBInterface $db) | |
| getTableNameAs () | |
| setTableNameAs (string $table_name_as) | |
Protected Attributes | |
| string | $table_name = '' |
| string | $fieldname = '' |
| $value | |
| string | $operator = '=' |
| string | $statement = '' |
| string | $glue = 'AND' |
Protected Attributes inherited from arStatement | |
| string | $table_name_as = '' |
Additional Inherited Members | |
Protected Member Functions inherited from arStatement | |
| wrapFields (array $fields, ilDBInterface $db) | |
| wrapField (string $field, ilDBInterface $db) | |
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V.
ILIAS is licensed with the GPL-3.0, see https://www.gnu.org/licenses/gpl-3.0.en.html You should have received a copy of said license along with the source code, too.
If this is not the case or you just want to try ILIAS, you'll find us at: https://www.ilias.de https://github.com/ILIAS-eLearning Class arHaving
Definition at line 24 of file class.arHaving.php.
| arHaving::asSQLStatement | ( | ActiveRecord | $activeRecord, |
| ilDBInterface | $db | ||
| ) |
| ilDBInterface | $db | @description Build WHERE Statement |
| arException |
Reimplemented from arStatement.
Definition at line 41 of file class.arHaving.php.
References $statement, getFieldname(), getOperator(), getStatement(), getTableName(), getValue(), ilDBInterface\quote(), ilDBInterface\quoteIdentifier(), and setStatement().
Here is the call graph for this function:| arHaving::getFieldname | ( | ) |
Definition at line 53 of file class.arHaving.php.
References $fieldname.
Referenced by asSQLStatement().
Here is the caller graph for this function:| arHaving::getGlue | ( | ) |
| arHaving::getOperator | ( | ) |
Definition at line 79 of file class.arHaving.php.
References $operator.
Referenced by asSQLStatement().
Here is the caller graph for this function:| arHaving::getStatement | ( | ) |
Definition at line 89 of file class.arHaving.php.
References $statement.
Referenced by asSQLStatement().
Here is the caller graph for this function:| arHaving::getTableName | ( | ) |
Definition at line 109 of file class.arHaving.php.
References $table_name.
Referenced by asSQLStatement().
Here is the caller graph for this function:| arHaving::getValue | ( | ) |
Definition at line 66 of file class.arHaving.php.
References $value.
Referenced by asSQLStatement().
Here is the caller graph for this function:| arHaving::setFieldname | ( | string | $fieldname | ) |
Definition at line 58 of file class.arHaving.php.
References $fieldname.
| arHaving::setGlue | ( | string | $glue | ) |
Definition at line 104 of file class.arHaving.php.
References $glue.
| arHaving::setOperator | ( | string | $operator | ) |
Definition at line 84 of file class.arHaving.php.
References $operator.
| arHaving::setStatement | ( | string | $statement | ) |
Definition at line 94 of file class.arHaving.php.
References $statement.
Referenced by asSQLStatement().
Here is the caller graph for this function:| arHaving::setTableName | ( | string | $table_name | ) |
Definition at line 114 of file class.arHaving.php.
References $table_name.
| arHaving::setValue | ( | $value | ) |
|
protected |
Definition at line 27 of file class.arHaving.php.
Referenced by getFieldname(), and setFieldname().
|
protected |
Definition at line 34 of file class.arHaving.php.
|
protected |
Definition at line 32 of file class.arHaving.php.
Referenced by getOperator(), and setOperator().
|
protected |
Definition at line 33 of file class.arHaving.php.
Referenced by asSQLStatement(), getStatement(), and setStatement().
|
protected |
Definition at line 26 of file class.arHaving.php.
Referenced by getTableName(), and setTableName().
|
protected |
Definition at line 31 of file class.arHaving.php.
Referenced by getValue(), and setValue().