Db.Range Class
The class representing a rabge of database values
Constructor
Db.Range
(
-
min
-
includeMin
-
includeMax
-
max
Parameters:
-
min
StringMinimal value of the range. Pass null to skip the min.
-
includeMin
BooleanWhether the range extends to include the minimum value
-
includeMax
BooleanWhether the range extends to include the maximum value
-
max
StringMaximal value of the range. Pass null to skip the max. If boolean true is passed here, then $max is set to $min with the last character incremented to the next ASCII value.