static/jsvm/interfaces/dbx.LikeExp.html
LikeExp represents a variant of LIKE expressions.
Build converts an expression into a SQL fragment.
Escape specifies how a LIKE expression should be escaped. Each string at position 2i represents a special character and the string at position 2i+1 is the corresponding escaped version.
Rest ...chars: string[]Match specifies whether to do wildcard matching on the left and/or right of given strings.
like: string
Like stores the LIKE operator. It can be "LIKE", "NOT LIKE". It may also be customized as something like "ILIKE".
OSLightDark
Generated using TypeDoc