ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
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 |
Definition at line 33 of file class.arSelect.php.
References getAs(), getFieldName(), and getTableName().
arSelect::getAs | ( | ) |
Definition at line 69 of file class.arSelect.php.
References $as.
Referenced by asSQLStatement().
arSelect::getFieldName | ( | ) |
Definition at line 87 of file class.arSelect.php.
References $field_name.
Referenced by asSQLStatement().
arSelect::getTableName | ( | ) |
Definition at line 51 of file class.arSelect.php.
References $table_name.
Referenced by asSQLStatement().
arSelect::setAs | ( | $as | ) |
arSelect::setFieldName | ( | $field_name | ) |
string | $field_name |
Definition at line 96 of file class.arSelect.php.
References $field_name.
arSelect::setTableName | ( | $table_name | ) |
string | $table_name |
Definition at line 60 of file class.arSelect.php.
References $table_name.
|
protected |
Definition at line 21 of file class.arSelect.php.
|
protected |
Definition at line 25 of file class.arSelect.php.
Referenced by getFieldName(), and setFieldName().
|
protected |
Definition at line 17 of file class.arSelect.php.
Referenced by getTableName(), and setTableName().