ILIAS
Release_5_0_x_branch Revision 61816
|
Public Member Functions | |
asSQLStatement (ActiveRecord $ar) | |
Build WHERE Statement | |
setFieldname ($fieldname) | |
getFieldname () | |
setOperator ($operator) | |
getOperator () | |
setValue ($value) | |
getValue () | |
setType ($type) | |
getType () | |
setStatement ($statement) | |
getStatement () | |
setLink ($link) | |
getLink () | |
Public Member Functions inherited from arStatement | |
getTableNameAs () | |
setTableNameAs ($table_name_as) |
Data Fields | |
const | TYPE_STRING = 1 |
const | TYPE_REGULAR = 2 |
Protected Attributes | |
$type = self::TYPE_REGULAR | |
$fieldname = '' | |
$value | |
$operator= '=' | |
$statement = '' | |
$link = 'AND' | |
Protected Attributes inherited from arStatement | |
$table_name_as = '' |
arWhere::asSQLStatement | ( | ActiveRecord | $ar | ) |
Build WHERE Statement
ActiveRecord | $ar |
arException |
Reimplemented from arStatement.
Definition at line 48 of file class.arWhere.php.
References $statement, $type, $value, ActiveRecord\getArConnector(), ActiveRecord\getArFieldList(), ActiveRecord\getConnectorContainerName(), getFieldname(), getOperator(), getStatement(), getType(), getValue(), setOperator(), and setStatement().
arWhere::getFieldname | ( | ) |
Definition at line 95 of file class.arWhere.php.
References $fieldname.
Referenced by asSQLStatement().
arWhere::getLink | ( | ) |
arWhere::getOperator | ( | ) |
Definition at line 111 of file class.arWhere.php.
Referenced by asSQLStatement().
arWhere::getStatement | ( | ) |
Definition at line 159 of file class.arWhere.php.
References $statement.
Referenced by asSQLStatement().
arWhere::getType | ( | ) |
Definition at line 143 of file class.arWhere.php.
References $type.
Referenced by asSQLStatement().
arWhere::getValue | ( | ) |
Definition at line 127 of file class.arWhere.php.
References $value.
Referenced by asSQLStatement().
arWhere::setFieldname | ( | $fieldname | ) |
arWhere::setLink | ( | $link | ) |
arWhere::setOperator | ( | $operator | ) |
string | $operator |
Definition at line 103 of file class.arWhere.php.
Referenced by asSQLStatement().
arWhere::setStatement | ( | $statement | ) |
string | $statement |
Definition at line 151 of file class.arWhere.php.
References $statement.
Referenced by asSQLStatement().
arWhere::setType | ( | $type | ) |
arWhere::setValue | ( | $value | ) |
|
protected |
Definition at line 21 of file class.arWhere.php.
Referenced by getFieldname(), and setFieldname().
|
protected |
Definition at line 37 of file class.arWhere.php.
|
protected |
Definition at line 29 of file class.arWhere.php.
|
protected |
Definition at line 33 of file class.arWhere.php.
Referenced by asSQLStatement(), getStatement(), and setStatement().
|
protected |
Definition at line 17 of file class.arWhere.php.
Referenced by asSQLStatement(), getType(), and setType().
|
protected |
Definition at line 25 of file class.arWhere.php.
Referenced by asSQLStatement(), getValue(), and setValue().
const arWhere::TYPE_REGULAR = 2 |
Definition at line 13 of file class.arWhere.php.
const arWhere::TYPE_STRING = 1 |
Definition at line 12 of file class.arWhere.php.
Referenced by ActiveRecordList\where().