ILIAS  Release_5_0_x_branch Revision 61816
 All Data Structures Namespaces Files Functions Variables Groups Pages
arStatement Class Reference

Class arStatement. More...

+ Inheritance diagram for arStatement:
+ Collaboration diagram for arStatement:

Public Member Functions

 asSQLStatement (ActiveRecord $ar)
 getTableNameAs ()
 setTableNameAs ($table_name_as)

Protected Attributes

 $table_name_as = ''

Detailed Description

Class arStatement.

Author
Fabian Schmid fs@st.nosp@m.uder.nosp@m.-raim.nosp@m.ann..nosp@m.ch
Version
2.0.7

Definition at line 10 of file class.arStatement.php.

Member Function Documentation

arStatement::asSQLStatement ( ActiveRecord  $ar)
abstract
Parameters
ActiveRecord$ar
Returns
string

Reimplemented in arJoin, arWhere, arSelect, arConcat, arLimit, and arOrder.

arStatement::getTableNameAs ( )
Returns
string

Definition at line 29 of file class.arStatement.php.

References $table_name_as.

Referenced by arJoin\asSQLStatement().

{
}

+ Here is the caller graph for this function:

arStatement::setTableNameAs (   $table_name_as)
Parameters
string$table_name_as

Definition at line 37 of file class.arStatement.php.

References $table_name_as.

Referenced by arJoinCollection\add().

{
$this->table_name_as = $table_name_as;
}

+ Here is the caller graph for this function:

Field Documentation

arStatement::$table_name_as = ''
protected

Definition at line 15 of file class.arStatement.php.

Referenced by getTableNameAs(), and setTableNameAs().


The documentation for this class was generated from the following file: