Skip navigation links

Oracle® Data Integrator Java API Reference
11g Release 1 (11.1.1.6.0)

E17060-03


Uses of Class
oracle.odi.domain.project.interfaces.Filter.FilterType

Packages that use Filter.FilterType
oracle.odi.domain.project.interfaces This package contains Oracle Data Integrator Interface implementation. 

 

Uses of Filter.FilterType in oracle.odi.domain.project.interfaces

 

Methods in oracle.odi.domain.project.interfaces that return Filter.FilterType
 Filter.FilterType Filter.getFilterType()
          Returns the clause type of this filter.
static Filter.FilterType Filter.FilterType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Filter.FilterType[] Filter.FilterType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.

 

Constructors in oracle.odi.domain.project.interfaces with parameters of type Filter.FilterType
Filter(DataSet pDataSet, java.lang.String pSql, Filter.FilterType pFilterType, OdiInterface.ExecutionLocation pExecutionLocation)
          Internal use only Builds a filter clause in the parent dataset using the specified SQL expression text, clause type (normal or journalized) and the desired execution location.

 


Skip navigation links

Oracle® Data Integrator Java API Reference
11g Release 1 (11.1.1.6.0)

E17060-03


Copyright © 2011, Oracle and/or its affiliates. All rights reserved.