Edit D:\app\Administrator\product\11.2.0\dbhome_1\olap\api\doc\oracle\olapi\syntax\package-summary.html
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!--NewPage--> <HTML> <HEAD> <!-- Generated by javadoc (build 1.5.0_17) on Wed Aug 12 19:50:32 UTC 2009 --> <TITLE> oracle.olapi.syntax (Oracle OLAP Java API Reference) </TITLE> <META NAME="keywords" CONTENT="oracle.olapi.syntax package"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../stylesheet.css" TITLE="Style"> <SCRIPT type="text/javascript"> function windowTitle() { parent.document.title="oracle.olapi.syntax (Oracle OLAP Java API Reference)"; } </SCRIPT> <NOSCRIPT> </NOSCRIPT> </HEAD> <BODY BGCOLOR="white" onload="windowTitle();"> <!-- ========= START OF TOP NAVBAR ======= --> <A NAME="navbar_top"><!-- --></A> <A HREF="#skip-navbar_top" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_top_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Package</B></FONT> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> <b>Oracle® OLAP Java API Reference<br>11<i>g</i> Release 2 (11.2)</b><br>E10794-01<br>Beta Draft</EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../oracle/olapi/session/package-summary.html"><B>PREV PACKAGE</B></A> <A HREF="../../../oracle/olapi/transaction/package-summary.html"><B>NEXT PACKAGE</B></A></FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../index.html?oracle/olapi/syntax/package-summary.html" target="_top"><B>FRAMES</B></A> <A HREF="package-summary.html" target="_top"><B>NO FRAMES</B></A> <SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_top"></A> <!-- ========= END OF TOP NAVBAR ========= --> <HR> <H2> Package oracle.olapi.syntax </H2> Contains classes that represent data types, functions, commands, and data objects. <P> <B>See:</B> <BR> <A HREF="#package_description"><B>Description</B></A> <P> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> <B>Interface Summary</B></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../../oracle/olapi/syntax/Buildable.html" title="interface in oracle.olapi.syntax">Buildable</A></B></TD> <TD>A marker interface for metadata objects that an application can specify when it creates a <CODE>BuildItem</CODE>.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../../oracle/olapi/syntax/ConsistentSolveCommand.html" title="interface in oracle.olapi.syntax">ConsistentSolveCommand</A></B></TD> <TD>A marker interface implemented by some <CODE>SimpleCommand</CODE> classes.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../../oracle/olapi/syntax/FunctionArgument.html" title="interface in oracle.olapi.syntax">FunctionArgument</A></B></TD> <TD>A marker interface for the <CODE>Expression</CODE> and other objects that can be function arguments.</TD> </TR> </TABLE> <P> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> <B>Class Summary</B></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../../oracle/olapi/syntax/AggregateOverClause.html" title="class in oracle.olapi.syntax">AggregateOverClause</A></B></TD> <TD>The base class for an object that specifies values for the <CODE>OVER</CODE> clause in an <CODE>AggregationFunctionExpression</CODE>.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../../oracle/olapi/syntax/AggregateOverMembersClause.html" title="class in oracle.olapi.syntax">AggregateOverMembersClause</A></B></TD> <TD>An <CODE>AggregateOverClause</CODE> that specifies a list of dimension members as the <CODE>OVER</CODE> clause for an <CODE>AggregationFunctionExpression</CODE>.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../../oracle/olapi/syntax/AggregationCase.html" title="class in oracle.olapi.syntax">AggregationCase</A></B></TD> <TD>A <CODE>SyntaxObject</CODE> that represents an aggregation case for an <CODE>AggregationCommand</CODE>.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../../oracle/olapi/syntax/AggregationCommand.html" title="class in oracle.olapi.syntax">AggregationCommand</A></B></TD> <TD>A <CODE>SolveStepCommand</CODE> that represents an aggregation command in a <CODE>BuildSpecification</CODE>.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../../oracle/olapi/syntax/AggregationFunctionExpression.html" title="class in oracle.olapi.syntax">AggregationFunctionExpression</A></B></TD> <TD>A <CODE>TypedExpression</CODE> that represents an aggregation function.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../../oracle/olapi/syntax/AllocationCommand.html" title="class in oracle.olapi.syntax">AllocationCommand</A></B></TD> <TD>A <CODE>SolveStepCommand</CODE> that represents an allocation command in a <CODE>BuildSpecification</CODE>.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../../oracle/olapi/syntax/AnalyzeCommand.html" title="class in oracle.olapi.syntax">AnalyzeCommand</A></B></TD> <TD>A <CODE>SimpleCommand</CODE> that directs Oracle OLAP to analyze the procedures that a <CODE>BuildProcess</CODE> performs as it builds an <CODE>MdmCube</CODE> or an <CODE>MdmPrimaryDimension</CODE>.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../../oracle/olapi/syntax/AssignmentCommand.html" title="class in oracle.olapi.syntax">AssignmentCommand</A></B></TD> <TD>A <CODE>SimpleCommand</CODE> that represents the assignment of values for a measure of an <CODE>MdmCube</CODE> in a <CODE>BuildSpecification</CODE>.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../../oracle/olapi/syntax/BaseQuery.html" title="class in oracle.olapi.syntax">BaseQuery</A></B></TD> <TD>A <CODE>Query</CODE> for an object that implements the <CODE>MdmQuery</CODE> interface, such as an <CODE>MdmCube</CODE> or an <CODE>MdmPrimaryDimension</CODE>.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../../oracle/olapi/syntax/BetweenCondition.html" title="class in oracle.olapi.syntax">BetweenCondition</A></B></TD> <TD>A <CODE>Condition</CODE> that represents a <CODE>BETWEEN</CODE> condition, which determines whether a value is in a specific range of values.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../../oracle/olapi/syntax/BinaryOperatorCondition.html" title="class in oracle.olapi.syntax">BinaryOperatorCondition</A></B></TD> <TD>A <CODE>Condition</CODE> that represents a logical <CODE>AND</CODE> or <CODE>OR</CODE> condition that operates on two component <CODE>Condition</CODE> objects.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../../oracle/olapi/syntax/BinaryOperatorExpression.html" title="class in oracle.olapi.syntax">BinaryOperatorExpression</A></B></TD> <TD>A <CODE>RowExpression</CODE> that represents a binary operator and two expressions that are the operands of the expression.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../../oracle/olapi/syntax/BuildCommand.html" title="class in oracle.olapi.syntax">BuildCommand</A></B></TD> <TD>An abstract base class that represents a command in a <CODE>BuildSpecification</CODE>.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../../oracle/olapi/syntax/BuildItem.html" title="class in oracle.olapi.syntax">BuildItem</A></B></TD> <TD>A <CODE>SyntaxObject</CODE> that specifies a <CODE>Buildable</CODE> object and optionally a <CODE>BuildSpecification</CODE>, or a system change number (SCN), or both.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../../oracle/olapi/syntax/BuildProcess.html" title="class in oracle.olapi.syntax">BuildProcess</A></B></TD> <TD>A <CODE>SyntaxObject</CODE> that contains one or more <CODE>BuildItem</CODE> objects, each of which specifies a database object to build and how to build it.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../../oracle/olapi/syntax/BuildSpecification.html" title="class in oracle.olapi.syntax">BuildSpecification</A></B></TD> <TD>A <CODE>SyntaxObject</CODE> that contains commands that specify how to build a <CODE>BuildItem</CODE>.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../../oracle/olapi/syntax/CaseExpression.html" title="class in oracle.olapi.syntax">CaseExpression</A></B></TD> <TD>A <CODE>RowExpression</CODE> that is the abstract base for classes that represent expressions that are similar to <CODE>CASE</CODE> expressions in SQL.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../../oracle/olapi/syntax/ClearCommand.html" title="class in oracle.olapi.syntax">ClearCommand</A></B></TD> <TD>A <CODE>SimpleCommand</CODE> that clears data from the measures of a cube during a build process.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../../oracle/olapi/syntax/ColumnExpression.html" title="class in oracle.olapi.syntax">ColumnExpression</A></B></TD> <TD>A <CODE>TypedExpression</CODE> that represents a column in a relational table or view.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../../oracle/olapi/syntax/ComparisonCondition.html" title="class in oracle.olapi.syntax">ComparisonCondition</A></B></TD> <TD>An abstract base class for a <CODE>Condition</CODE> that represents a comparison condition, which compares one expression to another expression or to a list of expressions.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../../oracle/olapi/syntax/CompileCommand.html" title="class in oracle.olapi.syntax">CompileCommand</A></B></TD> <TD>A <CODE>SimpleCommand</CODE> that causes the build process to determine and validate relationships, such as the attributes of a dimension, and to store information about the relationships.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../../oracle/olapi/syntax/Condition.html" title="class in oracle.olapi.syntax">Condition</A></B></TD> <TD>An abstract base class for an <CODE>Expression</CODE> that represents a condition, which specifies a combination of one or more expressions and logical (Boolean) operators and evaluates to <CODE>true</CODE>, <CODE>false</CODE>, <CODE>null</CODE>, or <CODE>UNKNOWN</CODE>.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../../oracle/olapi/syntax/ConsistentSolveSpecification.html" title="class in oracle.olapi.syntax">ConsistentSolveSpecification</A></B></TD> <TD>A <CODE>SyntaxObject</CODE> that specifies how Oracle OLAP generates solved data for an <CODE>MdmBaseMeasure</CODE> or for all of the <CODE>MdmBaseMeasure</CODE> objects of an <CODE>MdmCube</CODE>.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../../oracle/olapi/syntax/DataObject.html" title="class in oracle.olapi.syntax">DataObject</A></B></TD> <TD>An abstract base class for <CODE>Query</CODE>, <CODE>Expression</CODE> and other classes.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../../oracle/olapi/syntax/DataType.html" title="class in oracle.olapi.syntax">DataType</A></B></TD> <TD>An object that represents an Oracle Database data type without precision information.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../../oracle/olapi/syntax/DateExpression.html" title="class in oracle.olapi.syntax">DateExpression</A></B></TD> <TD>A <CODE>LiteralExpression</CODE> that represents a date.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../../oracle/olapi/syntax/DimensionArgument.html" title="class in oracle.olapi.syntax">DimensionArgument</A></B></TD> <TD>A <CODE>DataObject</CODE> that represents an <CODE>MdmDimension</CODE> as a function argument.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../../oracle/olapi/syntax/Expression.html" title="class in oracle.olapi.syntax">Expression</A></B></TD> <TD>An abstract base class for the <CODE>Condition</CODE> and <CODE>TypedExpression</CODE> classes.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../../oracle/olapi/syntax/FromClause.html" title="class in oracle.olapi.syntax">FromClause</A></B></TD> <TD>A <CODE>DataObject</CODE> that represents a list of relational tables.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../../oracle/olapi/syntax/FromClauseElement.html" title="class in oracle.olapi.syntax">FromClauseElement</A></B></TD> <TD>A <CODE>DataObject</CODE> that contains a <CODE>Query</CODE> and is an element of a <CODE>FromClause</CODE>.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../../oracle/olapi/syntax/FunctionCondition.html" title="class in oracle.olapi.syntax">FunctionCondition</A></B></TD> <TD>A <CODE>Condition</CODE> that represents a condition that evaluates a <CODE>FunctionArgument</CODE> that produces a Boolean value.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../../oracle/olapi/syntax/FunctionDescriptor.html" title="class in oracle.olapi.syntax">FunctionDescriptor</A></B></TD> <TD>An object that describes the structure of an <CODE>Expression</CODE> function.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../../oracle/olapi/syntax/FunctionDescriptorArgument.html" title="class in oracle.olapi.syntax">FunctionDescriptorArgument</A></B></TD> <TD>The abstract base for classes that represent descriptors for the arguments for a <CODE>FunctionDescriptor</CODE>.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../../oracle/olapi/syntax/FunctionDescriptorCatalog.html" title="class in oracle.olapi.syntax">FunctionDescriptorCatalog</A></B></TD> <TD>A catalog of functions that are represented by <CODE>Expression</CODE> objects.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../../oracle/olapi/syntax/FunctionDescriptorChoiceArgument.html" title="class in oracle.olapi.syntax">FunctionDescriptorChoiceArgument</A></B></TD> <TD>A <CODE>FunctionDescriptorArgument</CODE> that represents arguments that are alternative choices for arguments to a function.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../../oracle/olapi/syntax/FunctionDescriptorConditionArgument.html" title="class in oracle.olapi.syntax">FunctionDescriptorConditionArgument</A></B></TD> <TD>A <CODE>FunctionDescriptorArgument</CODE> that represents an argument to a condition function.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../../oracle/olapi/syntax/FunctionDescriptorDimensionArgument.html" title="class in oracle.olapi.syntax">FunctionDescriptorDimensionArgument</A></B></TD> <TD>A <CODE>FunctionDescriptorArgument</CODE> for a function argument that is a <CODE>DimensionArgument</CODE>.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../../oracle/olapi/syntax/FunctionDescriptorGroupArgument.html" title="class in oracle.olapi.syntax">FunctionDescriptorGroupArgument</A></B></TD> <TD>A <CODE>FunctionDescriptorArgument</CODE> that is a container for the <CODE>FunctionDescriptorArgument</CODE> objects for a function that takes a group of arguments.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../../oracle/olapi/syntax/FunctionDescriptorIdentifierArgument.html" title="class in oracle.olapi.syntax">FunctionDescriptorIdentifierArgument</A></B></TD> <TD>A <CODE>FunctionDescriptorArgument</CODE> for an function argument that is an <CODE>IdentifierArgument</CODE>.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../../oracle/olapi/syntax/FunctionDescriptorKeywordArgument.html" title="class in oracle.olapi.syntax">FunctionDescriptorKeywordArgument</A></B></TD> <TD>A <CODE>FunctionDescriptorArgument</CODE> for an function argument that is a <CODE>KeywordArgument</CODE>.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../../oracle/olapi/syntax/FunctionDescriptorTypedExpressionArgument.html" title="class in oracle.olapi.syntax">FunctionDescriptorTypedExpressionArgument</A></B></TD> <TD>A <CODE>FunctionDescriptorArgument</CODE> for a function that takes a <CODE>TypedExpression</CODE> as an argument.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../../oracle/olapi/syntax/GroupCommand.html" title="class in oracle.olapi.syntax">GroupCommand</A></B></TD> <TD>A <CODE>BuildCommand</CODE> that represents a group of <CODE>SimpleCommand</CODE> objects that operate on the specified <CODE>MdmBaseMeasure</CODE> objects when the condition specified by a <CODE>SymmetricCondition</CODE> is true.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../../oracle/olapi/syntax/HierarchicalCondition.html" title="class in oracle.olapi.syntax">HierarchicalCondition</A></B></TD> <TD>A <CODE>Condition</CODE> that tests whether a member of a hierarchy has the specified hierarchical relationship to itself or to another member of the hierarchy.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../../oracle/olapi/syntax/IdentifierArgument.html" title="class in oracle.olapi.syntax">IdentifierArgument</A></B></TD> <TD>A <CODE>DataObject</CODE> that represents a metadata object indentifier as a function argument.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../../oracle/olapi/syntax/IntervalExpression.html" title="class in oracle.olapi.syntax">IntervalExpression</A></B></TD> <TD>A <CODE>RowExpression</CODE> that represents an interval expression, which is similar to a SQL interval expression.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../../oracle/olapi/syntax/IntervalLiteralExpression.html" title="class in oracle.olapi.syntax">IntervalLiteralExpression</A></B></TD> <TD>A <CODE>RowExpression</CODE> that represents an interval literal expression, which is similar to a SQL interval literal expression.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../../oracle/olapi/syntax/IsCondition.html" title="class in oracle.olapi.syntax">IsCondition</A></B></TD> <TD>A <CODE>Condition</CODE> that represents a special condition.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../../oracle/olapi/syntax/KeywordArgument.html" title="class in oracle.olapi.syntax">KeywordArgument</A></B></TD> <TD>A <CODE>DataObject</CODE> that represents a keyword as a function argument.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../../oracle/olapi/syntax/KeywordCatalog.html" title="class in oracle.olapi.syntax">KeywordCatalog</A></B></TD> <TD>A catalog of keywords that an application can use as arguments to <CODE>Expression</CODE> functions.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../../oracle/olapi/syntax/LikeCondition.html" title="class in oracle.olapi.syntax">LikeCondition</A></B></TD> <TD>A <CODE>Condition</CODE> that represents a pattern-matching condition that compares the values of <CODE>StringExpression</CODE> objects.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../../oracle/olapi/syntax/ListComparisonCondition.html" title="class in oracle.olapi.syntax">ListComparisonCondition</A></B></TD> <TD>A <CODE>ComparisonCondition</CODE> that represents a group comparison condition, which compares one expression to a list of expressions.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../../oracle/olapi/syntax/LiteralExpression.html" title="class in oracle.olapi.syntax">LiteralExpression</A></B></TD> <TD>A <CODE>TypedExpression</CODE> that is the abstract base for classes that represent a literal expression.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../../oracle/olapi/syntax/LoadCommand.html" title="class in oracle.olapi.syntax">LoadCommand</A></B></TD> <TD>A <CODE>SimpleCommand</CODE> that loads data into the dimensions or measures of an analytic workspace from relational source tables during a build.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../../oracle/olapi/syntax/ModelCommand.html" title="class in oracle.olapi.syntax">ModelCommand</A></B></TD> <TD>A <CODE>SimpleCommand</CODE> that represents an <CODE>MdmDimensionCalculationModel</CODE> in a <CODE>BuildSpecification</CODE>.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../../oracle/olapi/syntax/NotCondition.html" title="class in oracle.olapi.syntax">NotCondition</A></B></TD> <TD>A <CODE>Condition</CODE> that represents a <CODE>NOT</CODE> condition, which negates, or reverses, the Boolean value of the base condition.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../../oracle/olapi/syntax/NullExpression.html" title="class in oracle.olapi.syntax">NullExpression</A></B></TD> <TD>A <CODE>LiteralExpression</CODE> that represents <CODE>null</CODE>.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../../oracle/olapi/syntax/NumberExpression.html" title="class in oracle.olapi.syntax">NumberExpression</A></B></TD> <TD>A <CODE>LiteralExpression</CODE> that represents a number.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../../oracle/olapi/syntax/OLAPDMLCommand.html" title="class in oracle.olapi.syntax">OLAPDMLCommand</A></B></TD> <TD>A <CODE>SimpleCommand</CODE> that represents an OLAP DML command in a <CODE>BuildSpecification</CODE>.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../../oracle/olapi/syntax/OLAPDMLExpression.html" title="class in oracle.olapi.syntax">OLAPDMLExpression</A></B></TD> <TD>A <CODE>TypedExpression</CODE> that represents an Oracle OLAP DML expression.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../../oracle/olapi/syntax/OLAPFunctionExpression.html" title="class in oracle.olapi.syntax">OLAPFunctionExpression</A></B></TD> <TD>A <CODE>TypedExpression</CODE> that represents an Oracle OLAP function.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../../oracle/olapi/syntax/OrderByClause.html" title="class in oracle.olapi.syntax">OrderByClause</A></B></TD> <TD>A <CODE>DataObject</CODE> that represents an ordering of the results of the evaluation of an <CODE>Expression</CODE>.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../../oracle/olapi/syntax/OrderByElement.html" title="class in oracle.olapi.syntax">OrderByElement</A></B></TD> <TD>A <CODE>DataObject</CODE> that represents an expression of an <CODE>OrderByClause</CODE>.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../../oracle/olapi/syntax/PlaceholderExpression.html" title="class in oracle.olapi.syntax">PlaceholderExpression</A></B></TD> <TD>A <CODE>TypedExpression</CODE> that represents a placeholder for a measure value.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../../oracle/olapi/syntax/PLSQLCommand.html" title="class in oracle.olapi.syntax">PLSQLCommand</A></B></TD> <TD>A <CODE>SimpleCommand</CODE> that represents a PL/SQL command in a <CODE>BuildSpecification</CODE>.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../../oracle/olapi/syntax/QDRExpression.html" title="class in oracle.olapi.syntax">QDRExpression</A></B></TD> <TD>A <CODE>TypedExpression</CODE> that represents a qualified data reference (QDR).</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../../oracle/olapi/syntax/Qualifier.html" title="class in oracle.olapi.syntax">Qualifier</A></B></TD> <TD>A <CODE>DataObject</CODE> that represents a dimension member for a <CODE>QDRExpression</CODE>.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../../oracle/olapi/syntax/Query.html" title="class in oracle.olapi.syntax">Query</A></B></TD> <TD>A <CODE>DataObject</CODE> that represents a multi-row, multi-column result set that is similar to a relational table, a SQL <CODE>SELECT</CODE> statement, or an OLAP function.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../../oracle/olapi/syntax/RowExpression.html" title="class in oracle.olapi.syntax">RowExpression</A></B></TD> <TD>A <CODE>TypedExpression</CODE> that is the abstract base for classes that represent a row-based expression.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../../oracle/olapi/syntax/RowFunctionExpression.html" title="class in oracle.olapi.syntax">RowFunctionExpression</A></B></TD> <TD>A <CODE>RowExpression</CODE> that represents a row function, which is similar to a SQL single-row function.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../../oracle/olapi/syntax/SearchedCase.html" title="class in oracle.olapi.syntax">SearchedCase</A></B></TD> <TD>A <CODE>DataObject</CODE> that contains a <CODE>WHEN</CODE> condition and a <CODE>THEN</CODE> expression for a <A HREF="../../../oracle/olapi/syntax/SearchedCaseExpression.html" title="class in oracle.olapi.syntax"><CODE><CODE>SearchedCaseExpression</CODE></CODE></A>.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../../oracle/olapi/syntax/SearchedCaseExpression.html" title="class in oracle.olapi.syntax">SearchedCaseExpression</A></B></TD> <TD>A <CODE>CaseExpression</CODE> that represents an expression that is similar to the searched case expression clause and the <CODE>ELSE</CODE> clause of a <CODE>CASE</CODE> expression in SQL.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../../oracle/olapi/syntax/SimpleCase.html" title="class in oracle.olapi.syntax">SimpleCase</A></B></TD> <TD>A <CODE>DataObject</CODE> that contains a pair of <CODE>WHEN</CODE> and <CODE>THEN</CODE> expressions for a <A HREF="../../../oracle/olapi/syntax/SimpleCaseExpression.html" title="class in oracle.olapi.syntax"><CODE><CODE>SimpleCaseExpression</CODE></CODE></A>.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../../oracle/olapi/syntax/SimpleCaseExpression.html" title="class in oracle.olapi.syntax">SimpleCaseExpression</A></B></TD> <TD>A <CODE>CaseExpression</CODE> that represents an expression that is similar to the simple case expression and the <CODE>ELSE</CODE> clauses of a <CODE>CASE</CODE> expression in SQL.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../../oracle/olapi/syntax/SimpleCommand.html" title="class in oracle.olapi.syntax">SimpleCommand</A></B></TD> <TD>An abstract base class for simple build commands.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../../oracle/olapi/syntax/SolveCommand.html" title="class in oracle.olapi.syntax">SolveCommand</A></B></TD> <TD>A <CODE>SimpleCommand</CODE> that initiates the operations that calculate the data for the measures of an <CODE>MdmCube</CODE>.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../../oracle/olapi/syntax/SolveStepCommand.html" title="class in oracle.olapi.syntax">SolveStepCommand</A></B></TD> <TD>An abstract <CODE>SimpleCommand</CODE> that specifes a function that is one step in the operations that calculate the data for the measures of an <CODE>MdmCube</CODE>.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../../oracle/olapi/syntax/SQLDataType.html" title="class in oracle.olapi.syntax">SQLDataType</A></B></TD> <TD>An object that represents an Oracle Database data type with precision information.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../../oracle/olapi/syntax/StarArgument.html" title="class in oracle.olapi.syntax">StarArgument</A></B></TD> <TD>A <CODE>DataObject</CODE> that represents a <CODE>*</CODE> (asterisk) argument.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../../oracle/olapi/syntax/StringExpression.html" title="class in oracle.olapi.syntax">StringExpression</A></B></TD> <TD>A <CODE>LiteralExpression</CODE> that represents a literal text expression.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../../oracle/olapi/syntax/SymmetricCondition.html" title="class in oracle.olapi.syntax">SymmetricCondition</A></B></TD> <TD>A <CODE>SyntaxObject</CODE> that specifies a collection of the members one or more dimensions.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../../oracle/olapi/syntax/SymmetricConditionElement.html" title="class in oracle.olapi.syntax">SymmetricConditionElement</A></B></TD> <TD>A <CODE>SyntaxObject</CODE> that specifies a collection of the members of a dimension for a <CODE>SymmetricCondition</CODE>.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../../oracle/olapi/syntax/SyntaxObject.html" title="class in oracle.olapi.syntax">SyntaxObject</A></B></TD> <TD>An abstract base class for objects that specify tables or columns in an Oracle Database instance, and that represent selections of data and operations on the data.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../../oracle/olapi/syntax/SyntaxObjectVisitor.html" title="class in oracle.olapi.syntax">SyntaxObjectVisitor</A></B></TD> <TD>A visitor class for the <CODE>SyntaxObject</CODE> class hierarchy.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../../oracle/olapi/syntax/TimeZoneExpression.html" title="class in oracle.olapi.syntax">TimeZoneExpression</A></B></TD> <TD>A <CODE>RowExpression</CODE> that represents a date with a time zone.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../../oracle/olapi/syntax/TypedExpression.html" title="class in oracle.olapi.syntax">TypedExpression</A></B></TD> <TD>An <CODE>Expression</CODE> that is a combination of one or more values, operators, and functions that evaluates to a value.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../../oracle/olapi/syntax/UnaryOperatorExpression.html" title="class in oracle.olapi.syntax">UnaryOperatorExpression</A></B></TD> <TD>A <CODE>RowExpression</CODE> that represents a unary operator and an operand.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../../oracle/olapi/syntax/UnresolvedDimensionArgument.html" title="class in oracle.olapi.syntax">UnresolvedDimensionArgument</A></B></TD> <TD>A <CODE>DimensionArgument</CODE> that represents an invalid or unresolvable identifier.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../../oracle/olapi/syntax/UnresolvedExpression.html" title="class in oracle.olapi.syntax">UnresolvedExpression</A></B></TD> <TD>A <CODE>TypedExpression</CODE> that represents an invalid or unresolvable identifier.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../../oracle/olapi/syntax/UnresolvedQuery.html" title="class in oracle.olapi.syntax">UnresolvedQuery</A></B></TD> <TD>A <CODE>Query</CODE> that represents an invalid or unresolvable identifier.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../../oracle/olapi/syntax/ValueComparisonCondition.html" title="class in oracle.olapi.syntax">ValueComparisonCondition</A></B></TD> <TD>A <CODE>ComparisonCondition</CODE> that represents a simple comparison condition, which compares one expression to another expression.</TD> </TR> </TABLE> <P> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> <B>Exception Summary</B></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD WIDTH="15%"><B><A HREF="../../../oracle/olapi/syntax/SyntaxException.html" title="class in oracle.olapi.syntax">SyntaxException</A></B></TD> <TD>Indicates that part of the specification of an <CODE>SyntaxObject</CODE> is invalid.</TD> </TR> </TABLE> <P> <A NAME="package_description"><!-- --></A><H2> Package oracle.olapi.syntax Description </H2> <P> Contains classes that represent data types, functions, commands, and data objects. Data objects include classes that represent arguments, conditions, and other expressions. <P> Subclasses of <CODE>SyntaxObject</CODE> have methods that convert the object to or from text in Oracle OLAP expression syntax. The text can be SQL statements, or PL/SQL or OLAP DML functions or commands. <P> An application uses instances of objects from this package in mapping metadata objects to data in the database. Some objects, such as subclasses of <CODE>Query</CODE> and <CODE>Expression</CODE>, have a <CODE>getSource</CODE> method that returns an <CODE>oracle.olapi.data.source.Source</CODE> for which an <CODE>oracle.olapi.data.cursor.Cursor</CODE> can retrieve data. <P> <CODE>BuildCommand</CODE> objects specify actions that affect an analytic workspace. An application associates a <CODE>BuildCommand</CODE> object with a <CODE>BuildItem</CODE> and a <CODE>BuildProcess</CODE>. <P> <P> <DL> </DL> <HR> <!-- ======= START OF BOTTOM NAVBAR ====== --> <A NAME="navbar_bottom"><!-- --></A> <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_bottom_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Package</B></FONT> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> <center>Copyright © 2002, 2009, Oracle. All rights reserved.</center></EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../oracle/olapi/session/package-summary.html"><B>PREV PACKAGE</B></A> <A HREF="../../../oracle/olapi/transaction/package-summary.html"><B>NEXT PACKAGE</B></A></FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../index.html?oracle/olapi/syntax/package-summary.html" target="_top"><B>FRAMES</B></A> <A HREF="package-summary.html" target="_top"><B>NO FRAMES</B></A> <SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_bottom"></A> <!-- ======== END OF BOTTOM NAVBAR ======= --> <HR> </BODY> </HTML>
Ms-Dos/Windows
Unix
Write backup
jsp File Browser version 1.2 by
www.vonloesch.de