📄 objectbtreeindex.html
字号:
</TABLE>
<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A><TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
<TD><B>Methods inherited from class java.lang.<A HREF="http://java.sun.com/products/jdk/1.3/docs/api/java/lang/Object.html">Object</A></B></TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><A HREF="http://java.sun.com/products/jdk/1.3/docs/api/java/lang/Object.html#clone()">clone</A>, <A HREF="http://java.sun.com/products/jdk/1.3/docs/api/java/lang/Object.html#equals(java.lang.Object)">equals</A>, <A HREF="http://java.sun.com/products/jdk/1.3/docs/api/java/lang/Object.html#finalize()">finalize</A>, <A HREF="http://java.sun.com/products/jdk/1.3/docs/api/java/lang/Object.html#getClass()">getClass</A>, <A HREF="http://java.sun.com/products/jdk/1.3/docs/api/java/lang/Object.html#hashCode()">hashCode</A>, <A HREF="http://java.sun.com/products/jdk/1.3/docs/api/java/lang/Object.html#notify()">notify</A>, <A HREF="http://java.sun.com/products/jdk/1.3/docs/api/java/lang/Object.html#notifyAll()">notifyAll</A>, <A HREF="http://java.sun.com/products/jdk/1.3/docs/api/java/lang/Object.html#toString()">toString</A>, <A HREF="http://java.sun.com/products/jdk/1.3/docs/api/java/lang/Object.html#wait()">wait</A>, <A HREF="http://java.sun.com/products/jdk/1.3/docs/api/java/lang/Object.html#wait(long)">wait</A>, <A HREF="http://java.sun.com/products/jdk/1.3/docs/api/java/lang/Object.html#wait(long, int)">wait</A></CODE></TD>
</TR>
</TABLE>
<A NAME="methods_inherited_from_class_org.axiondb.event.TableModificationListener"><!-- --></A><TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
<TD><B>Methods inherited from interface org.axiondb.event.<A HREF="../../../org/axiondb/event/TableModificationListener.html">TableModificationListener</A></B></TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><A HREF="../../../org/axiondb/event/TableModificationListener.html#columnAdded(org.axiondb.event.ColumnEvent)">columnAdded</A>, <A HREF="../../../org/axiondb/event/TableModificationListener.html#constraintAdded(org.axiondb.event.ConstraintEvent)">constraintAdded</A>, <A HREF="../../../org/axiondb/event/TableModificationListener.html#constraintRemoved(org.axiondb.event.ConstraintEvent)">constraintRemoved</A></CODE></TD>
</TR>
</TABLE>
<A NAME="methods_inherited_from_class_org.axiondb.Index"><!-- --></A><TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
<TD><B>Methods inherited from interface org.axiondb.<A HREF="../../../org/axiondb/Index.html">Index</A></B></TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><A HREF="../../../org/axiondb/Index.html#getIndexedColumn()">getIndexedColumn</A>, <A HREF="../../../org/axiondb/Index.html#getName()">getName</A>, <A HREF="../../../org/axiondb/Index.html#isUnique()">isUnique</A></CODE></TD>
</TR>
</TABLE>
<P>
<!-- ============ FIELD DETAIL =========== -->
<!-- ========= CONSTRUCTOR DETAIL ======== -->
<A NAME="constructor_detail"><!-- --></A><TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TD COLSPAN=1><FONT SIZE="+2">
<B>Constructor Detail</B></FONT></TD>
</TR>
</TABLE>
<A NAME="ObjectBTreeIndex(java.lang.String, org.axiondb.Column, boolean, java.io.File)"><!-- --></A><H3>
ObjectBTreeIndex</H3>
<PRE>
public <B>ObjectBTreeIndex</B>(<A HREF="http://java.sun.com/products/jdk/1.3/docs/api/java/lang/String.html">String</A> name, <A HREF="../../../org/axiondb/Column.html">Column</A> column, boolean unique, <A HREF="http://java.sun.com/products/jdk/1.3/docs/api/java/io/File.html">File</A> dataDirectory) throws <A HREF="../../../org/axiondb/AxionException.html">AxionException</A></PRE>
<DL>
</DL>
<HR>
<A NAME="ObjectBTreeIndex(java.lang.String, org.axiondb.Column, boolean)"><!-- --></A><H3>
ObjectBTreeIndex</H3>
<PRE>
public <B>ObjectBTreeIndex</B>(<A HREF="http://java.sun.com/products/jdk/1.3/docs/api/java/lang/String.html">String</A> name, <A HREF="../../../org/axiondb/Column.html">Column</A> column, boolean unique) throws <A HREF="../../../org/axiondb/AxionException.html">AxionException</A></PRE>
<DL>
</DL>
<!-- ============ METHOD DETAIL ========== -->
<A NAME="method_detail"><!-- --></A><TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TD COLSPAN=1><FONT SIZE="+2">
<B>Method Detail</B></FONT></TD>
</TR>
</TABLE>
<A NAME="getRowIterator(org.axiondb.RowSource, org.axiondb.ComparisonOperator, java.lang.Object)"><!-- --></A><H3>
getRowIterator</H3>
<PRE>
public <A HREF="../../../org/axiondb/RowIterator.html">RowIterator</A> <B>getRowIterator</B>(<A HREF="../../../org/axiondb/RowSource.html">RowSource</A> source, <A HREF="../../../org/axiondb/ComparisonOperator.html">ComparisonOperator</A> theOperator, <A HREF="http://java.sun.com/products/jdk/1.3/docs/api/java/lang/Object.html">Object</A> value) throws <A HREF="../../../org/axiondb/AxionException.html">AxionException</A></PRE>
<DL>
<DD><B>Description copied from interface: <CODE><A HREF="../../../org/axiondb/Index.html">Index</A></CODE></B></DD>
<DD>Returns a <A HREF="../../../org/axiondb/RowIterator.html"><CODE>RowIterator</CODE></A> over the indexed rows, limited by the given <A HREF="../../../org/axiondb/ComparisonOperator.html"><CODE>ComparisonOperator</CODE></A>/value pair, using the default sort order.<DD><DL>
<DT><B>Overrides:</B><DD><CODE><A HREF="../../../org/axiondb/engine/BaseIndex.html#getRowIterator(org.axiondb.RowSource, org.axiondb.ComparisonOperator, java.lang.Object)">getRowIterator</A></CODE> in class <CODE><A HREF="../../../org/axiondb/engine/BaseIndex.html">BaseIndex</A></CODE></DL>
</DD>
<DD>Following copied from interface: <CODE>org.axiondb.Index</CODE></DD>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>operator</CODE> - the <A HREF="../../../org/axiondb/ComparisonOperator.html"><CODE>ComparisonOperator</CODE></A> to apply<DD><CODE>value</CODE> - the value to compare the indexed column to</DL>
</DD>
</DL>
<HR>
<A NAME="getIndexLoader()"><!-- --></A><H3>
getIndexLoader</H3>
<PRE>
public <A HREF="../../../org/axiondb/IndexLoader.html">IndexLoader</A> <B>getIndexLoader</B>()</PRE>
<DL>
<DD><DL>
<DT><B>Overrides:</B><DD><CODE><A HREF="../../../org/axiondb/engine/BaseIndex.html#getIndexLoader()">getIndexLoader</A></CODE> in class <CODE><A HREF="../../../org/axiondb/engine/BaseIndex.html">BaseIndex</A></CODE></DL>
</DD>
</DL>
<HR>
<A NAME="getBTree()"><!-- --></A><H3>
getBTree</H3>
<PRE>
public <A HREF="../../../org/axiondb/util/ObjectBTree.html">ObjectBTree</A> <B>getBTree</B>()</PRE>
<DL>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="rowInserted(org.axiondb.event.RowEvent)"><!-- --></A><H3>
rowInserted</H3>
<PRE>
public void <B>rowInserted</B>(<A HREF="../../../org/axiondb/event/RowEvent.html">RowEvent</A> event) throws <A HREF="../../../org/axiondb/AxionException.html">AxionException</A></PRE>
<DL>
<DD><DL>
<DT><B>Specified by: </B><DD><CODE><A HREF="../../../org/axiondb/event/TableModificationListener.html#rowInserted(org.axiondb.event.RowEvent)">rowInserted</A></CODE> in interface <CODE><A HREF="../../../org/axiondb/event/TableModificationListener.html">TableModificationListener</A></CODE><DT><B>Overrides:</B><DD><CODE><A HREF="../../../org/axiondb/event/BaseTableModificationListener.html#rowInserted(org.axiondb.event.RowEvent)">rowInserted</A></CODE> in class <CODE><A HREF="../../../org/axiondb/event/BaseTableModificationListener.html">BaseTableModificationListener</A></CODE></DL>
</DD>
</DL>
<HR>
<A NAME="rowDeleted(org.axiondb.event.RowEvent)"><!-- --></A><H3>
rowDeleted</H3>
<PRE>
public void <B>rowDeleted</B>(<A HREF="../../../org/axiondb/event/RowEvent.html">RowEvent</A> event) throws <A HREF="../../../org/axiondb/AxionException.html">AxionException</A></PRE>
<DL>
<DD><DL>
<DT><B>Specified by: </B><DD><CODE><A HREF="../../../org/axiondb/event/TableModificationListener.html#rowDeleted(org.axiondb.event.RowEvent)">rowDeleted</A></CODE> in interface <CODE><A HREF="../../../org/axiondb/event/TableModificationListener.html">TableModificationListener</A></CODE><DT><B>Overrides:</B><DD><CODE><A HREF="../../../org/axiondb/event/BaseTableModificationListener.html#rowDeleted(org.axiondb.event.RowEvent)">rowDeleted</A></CODE> in class <CODE><A HREF="../../../org/axiondb/event/BaseTableModificationListener.html">BaseTableModificationListener</A></CODE></DL>
</DD>
</DL>
<HR>
<A NAME="rowUpdated(org.axiondb.event.RowEvent)"><!-- --></A><H3>
rowUpdated</H3>
<PRE>
public void <B>rowUpdated</B>(<A HREF="../../../org/axiondb/event/RowEvent.html">RowEvent</A> event) throws <A HREF="../../../org/axiondb/AxionException.html">AxionException</A></PRE>
<DL>
<DD><DL>
<DT><B>Specified by: </B><DD><CODE><A HREF="../../../org/axiondb/event/TableModificationListener.html#rowUpdated(org.axiondb.event.RowEvent)">rowUpdated</A></CODE> in interface <CODE><A HREF="../../../org/axiondb/event/TableModificationListener.html">TableModificationListener</A></CODE><DT><B>Overrides:</B><DD><CODE><A HREF="../../../org/axiondb/event/BaseTableModificationListener.html#rowUpdated(org.axiondb.event.RowEvent)">rowUpdated</A></CODE> in class <CODE><A HREF="../../../org/axiondb/event/BaseTableModificationListener.html">BaseTableModificationListener</A></CODE></DL>
</DD>
</DL>
<HR>
<A NAME="changeRowId(org.axiondb.Table, org.axiondb.Row, int, int)"><!-- --></A><H3>
changeRowId</H3>
<PRE>
public void <B>changeRowId</B>(<A HREF="../../../org/axiondb/Table.html">Table</A> table, <A HREF="../../../org/axiondb/Row.html">Row</A> row, int oldId, int newId) throws <A HREF="../../../org/axiondb/AxionException.html">AxionException</A></PRE>
<DL>
<DD><DL>
</DL>
</DD>
</DL>
<!-- ========= END OF CLASS DATA ========= -->
<HR>
<!-- ========== START OF NAVBAR ========== -->
<A NAME="navbar_bottom"><!-- --></A><TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_bottom_firstrow"><!-- --></A><TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3">
<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="class-use/ObjectBTreeIndex.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A> </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>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../org/axiondb/engine/ObjectArrayIndexLoader.html"><B>PREV CLASS</B></A>
<A HREF="../../../org/axiondb/engine/ObjectBTreeIndexLoader.html"><B>NEXT CLASS</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../index.html" TARGET="_top"><B>FRAMES</B></A>
<A HREF="ObjectBTreeIndex.html" TARGET="_top"><B>NO FRAMES</B></A></FONT></TD>
</TR>
<TR>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
SUMMARY: INNER | FIELD | <A HREF="#constructor_summary">CONSTR</A> | <A HREF="#method_summary">METHOD</A></FONT></TD>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
DETAIL: FIELD | <A HREF="#constructor_detail">CONSTR</A> | <A HREF="#method_detail">METHOD</A></FONT></TD>
</TR>
</TABLE>
<!-- =========== END OF NAVBAR =========== -->
<HR>
Copyright © 2002-2003 Axion Development Team. All Rights Reserved.
</BODY>
</HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -