| 
    ILIAS
    release_9 Revision v9.13-25-g2c18ec4c24f
    
   | 
  
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
 Inheritance diagram for arSelect:
 Collaboration diagram for arSelect: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) | |
  Public Member Functions inherited from arStatement | |
| asSQLStatement (ActiveRecord $activeRecord, ilDBInterface $db) | |
| getTableNameAs () | |
| setTableNameAs (string $table_name_as) | |
Protected Attributes | |
| string | $table_name = '' | 
| string | $as = '' | 
| string | $field_name = '' | 
  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 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().
 Here is the call graph for this function:| arSelect::getAs | ( | ) | 
Definition at line 66 of file class.arSelect.php.
References $as.
Referenced by asSQLStatement().
 Here is the caller graph for this function:| arSelect::getFieldName | ( | ) | 
Definition at line 76 of file class.arSelect.php.
References $field_name.
Referenced by asSQLStatement().
 Here is the caller graph for this function:| arSelect::getTableName | ( | ) | 
Definition at line 56 of file class.arSelect.php.
References $table_name.
Referenced by asSQLStatement().
 Here is the caller graph for this function:| 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().