ILIAS
trunk Revision v11.0_alpha-1769-g99a433fe2dc
|
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
Public Member Functions | |
asSQLStatement (ActiveRecord $activeRecord, ilDBInterface $db) | |
getFieldname () | |
setFieldname (string $fieldname) | |
getValue () | |
setValue (mixed $value) | |
getOperator () | |
setOperator (string $operator) | |
getStatement () | |
setStatement (string $statement) | |
getGlue () | |
setGlue (string $glue) | |
getTableName () | |
setTableName (string $table_name) | |
![]() | |
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' |
![]() | |
string | $table_name_as = '' |
Additional Inherited Members | |
![]() | |
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 | Build WHERE Statement |
arException |
Definition at line 41 of file class.arHaving.php.
References getFieldname(), getOperator(), getStatement(), getTableName(), getValue(), ilDBInterface\quote(), ilDBInterface\quoteIdentifier(), and setStatement().
arHaving::getFieldname | ( | ) |
Definition at line 53 of file class.arHaving.php.
References $fieldname.
Referenced by asSQLStatement().
arHaving::getGlue | ( | ) |
arHaving::getOperator | ( | ) |
Definition at line 76 of file class.arHaving.php.
Referenced by asSQLStatement().
arHaving::getStatement | ( | ) |
Definition at line 86 of file class.arHaving.php.
References $statement.
Referenced by asSQLStatement().
arHaving::getTableName | ( | ) |
Definition at line 106 of file class.arHaving.php.
References $table_name.
Referenced by asSQLStatement().
arHaving::getValue | ( | ) |
Definition at line 66 of file class.arHaving.php.
References $value.
Referenced by asSQLStatement().
arHaving::setFieldname | ( | string | $fieldname | ) |
arHaving::setGlue | ( | string | $glue | ) |
arHaving::setOperator | ( | string | $operator | ) |
Definition at line 81 of file class.arHaving.php.
arHaving::setStatement | ( | string | $statement | ) |
Definition at line 91 of file class.arHaving.php.
References $statement.
Referenced by asSQLStatement().
arHaving::setTableName | ( | string | $table_name | ) |
arHaving::setValue | ( | mixed | $value | ) |
Definition at line 71 of file class.arHaving.php.
References $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.
|
protected |
Definition at line 33 of file class.arHaving.php.
Referenced by 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().