Back to Pocketbase

Interface orNotLike

static/jsvm/interfaces/dbx.orNotLike.html

latest682 B
Original Source

Interface orNotLike

Hierarchy

  • orNotLike

  • orNotLike(col, ...values): LikeExp

OrNotLike generates an OR NOT LIKE expression. For example, OrNotLike("name", "key", "word") will generate a SQL expression: "name" NOT LIKE "%key%" OR "name" NOT LIKE "%word%". Please see Like() for more details.

Parameters

col: string
Rest ...values: string[]

Returns LikeExp

Settings

Member Visibility

  • Inherited

Theme

OSLightDark

Generated using TypeDoc