ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
Public Member Functions | |
asSQLStatement (ActiveRecord $ar) | |
getAs () | |
setAs ($as) | |
getFields () | |
setFields ($fields) | |
Public Member Functions inherited from arStatement | |
asSQLStatement (ActiveRecord $ar) | |
asORACLEStatement (ActiveRecord $ar) | |
getTableNameAs () | |
setTableNameAs ($table_name_as) | |
Protected Attributes | |
$as = '' | |
$fields = array() | |
Protected Attributes inherited from arStatement | |
$table_name_as = '' | |
arConcat::asSQLStatement | ( | ActiveRecord | $ar | ) |
ActiveRecord | $ar |
Definition at line 29 of file class.arConcat.php.
References getAs(), and getFields().
arConcat::getAs | ( | ) |
Definition at line 38 of file class.arConcat.php.
References $as.
Referenced by asSQLStatement().
arConcat::getFields | ( | ) |
Definition at line 56 of file class.arConcat.php.
References $fields.
Referenced by asSQLStatement().
arConcat::setAs | ( | $as | ) |
arConcat::setFields | ( | $fields | ) |
array | $fields |
Definition at line 65 of file class.arConcat.php.
References $fields, and fields.
|
protected |
Definition at line 17 of file class.arConcat.php.
|
protected |
Definition at line 21 of file class.arConcat.php.
Referenced by getFields(), and setFields().