Edit D:\app\Administrator\product\11.2.0\dbhome_1\olap\api\doc\oracle\olapi\syntax\LoadCommand.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:28 UTC 2009 --> <TITLE> LoadCommand (Oracle OLAP Java API Reference) </TITLE> <META NAME="keywords" CONTENT="oracle.olapi.syntax.LoadCommand class"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../stylesheet.css" TITLE="Style"> <SCRIPT type="text/javascript"> function windowTitle() { parent.document.title="LoadCommand (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="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></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/syntax/LiteralExpression.html" title="class in oracle.olapi.syntax"><B>PREV CLASS</B></A> <A HREF="../../../oracle/olapi/syntax/ModelCommand.html" title="class in oracle.olapi.syntax"><B>NEXT CLASS</B></A></FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../index.html?oracle/olapi/syntax/LoadCommand.html" target="_top"><B>FRAMES</B></A> <A HREF="LoadCommand.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> <TR> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> SUMMARY: NESTED | <A HREF="#field_summary">FIELD</A> | <A HREF="#constructor_summary">CONSTR</A> | <A HREF="#method_summary">METHOD</A></FONT></TD> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> DETAIL: <A HREF="#field_detail">FIELD</A> | <A HREF="#constructor_detail">CONSTR</A> | <A HREF="#method_detail">METHOD</A></FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_top"></A> <!-- ========= END OF TOP NAVBAR ========= --> <HR> <!-- ======== START OF CLASS DATA ======== --> <H2> <FONT SIZE="-1"> oracle.olapi.syntax</FONT> <BR> Class LoadCommand</H2> <PRE> java.lang.Object <IMG SRC="../../../resources/inherit.gif" ALT="extended by "><A HREF="../../../oracle/olapi/syntax/SyntaxObject.html" title="class in oracle.olapi.syntax">oracle.olapi.syntax.SyntaxObject</A> <IMG SRC="../../../resources/inherit.gif" ALT="extended by "><A HREF="../../../oracle/olapi/syntax/BuildCommand.html" title="class in oracle.olapi.syntax">oracle.olapi.syntax.BuildCommand</A> <IMG SRC="../../../resources/inherit.gif" ALT="extended by "><A HREF="../../../oracle/olapi/syntax/SimpleCommand.html" title="class in oracle.olapi.syntax">oracle.olapi.syntax.SimpleCommand</A> <IMG SRC="../../../resources/inherit.gif" ALT="extended by "><B>oracle.olapi.syntax.LoadCommand</B> </PRE> <HR> <DL> <DT><PRE>public final class <B>LoadCommand</B><DT>extends <A HREF="../../../oracle/olapi/syntax/SimpleCommand.html" title="class in oracle.olapi.syntax">SimpleCommand</A></DL> </PRE> <P> A <CODE>SimpleCommand</CODE> that loads data into the dimensions or measures of an analytic workspace from relational source tables during a build. Options to a load command affect the loading of the data. You get an instance of a <CODE>LoadCommand</CODE> with an associated option by using one of static fields of this class or by using a constructor method. <P> The following table lists the load command options and describes them. <table title="Load Command Options" summary="This table lists load command options and the effect the option has on a LOAD operation." border cellspacing="0" cellpadding="5"> <thead> <tr> <th align="center" id="pval"><font face="Helvetica" size=-1>Load Option</font></th> <th align="center" id="pdescr"><font face="Helvetica" size=-1>Effect on Load</font></th> </tr> </thead> <tbody> <tr> <td align="left" valign="top" align="center" headers="pval"><CODE>DEFAULT</CODE> <td valign="top" headers="pdescr">For an <CODE>MdmPrimaryDimension</CODE>, the default option is a synchronized load. <P> For an <CODE>MdmCube</CODE>, the default option is an unsynchronized load. </tr> <tr> <td align="left" valign="top" align="center" headers="pval"><CODE>SYNCH</CODE> <td valign="top" headers="pdescr">For an <CODE>MdmPrimaryDimension</CODE>, adds new members to the dimension and removes members that no longer exist in the relational source tables. <P> For an <CODE>MdmCube</CODE>, the <CODE>SYNCH</CODE> and <CODE>NO_SYNCH</CODE> options have the same effect. To avoid confusion, use the <CODE>NO_SYNCH</CODE> option for an <CODE>MdmCube</CODE>. </tr> <tr> <td align="left" valign="top" align="center" headers="pval"><CODE>NO_SYNCH</CODE> <td valign="top" headers="pdescr">For an <CODE>MdmPrimaryDimension</CODE>, adds new members but does not remove members that no longer exist in the relational source tables. <P> For an <CODE>MdmCube</CODE>, loads the measure data for new dimension members but does not delete the data for dimension members that no longer exist. To remove the measure data for nonexistent dimension members, add a <CODE>ClearCommand</CODE> in the <CODE>BuildSpecification</CODE> before the <CODE>LoadCommand</CODE>. If you specify this option for an <CODE>MdmCube</CODE>, the build process determines whether to use a serial build or a parallel build. </tr> <tr> <td align="left" valign="top" align="center" headers="pval"><CODE>SERIAL</CODE> <td valign="top" headers="pdescr">For an <CODE>MdmCube</CODE>, loads the data into the measures using a single process. If a measure is partitioned, then this option loads the data of the partitions serially. If the partitioning of the cube does not match the partitioning of the source table, then a serial load is a good choice. <P> For an <CODE>MdmPrimaryDimension</CODE>, this option does not apply. </tr> <tr> <td align="left" valign="top" align="center" headers="pval"><CODE>PARALLEL</CODE> <td valign="top" headers="pdescr">For an <CODE>MdmCube</CODE>, loads the data for partitioned measures using parallel processes. This option loads the data into the measures of the partitions simultaneously, using one process for each partition, or as many processes as are available. <P> For an <CODE>MdmPrimaryDimension</CODE>, this option does not apply. </tr> <tr> <td align="left" valign="top" align="center" headers="pval"><CODE>PRUNE</CODE> <td valign="top" headers="pdescr">For an <CODE>MdmCube</CODE> with partitioned measures, spawns jobs only for the partitions for which measure data exists. Determining which partitions have data requires scanning the entire table. For tables that have terrabytes of data, a full table scan can be time comsuming. <P> For an <CODE>MdmPrimaryDimension</CODE>, this option does not apply. </tr> </tbody> </table> <P> For more information about partitioned cubes, see the <A HREF="../../../oracle/olapi/metadata/deployment/AWCubeOrganization.html#setPartitionLevel(oracle.olapi.metadata.mdm.MdmHierarchyLevel)"><CODE><CODE>setPartitionLevel</CODE></CODE></A> method of <CODE>AWCubeOrganization</CODE>, the <A HREF="../../../oracle/olapi/data/source/BuildProperties.html#setParallelism(int)"><CODE><CODE>setParallelism</CODE></CODE></A> method of <CODE>BuildProperties</CODE>, and <i>Oracle OLAP User's Guide</i>. <P> <P> <HR> <P> <!-- =========== FIELD SUMMARY =========== --> <A NAME="field_summary"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> <B>Field Summary</B></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static <A HREF="../../../oracle/olapi/syntax/LoadCommand.html" title="class in oracle.olapi.syntax">LoadCommand</A></CODE></FONT></TD> <TD><CODE><B><A HREF="../../../oracle/olapi/syntax/LoadCommand.html#DEFAULT">DEFAULT</A></B></CODE> <BR> Produces a <CODE>LoadCommand</CODE> that executes a default load.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static java.lang.String</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../oracle/olapi/syntax/LoadCommand.html#DEFAULT_OPTION">DEFAULT_OPTION</A></B></CODE> <BR> A constant that represents a default load.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static <A HREF="../../../oracle/olapi/syntax/LoadCommand.html" title="class in oracle.olapi.syntax">LoadCommand</A></CODE></FONT></TD> <TD><CODE><B><A HREF="../../../oracle/olapi/syntax/LoadCommand.html#NO_SYNCH">NO_SYNCH</A></B></CODE> <BR> Produces a <CODE>LoadCommand</CODE> that has the <CODE>NO_SYNCH</CODE> option.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static java.lang.String</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../oracle/olapi/syntax/LoadCommand.html#NO_SYNCH_OPTION">NO_SYNCH_OPTION</A></B></CODE> <BR> A constant that represents an unsynchronized load.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static <A HREF="../../../oracle/olapi/syntax/LoadCommand.html" title="class in oracle.olapi.syntax">LoadCommand</A></CODE></FONT></TD> <TD><CODE><B><A HREF="../../../oracle/olapi/syntax/LoadCommand.html#PARALLEL">PARALLEL</A></B></CODE> <BR> Produces a <CODE>LoadCommand</CODE> that has the <CODE>PARALLEL</CODE> option.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static java.lang.String</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../oracle/olapi/syntax/LoadCommand.html#PARALLEL_OPTION">PARALLEL_OPTION</A></B></CODE> <BR> A constant that represents a parallel load.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static <A HREF="../../../oracle/olapi/syntax/LoadCommand.html" title="class in oracle.olapi.syntax">LoadCommand</A></CODE></FONT></TD> <TD><CODE><B><A HREF="../../../oracle/olapi/syntax/LoadCommand.html#PRUNE">PRUNE</A></B></CODE> <BR> Produces a <CODE>LoadCommand</CODE> that has the <CODE>PRUNE</CODE> option.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static java.lang.String</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../oracle/olapi/syntax/LoadCommand.html#PRUNE_OPTION">PRUNE_OPTION</A></B></CODE> <BR> A constant that represents a pruned load.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static <A HREF="../../../oracle/olapi/syntax/LoadCommand.html" title="class in oracle.olapi.syntax">LoadCommand</A></CODE></FONT></TD> <TD><CODE><B><A HREF="../../../oracle/olapi/syntax/LoadCommand.html#SERIAL">SERIAL</A></B></CODE> <BR> Produces a <CODE>LoadCommand</CODE> that has the <CODE>SERIAL</CODE> option.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static java.lang.String</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../oracle/olapi/syntax/LoadCommand.html#SERIAL_OPTION">SERIAL_OPTION</A></B></CODE> <BR> A constant that represents a serial load.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static <A HREF="../../../oracle/olapi/syntax/LoadCommand.html" title="class in oracle.olapi.syntax">LoadCommand</A></CODE></FONT></TD> <TD><CODE><B><A HREF="../../../oracle/olapi/syntax/LoadCommand.html#SYNCH">SYNCH</A></B></CODE> <BR> Produces a <CODE>LoadCommand</CODE> that has the <CODE>SYNCH</CODE> option.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static java.lang.String</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../oracle/olapi/syntax/LoadCommand.html#SYNCH_OPTION">SYNCH_OPTION</A></B></CODE> <BR> A constant that represents a synchronized load.</TD> </TR> </TABLE> <!-- ======== CONSTRUCTOR SUMMARY ======== --> <A NAME="constructor_summary"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> <B>Constructor Summary</B></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><CODE><B><A HREF="../../../oracle/olapi/syntax/LoadCommand.html#LoadCommand()">LoadCommand</A></B>()</CODE> <BR> Creates a <CODE>LoadCommand</CODE> with the default load command option.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><CODE><B><A HREF="../../../oracle/olapi/syntax/LoadCommand.html#LoadCommand(java.lang.String)">LoadCommand</A></B>(java.lang.String option)</CODE> <BR> Creates a <CODE>LoadCommand</CODE> with the specified load command option.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><CODE><B><A HREF="../../../oracle/olapi/syntax/LoadCommand.html#LoadCommand(java.lang.String, oracle.olapi.syntax.Condition)">LoadCommand</A></B>(java.lang.String option, <A HREF="../../../oracle/olapi/syntax/Condition.html" title="class in oracle.olapi.syntax">Condition</A> whereCondition)</CODE> <BR> Creates a <CODE>LoadCommand</CODE> with the specified load command option and an associated where <CODE>Condition</CODE>.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><CODE><B><A HREF="../../../oracle/olapi/syntax/LoadCommand.html#LoadCommand(java.lang.String, oracle.olapi.syntax.Condition, java.lang.String)">LoadCommand</A></B>(java.lang.String option, <A HREF="../../../oracle/olapi/syntax/Condition.html" title="class in oracle.olapi.syntax">Condition</A> whereCondition, java.lang.String cubeMapName)</CODE> <BR> Creates a <CODE>LoadCommand</CODE> with the specified load command option and an associated where <CODE>Condition</CODE>.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><CODE><B><A HREF="../../../oracle/olapi/syntax/LoadCommand.html#LoadCommand(java.lang.String, java.lang.String)">LoadCommand</A></B>(java.lang.String option, java.lang.String cubeMapName)</CODE> <BR> Creates a <CODE>LoadCommand</CODE> with the specified load command option and an associated <CODE>CubeMap</CODE>.</TD> </TR> </TABLE> <!-- ========== METHOD SUMMARY =========== --> <A NAME="method_summary"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> <B>Method Summary</B></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE> java.lang.String</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../oracle/olapi/syntax/LoadCommand.html#getCubeMapName()">getCubeMapName</A></B>()</CODE> <BR> Gets the name of the <CODE>CubeMap</CODE> that is associated with this <CODE>LoadCommand</CODE>.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE> java.lang.String</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../oracle/olapi/syntax/LoadCommand.html#getLoadOption()">getLoadOption</A></B>()</CODE> <BR> Gets the load command option of this <CODE>LoadCommand</CODE>.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE> <A HREF="../../../oracle/olapi/syntax/Condition.html" title="class in oracle.olapi.syntax">Condition</A></CODE></FONT></TD> <TD><CODE><B><A HREF="../../../oracle/olapi/syntax/LoadCommand.html#getWhereCondition()">getWhereCondition</A></B>()</CODE> <BR> Gets the <CODE>Condition</CODE> that will be applied to the base table during this load.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE> java.lang.Object</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../oracle/olapi/syntax/LoadCommand.html#visit(oracle.olapi.syntax.SyntaxObjectVisitor, java.lang.Object)">visit</A></B>(<A HREF="../../../oracle/olapi/syntax/SyntaxObjectVisitor.html" title="class in oracle.olapi.syntax">SyntaxObjectVisitor</A> visitor, java.lang.Object context)</CODE> <BR> Calls the <code>visitLoadCommand</code> method of the <code>SyntaxObjectVisitor</code> and passes that method this <code>LoadCommand</code> and an <code>Object</code>.</TD> </TR> </TABLE> <A NAME="methods_inherited_from_class_oracle.olapi.syntax.SyntaxObject"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"> <TH ALIGN="left"><B>Methods inherited from class oracle.olapi.syntax.<A HREF="../../../oracle/olapi/syntax/SyntaxObject.html" title="class in oracle.olapi.syntax">SyntaxObject</A></B></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><CODE><A HREF="../../../oracle/olapi/syntax/SyntaxObject.html#equals(oracle.olapi.syntax.SyntaxObject)">equals</A>, <A HREF="../../../oracle/olapi/syntax/SyntaxObject.html#equals(oracle.olapi.syntax.SyntaxObject, boolean)">equals</A>, <A HREF="../../../oracle/olapi/syntax/SyntaxObject.html#fromSyntax(java.lang.String, oracle.olapi.metadata.mdm.MdmMetadataProvider)">fromSyntax</A>, <A HREF="../../../oracle/olapi/syntax/SyntaxObject.html#fromSyntax(java.lang.String, oracle.olapi.metadata.mdm.MdmMetadataProvider, java.lang.String)">fromSyntax</A>, <A HREF="../../../oracle/olapi/syntax/SyntaxObject.html#fromSyntax(java.lang.String, oracle.olapi.metadata.mdm.MdmMetadataProvider, java.lang.String, boolean)">fromSyntax</A>, <A HREF="../../../oracle/olapi/syntax/SyntaxObject.html#fromSyntax(java.lang.String, oracle.olapi.metadata.mdm.MdmMetadataProvider, java.lang.String, boolean, java.util.List)">fromSyntax</A>, <A HREF="../../../oracle/olapi/syntax/SyntaxObject.html#fromSyntax(java.lang.String, oracle.olapi.metadata.mdm.MdmMetadataProvider, java.lang.String, boolean, java.util.List, oracle.olapi.metadata.XMLParserCallback)">fromSyntax</A>, <A HREF="../../../oracle/olapi/syntax/SyntaxObject.html#isValid()">isValid</A>, <A HREF="../../../oracle/olapi/syntax/SyntaxObject.html#toSyntax()">toSyntax</A>, <A HREF="../../../oracle/olapi/syntax/SyntaxObject.html#toSyntax(java.lang.String)">toSyntax</A>, <A HREF="../../../oracle/olapi/syntax/SyntaxObject.html#toSyntax(java.lang.StringBuffer, java.lang.String, java.util.List)">toSyntax</A>, <A HREF="../../../oracle/olapi/syntax/SyntaxObject.html#toSyntax(java.lang.StringBuffer, java.lang.String, java.util.List, boolean)">toSyntax</A>, <A HREF="../../../oracle/olapi/syntax/SyntaxObject.html#toSyntax(java.lang.String, java.util.List)">toSyntax</A>, <A HREF="../../../oracle/olapi/syntax/SyntaxObject.html#toSyntax(java.lang.String, oracle.olapi.syntax.Query)">toSyntax</A></CODE></TD> </TR> </TABLE> <A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"> <TH ALIGN="left"><B>Methods inherited from class java.lang.Object</B></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><CODE>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</CODE></TD> </TR> </TABLE> <P> <!-- ============ FIELD DETAIL =========== --> <A NAME="field_detail"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2"> <B>Field Detail</B></FONT></TH> </TR> </TABLE> <A NAME="DEFAULT_OPTION"><!-- --></A><H3> DEFAULT_OPTION</H3> <PRE> public static final java.lang.String <B>DEFAULT_OPTION</B></PRE> <DL> <DD>A constant that represents a default load. <P> <DL> <DT><B>See Also:</B><DD><A HREF="../../../constant-values.html#oracle.olapi.syntax.LoadCommand.DEFAULT_OPTION">Constant Field Values</A></DL> </DL> <HR> <A NAME="SYNCH_OPTION"><!-- --></A><H3> SYNCH_OPTION</H3> <PRE> public static final java.lang.String <B>SYNCH_OPTION</B></PRE> <DL> <DD>A constant that represents a synchronized load. <P> <DL> <DT><B>See Also:</B><DD><A HREF="../../../constant-values.html#oracle.olapi.syntax.LoadCommand.SYNCH_OPTION">Constant Field Values</A></DL> </DL> <HR> <A NAME="NO_SYNCH_OPTION"><!-- --></A><H3> NO_SYNCH_OPTION</H3> <PRE> public static final java.lang.String <B>NO_SYNCH_OPTION</B></PRE> <DL> <DD>A constant that represents an unsynchronized load. <P> <DL> <DT><B>See Also:</B><DD><A HREF="../../../constant-values.html#oracle.olapi.syntax.LoadCommand.NO_SYNCH_OPTION">Constant Field Values</A></DL> </DL> <HR> <A NAME="PRUNE_OPTION"><!-- --></A><H3> PRUNE_OPTION</H3> <PRE> public static final java.lang.String <B>PRUNE_OPTION</B></PRE> <DL> <DD>A constant that represents a pruned load. <P> <DL> <DT><B>See Also:</B><DD><A HREF="../../../constant-values.html#oracle.olapi.syntax.LoadCommand.PRUNE_OPTION">Constant Field Values</A></DL> </DL> <HR> <A NAME="SERIAL_OPTION"><!-- --></A><H3> SERIAL_OPTION</H3> <PRE> public static final java.lang.String <B>SERIAL_OPTION</B></PRE> <DL> <DD>A constant that represents a serial load. <P> <DL> <DT><B>See Also:</B><DD><A HREF="../../../constant-values.html#oracle.olapi.syntax.LoadCommand.SERIAL_OPTION">Constant Field Values</A></DL> </DL> <HR> <A NAME="PARALLEL_OPTION"><!-- --></A><H3> PARALLEL_OPTION</H3> <PRE> public static final java.lang.String <B>PARALLEL_OPTION</B></PRE> <DL> <DD>A constant that represents a parallel load. <P> <DL> <DT><B>See Also:</B><DD><A HREF="../../../constant-values.html#oracle.olapi.syntax.LoadCommand.PARALLEL_OPTION">Constant Field Values</A></DL> </DL> <HR> <A NAME="DEFAULT"><!-- --></A><H3> DEFAULT</H3> <PRE> public static final <A HREF="../../../oracle/olapi/syntax/LoadCommand.html" title="class in oracle.olapi.syntax">LoadCommand</A> <B>DEFAULT</B></PRE> <DL> <DD>Produces a <CODE>LoadCommand</CODE> that executes a default load. <P> <DL> </DL> </DL> <HR> <A NAME="SYNCH"><!-- --></A><H3> SYNCH</H3> <PRE> public static final <A HREF="../../../oracle/olapi/syntax/LoadCommand.html" title="class in oracle.olapi.syntax">LoadCommand</A> <B>SYNCH</B></PRE> <DL> <DD>Produces a <CODE>LoadCommand</CODE> that has the <CODE>SYNCH</CODE> option. <P> <DL> </DL> </DL> <HR> <A NAME="SERIAL"><!-- --></A><H3> SERIAL</H3> <PRE> public static final <A HREF="../../../oracle/olapi/syntax/LoadCommand.html" title="class in oracle.olapi.syntax">LoadCommand</A> <B>SERIAL</B></PRE> <DL> <DD>Produces a <CODE>LoadCommand</CODE> that has the <CODE>SERIAL</CODE> option. <P> <DL> </DL> </DL> <HR> <A NAME="PARALLEL"><!-- --></A><H3> PARALLEL</H3> <PRE> public static final <A HREF="../../../oracle/olapi/syntax/LoadCommand.html" title="class in oracle.olapi.syntax">LoadCommand</A> <B>PARALLEL</B></PRE> <DL> <DD>Produces a <CODE>LoadCommand</CODE> that has the <CODE>PARALLEL</CODE> option. <P> <DL> </DL> </DL> <HR> <A NAME="NO_SYNCH"><!-- --></A><H3> NO_SYNCH</H3> <PRE> public static final <A HREF="../../../oracle/olapi/syntax/LoadCommand.html" title="class in oracle.olapi.syntax">LoadCommand</A> <B>NO_SYNCH</B></PRE> <DL> <DD>Produces a <CODE>LoadCommand</CODE> that has the <CODE>NO_SYNCH</CODE> option. <P> <DL> </DL> </DL> <HR> <A NAME="PRUNE"><!-- --></A><H3> PRUNE</H3> <PRE> public static final <A HREF="../../../oracle/olapi/syntax/LoadCommand.html" title="class in oracle.olapi.syntax">LoadCommand</A> <B>PRUNE</B></PRE> <DL> <DD>Produces a <CODE>LoadCommand</CODE> that has the <CODE>PRUNE</CODE> option. <P> <DL> </DL> </DL> <!-- ========= CONSTRUCTOR DETAIL ======== --> <A NAME="constructor_detail"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2"> <B>Constructor Detail</B></FONT></TH> </TR> </TABLE> <A NAME="LoadCommand()"><!-- --></A><H3> LoadCommand</H3> <PRE> public <B>LoadCommand</B>()</PRE> <DL> <DD>Creates a <CODE>LoadCommand</CODE> with the default load command option. <P> </DL> <HR> <A NAME="LoadCommand(java.lang.String)"><!-- --></A><H3> LoadCommand</H3> <PRE> public <B>LoadCommand</B>(java.lang.String option)</PRE> <DL> <DD>Creates a <CODE>LoadCommand</CODE> with the specified load command option. <P> <DL> <DT><B>Parameters:</B><DD><CODE>option</CODE> - A <CODE>String</CODE> that contains a load command option.</DL> </DL> <HR> <A NAME="LoadCommand(java.lang.String, oracle.olapi.syntax.Condition)"><!-- --></A><H3> LoadCommand</H3> <PRE> public <B>LoadCommand</B>(java.lang.String option, <A HREF="../../../oracle/olapi/syntax/Condition.html" title="class in oracle.olapi.syntax">Condition</A> whereCondition)</PRE> <DL> <DD>Creates a <CODE>LoadCommand</CODE> with the specified load command option and an associated where <CODE>Condition</CODE>. <P> <DL> <DT><B>Parameters:</B><DD><CODE>option</CODE> - A <CODE>String</CODE> that contains a load command option.<DD><CODE>whereCondition</CODE> - A <CODE>Condition</CODE> that will be applied to the base table for this load.</DL> </DL> <HR> <A NAME="LoadCommand(java.lang.String, oracle.olapi.syntax.Condition, java.lang.String)"><!-- --></A><H3> LoadCommand</H3> <PRE> public <B>LoadCommand</B>(java.lang.String option, <A HREF="../../../oracle/olapi/syntax/Condition.html" title="class in oracle.olapi.syntax">Condition</A> whereCondition, java.lang.String cubeMapName)</PRE> <DL> <DD>Creates a <CODE>LoadCommand</CODE> with the specified load command option and an associated where <CODE>Condition</CODE>. <P> <DL> <DT><B>Parameters:</B><DD><CODE>option</CODE> - A <CODE>String</CODE> that contains a load command option.<DD><CODE>whereCondition</CODE> - A <CODE>Condition</CODE> that will be applied to the base table for this load.<DD><CODE>cubeMapName</CODE> - A <CODE>String</CODE> that contains the name of a <CODE>CubeMap</CODE> to use when loading the measure data for an <CODE>MdmCube</CODE>.</DL> </DL> <HR> <A NAME="LoadCommand(java.lang.String, java.lang.String)"><!-- --></A><H3> LoadCommand</H3> <PRE> public <B>LoadCommand</B>(java.lang.String option, java.lang.String cubeMapName)</PRE> <DL> <DD>Creates a <CODE>LoadCommand</CODE> with the specified load command option and an associated <CODE>CubeMap</CODE>. <P> <DL> <DT><B>Parameters:</B><DD><CODE>option</CODE> - A <CODE>String</CODE> that contains a load command option.<DD><CODE>cubeMapName</CODE> - A <CODE>String</CODE> that contains the name of a <CODE>CubeMap</CODE> to use when loading the measure data for an <CODE>MdmCube</CODE>.</DL> </DL> <!-- ============ METHOD DETAIL ========== --> <A NAME="method_detail"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2"> <B>Method Detail</B></FONT></TH> </TR> </TABLE> <A NAME="visit(oracle.olapi.syntax.SyntaxObjectVisitor, java.lang.Object)"><!-- --></A><H3> visit</H3> <PRE> public java.lang.Object <B>visit</B>(<A HREF="../../../oracle/olapi/syntax/SyntaxObjectVisitor.html" title="class in oracle.olapi.syntax">SyntaxObjectVisitor</A> visitor, java.lang.Object context)</PRE> <DL> <DD>Calls the <code>visitLoadCommand</code> method of the <code>SyntaxObjectVisitor</code> and passes that method this <code>LoadCommand</code> and an <code>Object</code>. <P> <DD><DL> <DT><B>Specified by:</B><DD><CODE><A HREF="../../../oracle/olapi/syntax/SyntaxObject.html#visit(oracle.olapi.syntax.SyntaxObjectVisitor, java.lang.Object)">visit</A></CODE> in class <CODE><A HREF="../../../oracle/olapi/syntax/SyntaxObject.html" title="class in oracle.olapi.syntax">SyntaxObject</A></CODE></DL> </DD> <DD><DL> <DT><B>Parameters:</B><DD><CODE>visitor</CODE> - A <code>SyntaxObjectVisitor</code>.<DD><CODE>context</CODE> - An <code>Object</code>. <DT><B>Returns:</B><DD>The <code>Object</code> returned by the <code>visitLoadCommand</code> method.</DL> </DD> </DL> <HR> <A NAME="getCubeMapName()"><!-- --></A><H3> getCubeMapName</H3> <PRE> public java.lang.String <B>getCubeMapName</B>()</PRE> <DL> <DD>Gets the name of the <CODE>CubeMap</CODE> that is associated with this <CODE>LoadCommand</CODE>. <P> <DD><DL> <DT><B>Returns:</B><DD>A <CODE>String</CODE> that contains the name of the <CODE>CubeMap</CODE> associated with this <CODE>LoadCommand</CODE>.</DL> </DD> </DL> <HR> <A NAME="getLoadOption()"><!-- --></A><H3> getLoadOption</H3> <PRE> public java.lang.String <B>getLoadOption</B>()</PRE> <DL> <DD>Gets the load command option of this <CODE>LoadCommand</CODE>. For the default option, this method returns an empty string. <P> <DD><DL> <DT><B>Returns:</B><DD>A <CODE>String</CODE> that contains the load command option of this <CODE>LoadCommand</CODE>.</DL> </DD> </DL> <HR> <A NAME="getWhereCondition()"><!-- --></A><H3> getWhereCondition</H3> <PRE> public <A HREF="../../../oracle/olapi/syntax/Condition.html" title="class in oracle.olapi.syntax">Condition</A> <B>getWhereCondition</B>()</PRE> <DL> <DD>Gets the <CODE>Condition</CODE> that will be applied to the base table during this load. <P> <DD><DL> <DT><B>Returns:</B><DD>A <CODE>CONDITION</CODE> that will be applied during execution of this <CODE>LoadCommand</CODE>.</DL> </DD> </DL> <!-- ========= END OF CLASS DATA ========= --> <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="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></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/syntax/LiteralExpression.html" title="class in oracle.olapi.syntax"><B>PREV CLASS</B></A> <A HREF="../../../oracle/olapi/syntax/ModelCommand.html" title="class in oracle.olapi.syntax"><B>NEXT CLASS</B></A></FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../index.html?oracle/olapi/syntax/LoadCommand.html" target="_top"><B>FRAMES</B></A> <A HREF="LoadCommand.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> <TR> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> SUMMARY: NESTED | <A HREF="#field_summary">FIELD</A> | <A HREF="#constructor_summary">CONSTR</A> | <A HREF="#method_summary">METHOD</A></FONT></TD> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> DETAIL: <A HREF="#field_detail">FIELD</A> | <A HREF="#constructor_detail">CONSTR</A> | <A HREF="#method_detail">METHOD</A></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