|
Oracle® OLAP Java API Reference 11g Release 1 (11.1) B28128-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
oracle.olapi.syntax.SyntaxObject
oracle.olapi.syntax.DataObject
oracle.olapi.syntax.Expression
public abstract class Expression
An abstract base class for the Condition and TypedExpression classes. An Expression has an associated Source that an application can use in constructing a query.
A TypedExpression is similar to a SQL expression in that it is a combination of one or more values, operators, and functions that evaluates to a value. A Condition has a boolean value and is similar to a SQL condition.
| Method Summary | |
|---|---|
Source |
getSource(DataProvider dp)Gets the Source associated with the Expression. |
| Methods inherited from class oracle.olapi.syntax.SyntaxObject |
|---|
fromSyntax, fromSyntax, fromSyntax, fromSyntax, fromSyntax, isValid, toSyntax, toSyntax, toSyntax, toSyntax, toSyntax, visit |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public Source getSource(DataProvider dp)
Source associated with the Expression.dp - The DataProvider associated with the current UserSession.Source associated with the Expression.
|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||