Back to Pocketbase

Interface notBetween

static/jsvm/interfaces/dbx.notBetween.html

latest610 B
Original Source

Interface notBetween

Hierarchy

  • notBetween

  • notBetween(col, from, to): Expression

NotBetween generates a NOT BETWEEN expression. For example, NotBetween("age", 10, 30) generates: "age" NOT BETWEEN 10 AND 30

Parameters

col: string
from: {}
to: {}

Returns Expression

Settings

Member Visibility

  • Inherited

Theme

OSLightDark

Generated using TypeDoc