Public Member Functions | |
| __construct () | |
| getArgument () | |
| getArguments () | |
Public Member Functions inherited from SelectExpression | |
| __construct ($column_name, $alias=NULL) | |
| getExpression () | |
| show () | |
| getArgument () | |
| getArguments () | |
| isSubquery () | |
Public Member Functions inherited from Expression | |
| __construct ($column_name) | |
| getColumnName () | |
| show () | |
| getExpression () | |
Additional Inherited Members | |
Public Attributes inherited from SelectExpression | |
| $column_alias | |
Public Attributes inherited from Expression | |
| $column_name | |
Definition at line 12 of file StarExpression.class.php.
| StarExpression::__construct | ( | ) |
constructor, set the column to asterisk
Definition at line 19 of file StarExpression.class.php.
| StarExpression::getArgument | ( | ) |
Definition at line 24 of file StarExpression.class.php.
| StarExpression::getArguments | ( | ) |
Definition at line 29 of file StarExpression.class.php.
1.8.5