Namespace: DataFilter

Oracle® JavaScript Extension Toolkit (JET)
15.1.0

F83698-01

Since:
  • 8.0.0
Module:
  • ojdataprovider

QuickNav

Description


Usage

Signature:

namespace DataFilter

Typescript Import Format
//To import this namespace, use the format below.
import {DataFilter} from "ojs/ojdataprovider";

For additional information visit:


Type Definitions

Filter<D>

Union type of all Filter types.
Signature:

(AttributeFilter.<D>|AttributeExprFilter.<D>|CompoundFilter.<D>|ExtendedCompoundFilter.<D>|NestedFilter.<D>|TextFilter.<D>)

FilterDef<D>

Union type of all FilterDef types.
Signature:

(AttributeFilterDef.<D>|AttributeExprFilterDef.<D>|CompoundFilterDef.<D>|ExtendedCompoundFilterDef.<D>|NestedFilterDef.<D>|TextFilterDef)