JoinKeyword
class JoinKeyword extends Component (View source)
JOIN
keyword parser.
Properties
static array | $JOINS | Types of join. |
|
string | $type | Type of this join. |
|
Expression | $expr | Join expression. |
|
Condition[] | $on | Join conditions. |
|
ArrayObj | $using | Columns in Using clause. |
Methods
static mixed
static mixed
build(mixed $component, array $options = [])
No description
__construct(string $type = null, Expression $expr = null, Condition[] $on = null, ArrayObj $using = null)
No description
Details
static mixed
parse(Parser $parser, TokensList $list, array $options = [])
No description
static mixed
build(mixed $component, array $options = [])
No description
string
__toString()
Builds the string representation of a component of this type.
__construct(string $type = null, Expression $expr = null, Condition[] $on = null, ArrayObj $using = null)
No description