between abstract method

S between(
  1. dynamic value1,
  2. dynamic value2
)

Query condition that matches all values greater than the first value and less than the second value. SQL: BETWEEN

Implementation

S between(dynamic value1, dynamic value2);