Package | Description |
---|---|
oracle.odi.domain.project.interfaces |
This package contains Oracle Data Integrator Interface implementation.
|
Modifier and Type | Field and Description |
---|---|
static Filter.FilterType |
Filter.FilterType.FILTER
Deprecated.
filter type for a normal filter clause.
|
static Filter.FilterType |
Filter.FilterType.JOURNALIZED_FILTER
Deprecated.
filter type for a journalized filter clause.
|
Modifier and Type | Method and Description |
---|---|
Filter.FilterType |
Filter.getFilterType()
Deprecated.
Returns the clause type of this filter.
|
static Filter.FilterType |
Filter.FilterType.valueOf(java.lang.String name)
Deprecated.
|
static Filter.FilterType[] |
Filter.FilterType.values()
Deprecated.
|
Constructor and Description |
---|
Filter(DataSet pDataSet,
java.lang.String pSql,
Filter.FilterType pFilterType,
OdiInterface.ExecutionLocation pExecutionLocation)
Deprecated.
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.
|