Skip to main content

SQLLikePredicate

Defined in: packages/core/src/utils/parseSQL/types.ts:130

Extends

Properties

escape

escape: SQLStringValue | null

Defined in: packages/core/src/utils/parseSQL/types.ts:135


hasNot

hasNot: NotOpt

Defined in: packages/core/src/utils/parseSQL/types.ts:132


left

left: SQLSimpleExpression

Defined in: packages/core/src/utils/parseSQL/types.ts:133


right: SQLSimpleExpression | SQLStartsWithExpr | SQLEndsWithExpr | SQLContainsExpr

Defined in: packages/core/src/utils/parseSQL/types.ts:134


type

type: "LikePredicate"

Defined in: packages/core/src/utils/parseSQL/types.ts:131

Overrides

SQLWhereObject.type


caution

API documentation is generated from the latest commit on the main branch. It may be somewhat inconsistent with official releases of React Query Builder.