Skip to main content
Hitachi Vantara Lumada and Pentaho Documentation

IIsLike

pentaho.data.filter.spec. IIsLike

The spec.IIsLike interface describes the information associated with an is-like filter.

Source: doc-js/pentaho/data/filter/spec/IIsLike.jsdoc, line 17

See also: pentaho.data.filter.IsLike

Extends

Members

Name Description
_ :  pentaho.type.spec.TypeReference

An inline type reference of the value's type.

anchorEnd :  pentaho.type.Boolean

A flag indicating whether the affix is required to be a suffix.

anchorStart :  pentaho.type.Boolean

A flag indicating whether the affix is required to be a prefix.

isCaseInsensitive :  pentaho.type.Boolean

A flag indicating whether the search should be case insensitive.

property :  string

The name of the property.

value :  pentaho.type.spec.Value

The value to which the property is expected to be an affix of.

Members Details

_:  pentaho.type.spec.TypeReference

An inline type reference of the value's type.

Source: doc-js/pentaho/type/spec/IInstance.jsdoc, line 27

Inherited From: pentaho.type.spec.IInstance#_

anchorEnd:  pentaho.type.Boolean

A flag indicating whether the affix is required to be a suffix.

Source: doc-js/pentaho/data/filter/spec/IIsLike.jsdoc, line 44

anchorStart:  pentaho.type.Boolean

A flag indicating whether the affix is required to be a prefix.

Source: doc-js/pentaho/data/filter/spec/IIsLike.jsdoc, line 36

isCaseInsensitive:  pentaho.type.Boolean

A flag indicating whether the search should be case insensitive.

Source: doc-js/pentaho/data/filter/spec/IIsLike.jsdoc, line 52

property:  string

The name of the property.

Source: doc-js/pentaho/data/filter/spec/IProperty.jsdoc, line 28

Inherited From: pentaho.data.filter.spec.IProperty#property

value:  pentaho.type.spec.Value

The value to which the property is expected to be an affix of.

Source: doc-js/pentaho/data/filter/spec/IIsLike.jsdoc, line 28