|
ILIAS
release_5-2 Revision v5.2.25-18-g3f80b828510
|
Inheritance diagram for arSelect:
Collaboration diagram for arSelect:Public Member Functions | |
| asSQLStatement (ActiveRecord $ar) | |
| getTableName () | |
| setTableName ($table_name) | |
| getAs () | |
| setAs ($as) | |
| getFieldName () | |
| setFieldName ($field_name) | |
Public Member Functions inherited from arStatement | |
| asSQLStatement (ActiveRecord $ar) | |
| asORACLEStatement (ActiveRecord $ar) | |
| getTableNameAs () | |
| setTableNameAs ($table_name_as) | |
Protected Attributes | |
| $table_name = '' | |
| $as = '' | |
| $field_name = '' | |
Protected Attributes inherited from arStatement | |
| $table_name_as = '' | |
| arSelect::asSQLStatement | ( | ActiveRecord | $ar | ) |
| ActiveRecord | $ar |
Reimplemented from arStatement.
Definition at line 32 of file class.arSelect.php.
References getAs(), getFieldName(), and getTableName().
Here is the call graph for this function:| arSelect::getAs | ( | ) |
Definition at line 65 of file class.arSelect.php.
References $as.
Referenced by asSQLStatement().
Here is the caller graph for this function:| arSelect::getFieldName | ( | ) |
Definition at line 81 of file class.arSelect.php.
References $field_name.
Referenced by asSQLStatement().
Here is the caller graph for this function:| arSelect::getTableName | ( | ) |
Definition at line 49 of file class.arSelect.php.
References $table_name.
Referenced by asSQLStatement().
Here is the caller graph for this function:| arSelect::setAs | ( | $as | ) |
| arSelect::setFieldName | ( | $field_name | ) |
| string | $field_name |
Definition at line 89 of file class.arSelect.php.
References $field_name.
| arSelect::setTableName | ( | $table_name | ) |
| string | $table_name |
Definition at line 57 of file class.arSelect.php.
References $table_name.
|
protected |
Definition at line 20 of file class.arSelect.php.
|
protected |
Definition at line 24 of file class.arSelect.php.
Referenced by getFieldName(), and setFieldName().
|
protected |
Definition at line 16 of file class.arSelect.php.
Referenced by getTableName(), and setTableName().