📄 basetable.html
字号:
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="http://java.sun.com/products/jdk/1.3/docs/api/java/util/Iterator.html">Iterator</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../org/axiondb/engine/BaseTable.html#getConstraints()">getConstraints</A></B>()</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../org/axiondb/RowIterator.html">RowIterator</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../org/axiondb/engine/BaseTable.html#getIndexedRows(org.axiondb.WhereNode)">getIndexedRows</A></B>(<A HREF="../../../org/axiondb/WhereNode.html">WhereNode</A> node)</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../org/axiondb/Index.html">Index</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../org/axiondb/engine/BaseTable.html#getIndexForColumn(org.axiondb.Column)">getIndexForColumn</A></B>(<A HREF="../../../org/axiondb/Column.html">Column</A> column)</CODE>
<BR>
Return the first <A HREF="../../../org/axiondb/Index.html"><CODE>Index</CODE></A> that pertains to the given <A HREF="../../../org/axiondb/Column.html"><CODE>Column</CODE></A>, or <code>null</code> if no such <A HREF="../../../org/axiondb/Index.html"><CODE>Index</CODE></A> exists.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="http://java.sun.com/products/jdk/1.3/docs/api/java/util/Iterator.html">Iterator</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../org/axiondb/engine/BaseTable.html#getIndices()">getIndices</A></B>()</CODE>
<BR>
Obtain an <A HREF="http://java.sun.com/products/jdk/1.3/docs/api/java/util/Iterator.html"><CODE>Iterator</CODE></A> over my indices.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../org/axiondb/RowIterator.html">RowIterator</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../org/axiondb/engine/BaseTable.html#getMatchingRows(java.util.List, java.util.List)">getMatchingRows</A></B>(<A HREF="http://java.sun.com/products/jdk/1.3/docs/api/java/util/List.html">List</A> selectables, <A HREF="http://java.sun.com/products/jdk/1.3/docs/api/java/util/List.html">List</A> values)</CODE>
<BR>
Obtain an <A HREF="../../../org/axiondb/RowIterator.html"><CODE>iterator</CODE></A> over my <A HREF="../../../org/axiondb/Row.html"><CODE>Row</CODE></A>s where each <A HREF="../../../org/axiondb/Selectable.html"><CODE>Selectable</CODE></A> in the <i>selectable</i> <A HREF="http://java.sun.com/products/jdk/1.3/docs/api/java/util/List.html"><CODE>list</CODE></A> <A HREF="../../../org/axiondb/Selectable.html#evaluate(org.axiondb.RowDecorator)"><CODE>evaluates</CODE></A> to the corresponding value in the <i>value</i> <A HREF="http://java.sun.com/products/jdk/1.3/docs/api/java/util/List.html"><CODE>list</CODE></A>.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="http://java.sun.com/products/jdk/1.3/docs/api/java/lang/String.html">String</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../org/axiondb/engine/BaseTable.html#getName()">getName</A></B>()</CODE>
<BR>
Get the name of this table.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>abstract <A HREF="../../../org/axiondb/Row.html">Row</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../org/axiondb/engine/BaseTable.html#getRow(int)">getRow</A></B>(int id)</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="http://java.sun.com/products/jdk/1.3/docs/api/java/lang/String.html">String</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../org/axiondb/engine/BaseTable.html#getType()">getType</A></B>()</CODE>
<BR>
Get the type of this table.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> boolean</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../org/axiondb/engine/BaseTable.html#hasColumn(org.axiondb.ColumnIdentifier)">hasColumn</A></B>(<A HREF="../../../org/axiondb/ColumnIdentifier.html">ColumnIdentifier</A> id)</CODE>
<BR>
Indicate whether the <A HREF="../../../org/axiondb/ColumnIdentifier.html"><CODE>ColumnIdentifier</CODE></A> references a column in this table</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>protected boolean</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../org/axiondb/engine/BaseTable.html#hasDeferredConstraint()">hasDeferredConstraint</A></B>()</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> boolean</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../org/axiondb/engine/BaseTable.html#isColumnIndexed(org.axiondb.Column)">isColumnIndexed</A></B>(<A HREF="../../../org/axiondb/Column.html">Column</A> column)</CODE>
<BR>
Check to see if an <A HREF="../../../org/axiondb/Index.html"><CODE>Index</CODE></A> exists for the given <A HREF="../../../org/axiondb/Column.html"><CODE>Column</CODE></A></TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../org/axiondb/RowDecorator.html">RowDecorator</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../org/axiondb/engine/BaseTable.html#makeRowDecorator()">makeRowDecorator</A></B>()</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../org/axiondb/TransactableTable.html">TransactableTable</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../org/axiondb/engine/BaseTable.html#makeTransactableTable()">makeTransactableTable</A></B>()</CODE>
<BR>
Create a <A HREF="../../../org/axiondb/TransactableTable.html"><CODE>TransactableTable</CODE></A> for this table.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>protected void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../org/axiondb/engine/BaseTable.html#notifyColumnsOfNewLobDir(java.io.File)">notifyColumnsOfNewLobDir</A></B>(<A HREF="http://java.sun.com/products/jdk/1.3/docs/api/java/io/File.html">File</A> directory)</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../org/axiondb/engine/BaseTable.html#remount(java.io.File, boolean)">remount</A></B>(<A HREF="http://java.sun.com/products/jdk/1.3/docs/api/java/io/File.html">File</A> dir, boolean datafilesonly)</CODE>
<BR>
Notify this table that its disk-location has moved.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../org/axiondb/engine/BaseTable.html#removeConstraint(java.lang.String)">removeConstraint</A></B>(<A HREF="http://java.sun.com/products/jdk/1.3/docs/api/java/lang/String.html">String</A> name)</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../org/axiondb/engine/BaseTable.html#removeIndex(org.axiondb.Index)">removeIndex</A></B>(<A HREF="../../../org/axiondb/Index.html">Index</A> index)</CODE>
<BR>
Remove an index, both from the indices and as a TableModificationListener</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>protected void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../org/axiondb/engine/BaseTable.html#setType(java.lang.String)">setType</A></B>(<A HREF="http://java.sun.com/products/jdk/1.3/docs/api/java/lang/String.html">String</A> type)</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../org/axiondb/engine/BaseTable.html#shutdown()">shutdown</A></B>()</CODE>
<BR>
The database is shutting down, shutdown this table also.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="http://java.sun.com/products/jdk/1.3/docs/api/java/lang/String.html">String</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../org/axiondb/engine/BaseTable.html#toString()">toString</A></B>()</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>protected void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../org/axiondb/engine/BaseTable.html#updateRow(org.axiondb.Row, org.axiondb.Row)">updateRow</A></B>(<A HREF="../../../org/axiondb/Row.html">Row</A> oldrow, <A HREF="../../../org/axiondb/Row.html">Row</A> newrow)</CODE>
<BR>
</TD>
</TR>
</TABLE>
<A NAME="methods_inherited_from_class_org.axiondb.event.BaseTableModificationPublisher"><!-- --></A><TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
<TD><B>Methods inherited from class org.axiondb.event.<A HREF="../../../org/axiondb/event/BaseTableModificationPublisher.html">BaseTableModificationPublisher</A></B></TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><A HREF="../../../org/axiondb/event/BaseTableModificationPublisher.html#addTableModificationListener(org.axiondb.event.TableModificationListener)">addTableModificationListener</A>, <A HREF="../../../org/axiondb/event/BaseTableModificationPublisher.html#getTableModificationListeners()">getTableModificationListeners</A>, <A HREF="../../../org/axiondb/event/BaseTableModificationPublisher.html#publishEvent(org.axiondb.event.TableModifiedEvent)">publishEvent</A>, <A HREF="../../../org/axiondb/event/BaseTableModificationPublisher.html#removeTableModificationListener(org.axiondb.event.TableModificationListener)">removeTableModificationListener</A></CODE></TD>
</TR>
</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#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.Table"><!-- --></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/Table.html">Table</A></B></TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><A HREF="../../../org/axiondb/Table.html#addTableModificationListener(org.axiondb.event.TableModificationListener)">addTableModificationListener</A>, <A HREF="../../../org/axiondb/Table.html#applyDelete(int)">applyDelete</A>, <A HREF="../../../org/axiondb/Table.html#applyInsert(org.axiondb.Row)">applyInsert</A>, <A HREF="../../../org/axiondb/Table.html#applyUpdate(org.axiondb.Row)">applyUpdate</A>, <A HREF="../../../org/axiondb/Table.html#freeRowId(int)">freeRowId</A>, <A HREF="../../../org/axiondb/Table.html#getNextRowId()">getNextRowId</A>, <A HREF="../../../org/axiondb/Table.html#getRowCount()">getRowCount</A>, <A HREF="../../../org/axiondb/Table.html#getRowIterator()">getRowIterator</A>, <A HREF="../../../org/axiondb/Table.html#populateIndex(org.axiondb.Index)">populateIndex</A>, <A HREF="../../../org/axiondb/Table.html#removeTableModificationListener(org.axiondb.event.TableModificationListener)">removeTableModificationListener</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="BaseTable()"><!-- --></A><H3>
BaseTable</H3>
<PRE>
public <B>BaseTable</B>()</PRE>
<DL>
</DL>
<HR>
<A NAME="BaseTable(java.lang.String)"><!-- --></A><H3>
BaseTable</H3>
<PRE>
public <B>BaseTable</B>(<A HREF="http://java.sun.com/products/jdk/1.3/docs/api/java/lang/String.html">String</A> name)</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="getRow(int)"><!-- --></A><H3>
getRow</H3>
<PRE>
public abstract <A HREF="../../../org/axiondb/Row.html">Row</A> <B>getRow</B>(int id) throws <A HREF="../../../org/axiondb/AxionException.html">AxionException</A></PRE>
<DL>
<DD><DL>
<DT><B>Specified by: </B><DD><CODE><A HREF="../../../org/axiondb/RowSource.html#getRow(int)">getRow</A></CODE> in interface <CODE><A HREF="../../../org/axiondb/RowSource.html">RowSource</A></CODE></DL>
</DD>
</DL>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -