|
Oracle® OLAP Java API Reference 11g Release 2 (11.2) E10794-01 Beta Draft |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectoracle.olapi.syntax.SyntaxObject
oracle.olapi.syntax.DataObject
oracle.olapi.syntax.FromClause
public final class FromClause
A DataObject
that represents a list of relational tables.
A FromClause
has one or more FromClauseElement
objects, each of which has an associated Query
.
You use a FromClause
to specify data sources for a
CubeMap
or a DimensionMap
.
A FromClause
that has only one FromClauseElement
is functionally the same as a Query
.
CubeMap
,
DimensionMap
Constructor Summary | |
---|---|
FromClause(FromClauseElement[] fromClauseElements)
Creates a FromClause that has the specified elements. |
|
FromClause(java.util.List<FromClauseElement> fromClauseElements)
Creates a FromClause that has the specified elements. |
Method Summary | |
---|---|
FromClauseElement[] |
getFromClauseElements()
Gets the FromClauseElement objects that are associated with
the FromClause . |
java.lang.Object |
visit(SyntaxObjectVisitor visitor,
java.lang.Object context)
Calls the visitFromClause method of the
SyntaxObjectVisitor and passes that method this
FromClause and an Object . |
Methods inherited from class oracle.olapi.syntax.SyntaxObject |
---|
equals, equals, fromSyntax, fromSyntax, fromSyntax, fromSyntax, fromSyntax, isValid, toSyntax, toSyntax, toSyntax, toSyntax, toSyntax, toSyntax |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FromClause(FromClauseElement[] fromClauseElements)
FromClause
that has the specified elements.
fromClauseElements
- An array of FromClauseElement
objects.public FromClause(java.util.List<FromClauseElement> fromClauseElements)
FromClause
that has the specified elements.
fromClauseElements
- A List
of
FromClauseElement
objects.Method Detail |
---|
public FromClauseElement[] getFromClauseElements()
FromClauseElement
objects that are associated with
the FromClause
.
FromClauseElement
objects
associated with the FromClause
.public java.lang.Object visit(SyntaxObjectVisitor visitor, java.lang.Object context)
visitFromClause
method of the
SyntaxObjectVisitor
and passes that method this
FromClause
and an Object
.
visit
in class SyntaxObject
visitor
- A SyntaxObjectVisitor
.context
- An Object
.
Object
returned by the
visitFromClause
method.
|
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |