1447. Class

1447.1. Zend\Db\Sql\Predicate\Between

1447.1.1. Methods

1447.1.1.1. __construct

__construct()

Constructor

Parameters:
  • string
  • int|float|string
  • int|float|string

1447.1.1.2. setIdentifier

setIdentifier()

Set identifier for comparison

Parameters:string
Return type:Between

1447.1.1.3. getIdentifier

getIdentifier()

Get identifier of comparison

Return type:null|string

1447.1.1.4. setMinValue

setMinValue()

Set minimum boundary for comparison

Parameters:int|float|string
Return type:Between

1447.1.1.5. getMinValue

getMinValue()

Get minimum boundary for comparison

Return type:null|int|float|string

1447.1.1.6. setMaxValue

setMaxValue()

Set maximum boundary for comparison

Parameters:int|float|string
Return type:Between

1447.1.1.7. getMaxValue

getMaxValue()

Get maximum boundary for comparison

Return type:null|int|float|string

1447.1.1.8. setSpecification

setSpecification()

Set specification string to use in forming SQL predicate

Parameters:string
Return type:Between

1447.1.1.9. getSpecification

getSpecification()

Get specification string to use in forming SQL predicate

Return type:string

1447.1.1.10. getExpressionData

getExpressionData()

Return “where” parts

Return type:array