Show:

Db.Range Class

Module: Db

The class representing a rabge of database values

Constructor

Db.Range

(
  • min
  • includeMin
  • includeMax
  • max
)

Parameters:

  • min String

    Minimal value of the range. Pass null to skip the min.

  • includeMin Boolean

    Whether the range extends to include the minimum value

  • includeMax Boolean

    Whether the range extends to include the maximum value

  • max String

    Maximal 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.

Item Index