Property | Type | Description | |
---|---|---|---|
$compare_values | array | The values to be compared against | |
$conditions | array | The conditions in WHEN clauses | |
$else_result | array | The result in ELSE section of expr | |
$results | array | The results matching with the WHEN clauses | |
$value | The value to be compared |
Method | Description | |
---|---|---|
__construct ( ) | Constructor. | |
build ( |
||
parse ( |
public array $compare_values | ||
return | array |
public array $else_result | ||
return | array |
public array $results | ||
return | array |