ILIAS
trunk Revision v11.0_alpha-1749-g1a06bdef097
|
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
Public Member Functions | |
__construct (private bool $disabled_escaping=false) | |
asSQLStatement (ActiveRecord $activeRecord, ilDBInterface $db) | |
getTableName () | |
setTableName (string $table_name) | |
getAs () | |
setAs (string $as) | |
getFieldName () | |
setFieldName (string $field_name) | |
![]() | |
asSQLStatement (ActiveRecord $activeRecord, ilDBInterface $db) | |
getTableNameAs () | |
setTableNameAs (string $table_name_as) | |
Protected Attributes | |
string | $table_name = '' |
string | $as = '' |
string | $field_name = '' |
![]() | |
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 arSelect
Definition at line 24 of file class.arSelect.php.
arSelect::__construct | ( | private bool | $disabled_escaping = false | ) |
bool | $disabled_escaping | In some special cases, one need to disable the escaping of the field name. In this cases, the consumer is responsible to avoid sqm injection. |
Definition at line 34 of file class.arSelect.php.
arSelect::asSQLStatement | ( | ActiveRecord | $activeRecord, |
ilDBInterface | $db | ||
) |
Definition at line 38 of file class.arSelect.php.
References getAs(), getFieldName(), getTableName(), and arStatement\wrapField().
arSelect::getAs | ( | ) |
Definition at line 66 of file class.arSelect.php.
References $as.
Referenced by asSQLStatement().
arSelect::getFieldName | ( | ) |
Definition at line 76 of file class.arSelect.php.
References $field_name.
Referenced by asSQLStatement().
arSelect::getTableName | ( | ) |
Definition at line 56 of file class.arSelect.php.
References $table_name.
Referenced by asSQLStatement().
arSelect::setAs | ( | string | $as | ) |
Definition at line 71 of file class.arSelect.php.
References $as.
arSelect::setFieldName | ( | string | $field_name | ) |
arSelect::setTableName | ( | string | $table_name | ) |
|
protected |
Definition at line 27 of file class.arSelect.php.
|
protected |
Definition at line 28 of file class.arSelect.php.
Referenced by getFieldName(), and setFieldName().
|
protected |
Definition at line 26 of file class.arSelect.php.
Referenced by getTableName(), and setTableName().