Back to Pocketbase

Interface notLike

static/jsvm/interfaces/dbx.notLike.html

latest665 B
Original Source

Interface notLike

Hierarchy

  • notLike

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

NotLike generates a NOT LIKE expression. For example, NotLike("name", "key", "word") will generate a SQL expression: "name" NOT LIKE "%key%" AND "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