Skip navigation links

Oracle® OLAP Java API Reference
11g Release 2 (11.2)

E10794-01


oracle.olapi.syntax
Class KeywordCatalog

java.lang.Object
  extended by oracle.olapi.syntax.KeywordCatalog


public final class KeywordCatalog
extends java.lang.Object

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

KEYWORD_MAP

public static final java.util.Map KEYWORD_MAP
A static constant Map that contains the keywords in this catalog as keys and has KeywordArgument objects as values.

ANCESTOR

public static final KeywordArgument ANCESTOR
A static constant KeywordArgument representing the keyword ANCESTOR.

AND

public static final KeywordArgument AND
A static constant KeywordArgument representing the keyword AND.

AS

public static final KeywordArgument AS
A static constant KeywordArgument representing the keyword AS.

ASC

public static final KeywordArgument ASC
A static constant KeywordArgument representing the keyword ASC.

AT

public static final KeywordArgument AT
A static constant KeywordArgument representing the keyword AT.

BEGINNING

public static final KeywordArgument BEGINNING
A static constant KeywordArgument representing the keyword BEGINNING.

BETWEEN

public static final KeywordArgument BETWEEN
A static constant KeywordArgument representing the keyword BETWEEN.

BOTH

public static final KeywordArgument BOTH
A static constant KeywordArgument representing the keyword BOTH.

BY

public static final KeywordArgument BY
A static constant KeywordArgument representing the keyword BY.

CHAR_CS

public static final KeywordArgument CHAR_CS
A static constant KeywordArgument representing the keyword CHAR_CS.

CLOSEST

public static final KeywordArgument CLOSEST
A static constant KeywordArgument representing the keyword CLOSEST.

CURRENT

public static final KeywordArgument CURRENT
A static constant KeywordArgument representing the keyword CURRENT.

DAY

public static final KeywordArgument DAY
A static constant KeywordArgument representing the keyword DAY.

DESC

public static final KeywordArgument DESC
A static constant KeywordArgument representing the keyword DESC.

DIMENSION

public static final KeywordArgument DIMENSION
A static constant KeywordArgument representing the keyword DIMENSION.

END

public static final KeywordArgument END
A static constant KeywordArgument representing the keyword END.

FIRST

public static final KeywordArgument FIRST
A static constant KeywordArgument representing the keyword FIRST.

FOLLOWING

public static final KeywordArgument FOLLOWING
A static constant KeywordArgument representing the keyword FOLLOWING.

FORCE

public static final KeywordArgument FORCE
A static constant KeywordArgument representing the keyword FORCE.

FROM

public static final KeywordArgument FROM
A static constant KeywordArgument representing the keyword FROM.

GREGORIAN

public static final KeywordArgument GREGORIAN
A static constant KeywordArgument representing the keyword GREGORIAN.

HIERARCHY

public static final KeywordArgument HIERARCHY
A static constant KeywordArgument representing the keyword HIERARCHY.

HOUR

public static final KeywordArgument HOUR
A static constant KeywordArgument representing the keyword HOUR.

LAST

public static final KeywordArgument LAST
A static constant KeywordArgument representing the keyword LAST.

LEADING

public static final KeywordArgument LEADING
A static constant KeywordArgument representing the keyword LEADING.

LEVEL

public static final KeywordArgument LEVEL
A static constant KeywordArgument representing the keyword LEVEL.

MEMBER

public static final KeywordArgument MEMBER
A static constant KeywordArgument representing the keyword MEMBER.

MINUTE

public static final KeywordArgument MINUTE
A static constant KeywordArgument representing the keyword MINUTE.

MONTH

public static final KeywordArgument MONTH
A static constant KeywordArgument representing the keyword MONTH.

NCHAR_CS

public static final KeywordArgument NCHAR_CS
A static constant KeywordArgument representing the keyword NCHAR_CS.

NO

public static final KeywordArgument NO
A static constant KeywordArgument representing the keyword NO.

NULLS

public static final KeywordArgument NULLS
A static constant KeywordArgument representing the keyword NULLS.

OF

public static final KeywordArgument OF
A static constant KeywordArgument representing the keyword OF.

OPTIMIZE

public static final KeywordArgument OPTIMIZE
A static constant KeywordArgument representing the keyword OPTIMIZE.

ORDER

public static final KeywordArgument ORDER
A static constant KeywordArgument representing the keyword ORDER.

PARENT

public static final KeywordArgument PARENT
A static constant KeywordArgument representing the keyword PARENT.

POSITION

public static final KeywordArgument POSITION
A static constant KeywordArgument representing the keyword POSITION.

PRECEDING

public static final KeywordArgument PRECEDING
A static constant KeywordArgument representing the keyword PRECEDING.

QUARTER

public static final KeywordArgument QUARTER
A static constant KeywordArgument representing the keyword QUARTER.

REF

public static final KeywordArgument REF
A static constant KeywordArgument representing the keyword REF.

SCALEBY

public static final KeywordArgument SCALEBY
A static constant KeywordArgument representing the keyword SCALEBY.

SECOND

public static final KeywordArgument SECOND
A static constant KeywordArgument representing the keyword SECOND.

TIMEZONE_ABBR

public static final KeywordArgument TIMEZONE_ABBR
A static constant KeywordArgument representing the keyword TIMEZONE_ABBR.

TIMEZONE_HOUR

public static final KeywordArgument TIMEZONE_HOUR
A static constant KeywordArgument representing the keyword TIMEZONE_HOUR.

TIMEZONE_MINUTE

public static final KeywordArgument TIMEZONE_MINUTE
A static constant KeywordArgument representing the keyword TIMEZONE_MINUTE.

TIMEZONE_REGION

public static final KeywordArgument TIMEZONE_REGION
A static constant KeywordArgument representing the keyword TIMEZONE_REGION.

TOP

public static final KeywordArgument TOP
A static constant KeywordArgument representing the keyword TOP.

TRAILING

public static final KeywordArgument TRAILING
A static constant KeywordArgument representing the keyword TRAILING.

UNBOUNDED

public static final KeywordArgument UNBOUNDED
A static constant KeywordArgument representing the keyword UNBOUNDED.

USING

public static final KeywordArgument USING
A static constant KeywordArgument representing the keyword USING.

WEEK

public static final KeywordArgument WEEK
A static constant KeywordArgument representing the keyword WEEK.

WEIGHTBY

public static final KeywordArgument WEIGHTBY
A static constant KeywordArgument representing the keyword WEIGHTBY.

WITHIN

public static final KeywordArgument WITHIN
A static constant KeywordArgument representing the keyword WITHIN.

YEAR

public static final KeywordArgument YEAR
A static constant KeywordArgument representing the keyword YEAR.

YES

public static final KeywordArgument YES
A static constant KeywordArgument representing the keyword YES.

Constructor Detail

KeywordCatalog

public KeywordCatalog()

Skip navigation links

Copyright © 2002, 2009, Oracle. All rights reserved.