Méthode | Description | |
---|---|---|
BinaryOperation ( parent $LeftOperandExpression, $Operator, parent $RightOperandExpression ) : |
||
Cast ( $CastType, parent $CastValueExpression ) : |
||
CompoundBoolean ( array $BooleanExpressions, $LogicalOperator = Binary::LogicalAnd ) : |
||
Conditional ( parent $ConditionExpression, parent $IfTrueExpression, parent $IfFalseExpression ) : |
||
FunctionCall ( $Name, |
||
Identifier ( array $Segments ) : |
||
Keyword ( $Keyword ) : |
||
Literal ( $String ) : |
||
Multiple ( array $Expressions ) : |
||
PersistData ( |
||
ReviveColumn ( |
||
Set ( |
||
UnaryOperation ( $UnaryOperator, parent $OperandExpression ) : |
||
ValueList ( array $ValueExpressions = [] ) : |
public static BinaryOperation ( parent $LeftOperandExpression, $Operator, parent $RightOperandExpression ) : |
||
$LeftOperandExpression | parent | |
$RightOperandExpression | parent | |
Résultat |
public static Cast ( $CastType, parent $CastValueExpression ) : |
||
$CastValueExpression | parent | |
Résultat |
public static CompoundBoolean ( array $BooleanExpressions, $LogicalOperator = Binary::LogicalAnd ) : |
||
$BooleanExpressions | array | |
Résultat |
public static Conditional ( parent $ConditionExpression, parent $IfTrueExpression, parent $IfFalseExpression ) : |
||
$ConditionExpression | parent | |
$IfTrueExpression | parent | |
$IfFalseExpression | parent | |
Résultat |
public static FunctionCall ( $Name, |
||
$ArgumentValueListExpression | ||
Résultat |
public static Identifier ( array $Segments ) : |
||
$Segments | array | |
Résultat |
public static Keyword ( $Keyword ) : |
||
Résultat |
public static Literal ( $String ) : |
||
Résultat |
public static PersistData ( |
||
$Column | ||
$ValueExpression | parent | |
Résultat |
public static ReviveColumn ( |
||
$Column | ||
Résultat |
public static Set ( |
||
$AssignToColumnExpression | ||
$AssignmentValueExpression | parent | |
Résultat |
public static UnaryOperation ( $UnaryOperator, parent $OperandExpression ) : |
||
$OperandExpression | parent | |
Résultat |