Fully Qualified Name: | Laminas\Db\Sql\Predicate\NotBetween |
Extends: | Between |
Name | Description | Defined By |
---|---|---|
__construct() | Constructor | Between |
getExpressionData() | Return "where" parts | Between |
getIdentifier() | Get identifier of comparison | Between |
getMaxValue() | Get maximum boundary for comparison | Between |
getMinValue() | Get minimum boundary for comparison | Between |
getSpecification() | Get specification string to use in forming SQL predicate | Between |
setIdentifier() | Set identifier for comparison | Between |
setMaxValue() | Set maximum boundary for comparison | Between |
setMinValue() | Set minimum boundary for comparison | Between |
setSpecification() | Set specification string to use in forming SQL predicate | Between |
Constructor
Parameter Name | Type | Description |
---|---|---|
$identifier | string | |
$minValue | int|float|string | |
$maxValue | int|float|string |
Returns:
Return "where" parts
Returns: array
Get identifier of comparison
Returns: null|string
Get maximum boundary for comparison
Returns: null|int|float|string
Get minimum boundary for comparison
Returns: null|int|float|string
Get specification string to use in forming SQL predicate
Returns: string
Set identifier for comparison
Parameter Name | Type | Description |
---|---|---|
$identifier | string |
Returns: self Provides a fluent interface
Set maximum boundary for comparison
Parameter Name | Type | Description |
---|---|---|
$maxValue | int|float|string |
Returns: self Provides a fluent interface
Set minimum boundary for comparison
Parameter Name | Type | Description |
---|---|---|
$minValue | int|float|string |
Returns: self Provides a fluent interface
Set specification string to use in forming SQL predicate
Parameter Name | Type | Description |
---|---|---|
$specification | string |
Returns: self Provides a fluent interface