Property | Type | Description | |
---|---|---|---|
$alias | string | The alias of this expression. | |
$column | string | The name of the column. | |
$database | string | The name of this database. | |
$expr | string | The sub-expression. | |
$function | mixed | The name of the function. | |
$subquery | string | The type of subquery. | |
$table | string | The name of this table. |
Method | Description | |
---|---|---|
__construct ( string $database = null, string $table = null, string $column = null, string $alias = null ) | Constructor. | |
build ( |
||
parse ( |
Possible options: |
public __construct ( string $database = null, string $table = null, string $column = null, string $alias = null ) | ||
$database | string | The name of the database or the the expression. the the expression. |
$table | string | The name of the table or the alias of the expression. the alias of the expression. |
$column | string | The name of the column. |
$alias | string | The name of the alias. |