rowset.html
来自「基于mondrian 开源框架进行OLAP多维分析」· HTML 代码 · 共 740 行 · 第 1/4 页
HTML
740 行
<!-- ============ 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="LOGGER"><!-- --></A><H3>LOGGER</H3><PRE>protected static final org.apache.log4j.Logger <B>LOGGER</B></PRE><DL><DL></DL></DL><HR><A NAME="rowsetDefinition"><!-- --></A><H3>rowsetDefinition</H3><PRE>protected final <A HREF="../../mondrian/xmla/RowsetDefinition.html" title="enum in mondrian.xmla">RowsetDefinition</A> <B>rowsetDefinition</B></PRE><DL><DL></DL></DL><HR><A NAME="restrictions"><!-- --></A><H3>restrictions</H3><PRE>protected final <A HREF="http://java.sun.com/javase/6/docs/api/java/util/Map.html" title="class or interface in java.util">Map</A><<A HREF="http://java.sun.com/javase/6/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A>,<A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Object.html" title="class or interface in java.lang">Object</A>> <B>restrictions</B></PRE><DL><DL></DL></DL><HR><A NAME="properties"><!-- --></A><H3>properties</H3><PRE>protected final <A HREF="http://java.sun.com/javase/6/docs/api/java/util/Map.html" title="class or interface in java.util">Map</A><<A HREF="http://java.sun.com/javase/6/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A>,<A HREF="http://java.sun.com/javase/6/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A>> <B>properties</B></PRE><DL><DL></DL></DL><HR><A NAME="request"><!-- --></A><H3>request</H3><PRE>protected final <A HREF="../../mondrian/xmla/XmlaRequest.html" title="interface in mondrian.xmla">XmlaRequest</A> <B>request</B></PRE><DL><DL></DL></DL><HR><A NAME="handler"><!-- --></A><H3>handler</H3><PRE>protected final <A HREF="../../mondrian/xmla/XmlaHandler.html" title="class in mondrian.xmla">XmlaHandler</A> <B>handler</B></PRE><DL><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="Rowset(mondrian.xmla.RowsetDefinition, mondrian.xmla.XmlaRequest, mondrian.xmla.XmlaHandler)"><!-- --></A><H3>Rowset</H3><PRE><B>Rowset</B>(<A HREF="../../mondrian/xmla/RowsetDefinition.html" title="enum in mondrian.xmla">RowsetDefinition</A> definition, <A HREF="../../mondrian/xmla/XmlaRequest.html" title="interface in mondrian.xmla">XmlaRequest</A> request, <A HREF="../../mondrian/xmla/XmlaHandler.html" title="class in mondrian.xmla">XmlaHandler</A> handler)</PRE><DL><DD>The exceptions thrown in this constructor are not produced during the execution of an XMLA request and so can be ordinary exceptions and not XmlaException (which are specifically for generating SOAP Fault xml).<P></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="pruneRestrictions(java.util.ArrayList)"><!-- --></A><H3>pruneRestrictions</H3><PRE>protected <A HREF="http://java.sun.com/javase/6/docs/api/java/util/ArrayList.html" title="class or interface in java.util">ArrayList</A><<A HREF="../../mondrian/xmla/RowsetDefinition.Column.html" title="class in mondrian.xmla">RowsetDefinition.Column</A>> <B>pruneRestrictions</B>(<A HREF="http://java.sun.com/javase/6/docs/api/java/util/ArrayList.html" title="class or interface in java.util">ArrayList</A><<A HREF="../../mondrian/xmla/RowsetDefinition.Column.html" title="class in mondrian.xmla">RowsetDefinition.Column</A>> list)</PRE><DL><DD><DL></DL></DD><DD><DL></DL></DD></DL><HR><A NAME="setProperty(mondrian.xmla.PropertyDefinition, java.lang.String)"><!-- --></A><H3>setProperty</H3><PRE>protected void <B>setProperty</B>(<A HREF="../../mondrian/xmla/PropertyDefinition.html" title="enum in mondrian.xmla">PropertyDefinition</A> propertyDef, <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A> value)</PRE><DL><DD>Sets a property for this rowset. Called by the constructor for each supplied property.<p/> A derived class should override this method and intercept each property it supports. Any property it does not support, it should forward to the base class method, which will probably throw an error.<p/><P><DD><DL></DL></DD><DD><DL></DL></DD></DL><HR><A NAME="unparse(mondrian.xmla.XmlaResponse)"><!-- --></A><H3>unparse</H3><PRE>public final void <B>unparse</B>(<A HREF="../../mondrian/xmla/XmlaResponse.html" title="interface in mondrian.xmla">XmlaResponse</A> response) throws <A HREF="../../mondrian/xmla/XmlaException.html" title="class in mondrian.xmla">XmlaException</A></PRE><DL><DD>Writes the contents of this rowset as a series of SAX events.<P><DD><DL></DL></DD><DD><DL><DT><B>Throws:</B><DD><CODE><A HREF="../../mondrian/xmla/XmlaException.html" title="class in mondrian.xmla">XmlaException</A></CODE></DL></DD></DL><HR><A NAME="populate(mondrian.xmla.XmlaResponse, java.util.List)"><!-- --></A><H3>populate</H3><PRE>public abstract void <B>populate</B>(<A HREF="../../mondrian/xmla/XmlaResponse.html" title="interface in mondrian.xmla">XmlaResponse</A> response, <A HREF="http://java.sun.com/javase/6/docs/api/java/util/List.html" title="class or interface in java.util">List</A><<A HREF="../../mondrian/xmla/Rowset.Row.html" title="class in mondrian.xmla">Rowset.Row</A>> rows) throws <A HREF="../../mondrian/xmla/XmlaException.html" title="class in mondrian.xmla">XmlaException</A></PRE><DL><DD>Gathers the set of rows which match a given set of the criteria.<P><DD><DL></DL></DD><DD><DL><DT><B>Throws:</B><DD><CODE><A HREF="../../mondrian/xmla/XmlaException.html" title="class in mondrian.xmla">XmlaException</A></CODE></DL></DD></DL><HR><A NAME="addRow(mondrian.xmla.Rowset.Row, java.util.List)"><!-- --></A><H3>addRow</H3><PRE>protected final boolean <B>addRow</B>(<A HREF="../../mondrian/xmla/Rowset.Row.html" title="class in mondrian.xmla">Rowset.Row</A> row, <A HREF="http://java.sun.com/javase/6/docs/api/java/util/List.html" title="class or interface in java.util">List</A><<A HREF="../../mondrian/xmla/Rowset.Row.html" title="class in mondrian.xmla">Rowset.Row</A>> rows) throws <A HREF="../../mondrian/xmla/XmlaException.html" title="class in mondrian.xmla">XmlaException</A></PRE>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?