public interface BaseSearchCriteria
Modifier and Type | Field and Description |
---|---|
static byte |
ASC
Specifies ASCENDING order of direction in an Order By clause.
|
static oracle.hsgbu.hdr.fwk.base.common.SearchOperator |
CONTAINS
The
contains operator, similar to the SQL
CONTAINS operator. |
static byte |
DESC
Specifies DESCENDING order of direction in an Order By clause.
|
static oracle.hsgbu.hdr.fwk.base.common.SearchOperator |
EQUALS
The
equals operator, similar to the SQL =
operator. |
static oracle.hsgbu.hdr.fwk.base.common.SearchOperator |
GREATER_THAN
The
greater than operator, similar to the SQL >
operator. |
static oracle.hsgbu.hdr.fwk.base.common.SearchOperator |
GREATER_THAN_OR_EQUAL_TO
The
greater than or equal to operator, similar to the SQL
>= operator. |
static oracle.hsgbu.hdr.fwk.base.common.SearchOperator |
IN
The
in operator, similar to the SQL IN operator. |
static oracle.hsgbu.hdr.fwk.base.common.UnarySearchOperator |
IS_NOT_NULL
The
is not null operator, similar to the SQL
IS NOT NULL operator. |
static oracle.hsgbu.hdr.fwk.base.common.UnarySearchOperator |
IS_NULL
The
is null operator, similar to the SQL IS NULL
operator. |
static oracle.hsgbu.hdr.fwk.base.common.SearchOperator |
LESS_THAN
The
less than operator, similar to the SQL <
operator. |
static oracle.hsgbu.hdr.fwk.base.common.SearchOperator |
LESS_THAN_OR_EQUAL_TO
The
less than or equal to operator, similar to the SQL
<= operator. |
static oracle.hsgbu.hdr.fwk.base.common.SearchOperator |
LIKE
This
like operator, similar to the SQL LIKE
operator. |
static oracle.hsgbu.hdr.fwk.base.common.SearchOperator |
NOT_EQUALS
The
not equals operator, similar to the SQL <>
operator. |
static oracle.hsgbu.hdr.fwk.base.common.SearchOperator |
NOT_IN
The
not in operator, similar to the SQL NOT IN
operator. |
static oracle.hsgbu.hdr.fwk.base.common.SearchOperator |
NOT_LIKE
The
not like operator, similar to the SQL
NOT LIKE operator. |
Modifier and Type | Method and Description |
---|---|
CTBAttributeFetchMap |
getCTBAttributeFetchMap()
Retrieves the
CTBAttributeFetchMap from the
SearchCriteria object. |
void |
setCTBAttributeFetchMap(CTBAttributeFetchMap attrMap)
Sets the
CTBAttributeFetchMap on the
SearchCriteria object. |
static final oracle.hsgbu.hdr.fwk.base.common.SearchOperator EQUALS
equals
operator, similar to the SQL =
operator.static final oracle.hsgbu.hdr.fwk.base.common.SearchOperator NOT_EQUALS
not equals
operator, similar to the SQL <>
operator.static final oracle.hsgbu.hdr.fwk.base.common.SearchOperator LESS_THAN
less than
operator, similar to the SQL <
operator.static final oracle.hsgbu.hdr.fwk.base.common.SearchOperator LESS_THAN_OR_EQUAL_TO
less than or equal to
operator, similar to the SQL
<=
operator.static final oracle.hsgbu.hdr.fwk.base.common.SearchOperator GREATER_THAN
greater than
operator, similar to the SQL >
operator.static final oracle.hsgbu.hdr.fwk.base.common.SearchOperator GREATER_THAN_OR_EQUAL_TO
greater than or equal to
operator, similar to the SQL
>=
operator.static final oracle.hsgbu.hdr.fwk.base.common.SearchOperator LIKE
like
operator, similar to the SQL LIKE
operator.static final oracle.hsgbu.hdr.fwk.base.common.SearchOperator NOT_LIKE
not like
operator, similar to the SQL
NOT LIKE
operator.static final oracle.hsgbu.hdr.fwk.base.common.SearchOperator IN
in
operator, similar to the SQL IN
operator.static final oracle.hsgbu.hdr.fwk.base.common.SearchOperator NOT_IN
not in
operator, similar to the SQL NOT IN
operator.static final oracle.hsgbu.hdr.fwk.base.common.UnarySearchOperator IS_NULL
is null
operator, similar to the SQL IS NULL
operator.static final oracle.hsgbu.hdr.fwk.base.common.UnarySearchOperator IS_NOT_NULL
is not null
operator, similar to the SQL
IS NOT NULL
operator.static final oracle.hsgbu.hdr.fwk.base.common.SearchOperator CONTAINS
contains
operator, similar to the SQL
CONTAINS
operator.
Can only be used for data indexed by using Oracle's Intermedia Text
module.static final byte DESC
static final byte ASC
void setCTBAttributeFetchMap(CTBAttributeFetchMap attrMap)
CTBAttributeFetchMap
on the
SearchCriteria
object.attrMap
- CTBAttributeFetchMap
object.CTBAttributeFetchMap getCTBAttributeFetchMap()
CTBAttributeFetchMap
from the
SearchCriteria
object.CTBAttributeFetchMap
object.HDR Glossary HDR Concept Lists HDR Exceptions HDR Programmer's Guide HDR Implementation Guide HDR Profile Options
Copyright © 2016, 2018, Oracle. All rights reserved