Skip to content

SqlClause

Interface

SQL clause.

Properties

PropertyTypeNotes
askForValueOptionsClauseAskForValueOptions

Whether endUser can see and edit the input editor for clause.

caseSensitiveboolean

For unHosted service & string field.

displayLabelstring

Only show label to endUser for current clause. null: use i18n to display the label. string: display custom label configured.

displayTypeClauseDisplayType

displayType is used for endUser.

jimuFieldNamestring

Jimu field name.

operatorClauseOperator

The clause operator.

typeClauseType

The clause type.

valueOptionsClauseValueOptions

The value options for clause.

askForValueOptions

optional
Interface Property
askForValueOptions: ClauseAskForValueOptions

Whether endUser can see and edit the input editor for clause.

caseSensitive

optional
Interface Property
caseSensitive: boolean

For unHosted service & string field.

displayLabel

optional
Interface Property
displayLabel: string

Only show label to endUser for current clause. null: use i18n to display the label. string: display custom label configured.

displayType

Interface Property
displayType: ClauseDisplayType

displayType is used for endUser.

jimuFieldName

Interface Property
jimuFieldName: string

Jimu field name.

operator

Interface Property
operator: ClauseOperator

The clause operator.

type

Interface Property
type: ClauseType

The clause type.

valueOptions

Interface Property
valueOptions: ClauseValueOptions

The value options for clause.

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.