|
Oracle® OLAP Java API Reference 11g Release 2 (11.2) E10794-01 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object
oracle.olapi.syntax.KeywordCatalog
public final class KeywordCatalog
A catalog of keywords that an application can use as arguments to Expression
functions. The KeywordCatalog
class has fields that represent KeywordArgument
objects.
Field Summary | |
---|---|
static KeywordArgument |
ANCESTOR A static constant KeywordArgument representing the keyword ANCESTOR . |
static KeywordArgument |
AND A static constant KeywordArgument representing the keyword AND . |
static KeywordArgument |
AS A static constant KeywordArgument representing the keyword AS . |
static KeywordArgument |
ASC A static constant KeywordArgument representing the keyword ASC . |
static KeywordArgument |
AT A static constant KeywordArgument representing the keyword AT . |
static KeywordArgument |
BEGINNING A static constant KeywordArgument representing the keyword BEGINNING . |
static KeywordArgument |
BETWEEN A static constant KeywordArgument representing the keyword BETWEEN . |
static KeywordArgument |
BOTH A static constant KeywordArgument representing the keyword BOTH . |
static KeywordArgument |
BY A static constant KeywordArgument representing the keyword BY . |
static KeywordArgument |
CHAR_CS A static constant KeywordArgument representing the keyword CHAR_CS . |
static KeywordArgument |
CLOSEST A static constant KeywordArgument representing the keyword CLOSEST . |
static KeywordArgument |
CURRENT A static constant KeywordArgument representing the keyword CURRENT . |
static KeywordArgument |
DAY A static constant KeywordArgument representing the keyword DAY . |
static KeywordArgument |
DESC A static constant KeywordArgument representing the keyword DESC . |
static KeywordArgument |
DIMENSION A static constant KeywordArgument representing the keyword DIMENSION . |
static KeywordArgument |
END A static constant KeywordArgument representing the keyword END . |
static KeywordArgument |
FIRST A static constant KeywordArgument representing the keyword FIRST . |
static KeywordArgument |
FOLLOWING A static constant KeywordArgument representing the keyword FOLLOWING . |
static KeywordArgument |
FORCE A static constant KeywordArgument representing the keyword FORCE . |
static KeywordArgument |
FROM A static constant KeywordArgument representing the keyword FROM . |
static KeywordArgument |
GREGORIAN A static constant KeywordArgument representing the keyword GREGORIAN . |
static KeywordArgument |
HIERARCHY A static constant KeywordArgument representing the keyword HIERARCHY . |
static KeywordArgument |
HOUR A static constant KeywordArgument representing the keyword HOUR . |
static java.util.Map |
KEYWORD_MAP A static constant Map that contains the keywords in this catalog as keys and has KeywordArgument objects as values. |
static KeywordArgument |
LAST A static constant KeywordArgument representing the keyword LAST . |
static KeywordArgument |
LEADING A static constant KeywordArgument representing the keyword LEADING . |
static KeywordArgument |
LEVEL A static constant KeywordArgument representing the keyword LEVEL . |
static KeywordArgument |
MEMBER A static constant KeywordArgument representing the keyword MEMBER . |
static KeywordArgument |
MINUTE A static constant KeywordArgument representing the keyword MINUTE . |
static KeywordArgument |
MONTH A static constant KeywordArgument representing the keyword MONTH . |
static KeywordArgument |
NCHAR_CS A static constant KeywordArgument representing the keyword NCHAR_CS . |
static KeywordArgument |
NO A static constant KeywordArgument representing the keyword NO . |
static KeywordArgument |
NULLS A static constant KeywordArgument representing the keyword NULLS . |
static KeywordArgument |
OF A static constant KeywordArgument representing the keyword OF . |
static KeywordArgument |
OPTIMIZE A static constant KeywordArgument representing the keyword OPTIMIZE . |
static KeywordArgument |
ORDER A static constant KeywordArgument representing the keyword ORDER . |
static KeywordArgument |
PARENT A static constant KeywordArgument representing the keyword PARENT . |
static KeywordArgument |
POSITION A static constant KeywordArgument representing the keyword POSITION . |
static KeywordArgument |
PRECEDING A static constant KeywordArgument representing the keyword PRECEDING . |
static KeywordArgument |
QUARTER A static constant KeywordArgument representing the keyword QUARTER . |
static KeywordArgument |
REF A static constant KeywordArgument representing the keyword REF . |
static KeywordArgument |
SCALEBY A static constant KeywordArgument representing the keyword SCALEBY . |
static KeywordArgument |
SECOND A static constant KeywordArgument representing the keyword SECOND . |
static KeywordArgument |
TIMEZONE_ABBR A static constant KeywordArgument representing the keyword TIMEZONE_ABBR . |
static KeywordArgument |
TIMEZONE_HOUR A static constant KeywordArgument representing the keyword TIMEZONE_HOUR . |
static KeywordArgument |
TIMEZONE_MINUTE A static constant KeywordArgument representing the keyword TIMEZONE_MINUTE . |
static KeywordArgument |
TIMEZONE_REGION A static constant KeywordArgument representing the keyword TIMEZONE_REGION . |
static KeywordArgument |
TOP A static constant KeywordArgument representing the keyword TOP . |
static KeywordArgument |
TRAILING A static constant KeywordArgument representing the keyword TRAILING . |
static KeywordArgument |
UNBOUNDED A static constant KeywordArgument representing the keyword UNBOUNDED . |
static KeywordArgument |
USING A static constant KeywordArgument representing the keyword USING . |
static KeywordArgument |
WEEK A static constant KeywordArgument representing the keyword WEEK . |
static KeywordArgument |
WEIGHTBY A static constant KeywordArgument representing the keyword WEIGHTBY . |
static KeywordArgument |
WITHIN A static constant KeywordArgument representing the keyword WITHIN . |
static KeywordArgument |
YEAR A static constant KeywordArgument representing the keyword YEAR . |
static KeywordArgument |
YES A static constant KeywordArgument representing the keyword YES . |
Constructor Summary | |
---|---|
KeywordCatalog() |
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.util.Map KEYWORD_MAP
Map
that contains the keywords in this catalog as keys and has KeywordArgument
objects as values.public static final KeywordArgument ANCESTOR
KeywordArgument
representing the keyword ANCESTOR
.public static final KeywordArgument AND
KeywordArgument
representing the keyword AND
.public static final KeywordArgument AS
KeywordArgument
representing the keyword AS
.public static final KeywordArgument ASC
KeywordArgument
representing the keyword ASC
.public static final KeywordArgument AT
KeywordArgument
representing the keyword AT
.public static final KeywordArgument BEGINNING
KeywordArgument
representing the keyword BEGINNING
.public static final KeywordArgument BETWEEN
KeywordArgument
representing the keyword BETWEEN
.public static final KeywordArgument BOTH
KeywordArgument
representing the keyword BOTH
.public static final KeywordArgument BY
KeywordArgument
representing the keyword BY
.public static final KeywordArgument CHAR_CS
KeywordArgument
representing the keyword CHAR_CS
.public static final KeywordArgument CLOSEST
KeywordArgument
representing the keyword CLOSEST
.public static final KeywordArgument CURRENT
KeywordArgument
representing the keyword CURRENT
.public static final KeywordArgument DAY
KeywordArgument
representing the keyword DAY
.public static final KeywordArgument DESC
KeywordArgument
representing the keyword DESC
.public static final KeywordArgument DIMENSION
KeywordArgument
representing the keyword DIMENSION
.public static final KeywordArgument END
KeywordArgument
representing the keyword END
.public static final KeywordArgument FIRST
KeywordArgument
representing the keyword FIRST
.public static final KeywordArgument FOLLOWING
KeywordArgument
representing the keyword FOLLOWING
.public static final KeywordArgument FORCE
KeywordArgument
representing the keyword FORCE
.public static final KeywordArgument FROM
KeywordArgument
representing the keyword FROM
.public static final KeywordArgument GREGORIAN
KeywordArgument
representing the keyword GREGORIAN
.public static final KeywordArgument HIERARCHY
KeywordArgument
representing the keyword HIERARCHY
.public static final KeywordArgument HOUR
KeywordArgument
representing the keyword HOUR
.public static final KeywordArgument LAST
KeywordArgument
representing the keyword LAST
.public static final KeywordArgument LEADING
KeywordArgument
representing the keyword LEADING
.public static final KeywordArgument LEVEL
KeywordArgument
representing the keyword LEVEL
.public static final KeywordArgument MEMBER
KeywordArgument
representing the keyword MEMBER
.public static final KeywordArgument MINUTE
KeywordArgument
representing the keyword MINUTE
.public static final KeywordArgument MONTH
KeywordArgument
representing the keyword MONTH
.public static final KeywordArgument NCHAR_CS
KeywordArgument
representing the keyword NCHAR_CS
.public static final KeywordArgument NO
KeywordArgument
representing the keyword NO
.public static final KeywordArgument NULLS
KeywordArgument
representing the keyword NULLS
.public static final KeywordArgument OF
KeywordArgument
representing the keyword OF
.public static final KeywordArgument OPTIMIZE
KeywordArgument
representing the keyword OPTIMIZE
.public static final KeywordArgument ORDER
KeywordArgument
representing the keyword ORDER
.public static final KeywordArgument PARENT
KeywordArgument
representing the keyword PARENT
.public static final KeywordArgument POSITION
KeywordArgument
representing the keyword POSITION
.public static final KeywordArgument PRECEDING
KeywordArgument
representing the keyword PRECEDING
.public static final KeywordArgument QUARTER
KeywordArgument
representing the keyword QUARTER
.public static final KeywordArgument REF
KeywordArgument
representing the keyword REF
.public static final KeywordArgument SCALEBY
KeywordArgument
representing the keyword SCALEBY
.public static final KeywordArgument SECOND
KeywordArgument
representing the keyword SECOND
.public static final KeywordArgument TIMEZONE_ABBR
KeywordArgument
representing the keyword TIMEZONE_ABBR
.public static final KeywordArgument TIMEZONE_HOUR
KeywordArgument
representing the keyword TIMEZONE_HOUR
.public static final KeywordArgument TIMEZONE_MINUTE
KeywordArgument
representing the keyword TIMEZONE_MINUTE
.public static final KeywordArgument TIMEZONE_REGION
KeywordArgument
representing the keyword TIMEZONE_REGION
.public static final KeywordArgument TOP
KeywordArgument
representing the keyword TOP
.public static final KeywordArgument TRAILING
KeywordArgument
representing the keyword TRAILING
.public static final KeywordArgument UNBOUNDED
KeywordArgument
representing the keyword UNBOUNDED
.public static final KeywordArgument USING
KeywordArgument
representing the keyword USING
.public static final KeywordArgument WEEK
KeywordArgument
representing the keyword WEEK
.public static final KeywordArgument WEIGHTBY
KeywordArgument
representing the keyword WEIGHTBY
.public static final KeywordArgument WITHIN
KeywordArgument
representing the keyword WITHIN
.public static final KeywordArgument YEAR
KeywordArgument
representing the keyword YEAR
.public static final KeywordArgument YES
KeywordArgument
representing the keyword YES
.Constructor Detail |
---|
public KeywordCatalog()
|
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |