Public Member Functions | |
| __construct ($column_name, $alias=NULL) | |
| getExpression () | |
| show () | |
| getArgument () | |
| getArguments () | |
| isSubquery () | |
Public Member Functions inherited from Expression | |
| __construct ($column_name) | |
| getColumnName () | |
| show () | |
| getExpression () | |
Public Attributes | |
| $column_alias | |
Public Attributes inherited from Expression | |
| $column_name | |
Definition at line 18 of file SelectExpression.class.php.
| SelectExpression::__construct | ( | $column_name, | |
$alias = NULL |
|||
| ) |
constructor
| string | $column_name | |
| string | $alias |
Definition at line 33 of file SelectExpression.class.php.
| SelectExpression::getArgument | ( | ) |
Definition at line 53 of file SelectExpression.class.php.
| SelectExpression::getArguments | ( | ) |
Definition at line 58 of file SelectExpression.class.php.
| SelectExpression::getExpression | ( | ) |
Return column expression, ex) column as alias
Definition at line 43 of file SelectExpression.class.php.
| SelectExpression::isSubquery | ( | ) |
Definition at line 63 of file SelectExpression.class.php.
| SelectExpression::show | ( | ) |
Definition at line 48 of file SelectExpression.class.php.
| SelectExpression::$column_alias |
Definition at line 25 of file SelectExpression.class.php.
1.8.5