📄 table.html
字号:
</DD>
</DL>
<HR>
<A NAME="getColumn(int)"><!-- --></A><H3>
getColumn</H3>
<PRE>
public <A HREF="../../org/axiondb/Column.html">Column</A> <B>getColumn</B>(int index)</PRE>
<DL>
<DD>Return the <A HREF="../../org/axiondb/Column.html"><CODE>Column</CODE></A> corresponding to the given zero-based <i>index</i>.<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="getColumn(java.lang.String)"><!-- --></A><H3>
getColumn</H3>
<PRE>
public <A HREF="../../org/axiondb/Column.html">Column</A> <B>getColumn</B>(<A HREF="http://java.sun.com/products/jdk/1.3/docs/api/java/lang/String.html">String</A> name)</PRE>
<DL>
<DD>Return the <A HREF="../../org/axiondb/Column.html"><CODE>Column</CODE></A> for the given <i>name</i>.<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="hasColumn(org.axiondb.ColumnIdentifier)"><!-- --></A><H3>
hasColumn</H3>
<PRE>
public boolean <B>hasColumn</B>(<A HREF="../../org/axiondb/ColumnIdentifier.html">ColumnIdentifier</A> id)</PRE>
<DL>
<DD>Indicate whether the <A HREF="../../org/axiondb/ColumnIdentifier.html"><CODE>ColumnIdentifier</CODE></A> references a column in this table<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="getColumnIndex(java.lang.String)"><!-- --></A><H3>
getColumnIndex</H3>
<PRE>
public int <B>getColumnIndex</B>(<A HREF="http://java.sun.com/products/jdk/1.3/docs/api/java/lang/String.html">String</A> name) throws <A HREF="../../org/axiondb/AxionException.html">AxionException</A></PRE>
<DL>
<DD>Return the zero-based index of the <A HREF="../../org/axiondb/Column.html"><CODE>Column</CODE></A> with the given <i>name</i>.<DD><DL>
<DT><B>Specified by: </B><DD><CODE><A HREF="../../org/axiondb/RowSource.html#getColumnIndex(java.lang.String)">getColumnIndex</A></CODE> in interface <CODE><A HREF="../../org/axiondb/RowSource.html">RowSource</A></CODE></DL>
</DD>
</DL>
<HR>
<A NAME="getColumnIdentifiers()"><!-- --></A><H3>
getColumnIdentifiers</H3>
<PRE>
public <A HREF="http://java.sun.com/products/jdk/1.3/docs/api/java/util/Iterator.html">Iterator</A> <B>getColumnIdentifiers</B>()</PRE>
<DL>
<DD>Return an <A HREF="http://java.sun.com/products/jdk/1.3/docs/api/java/util/Iterator.html"><CODE>Iterator</CODE></A> over the <A HREF="../../org/axiondb/ColumnIdentifier.html"><CODE>ColumnIdentifiers</CODE></A> for my <A HREF="../../org/axiondb/Column.html"><CODE>Column</CODE></A>s.<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="getColumnCount()"><!-- --></A><H3>
getColumnCount</H3>
<PRE>
public int <B>getColumnCount</B>()</PRE>
<DL>
<DD>Return the number of <A HREF="../../org/axiondb/Column.html"><CODE>Column</CODE></A>s I contain.<DD><DL>
<DT><B>Specified by: </B><DD><CODE><A HREF="../../org/axiondb/RowSource.html#getColumnCount()">getColumnCount</A></CODE> in interface <CODE><A HREF="../../org/axiondb/RowSource.html">RowSource</A></CODE></DL>
</DD>
</DL>
<HR>
<A NAME="addRow(org.axiondb.Row)"><!-- --></A><H3>
addRow</H3>
<PRE>
public void <B>addRow</B>(<A HREF="../../org/axiondb/Row.html">Row</A> row) throws <A HREF="../../org/axiondb/AxionException.html">AxionException</A></PRE>
<DL>
<DD>Insert the given <A HREF="../../org/axiondb/Row.html"><CODE>Row</CODE></A>.<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="getRowIterator()"><!-- --></A><H3>
getRowIterator</H3>
<PRE>
public <A HREF="../../org/axiondb/RowIterator.html">RowIterator</A> <B>getRowIterator</B>() throws <A HREF="../../org/axiondb/AxionException.html">AxionException</A></PRE>
<DL>
<DD>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.<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="getMatchingRows(java.util.List, java.util.List)"><!-- --></A><H3>
getMatchingRows</H3>
<PRE>
public <A HREF="../../org/axiondb/RowIterator.html">RowIterator</A> <B>getMatchingRows</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) throws <A HREF="../../org/axiondb/AxionException.html">AxionException</A></PRE>
<DL>
<DD>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>. This is functionally similiar to executing a SELECT over this table where <i>selectable[i]</i> = <i>value[i]</i> for each value of <i>i</i>.<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="getIndexedRows(org.axiondb.WhereNode)"><!-- --></A><H3>
getIndexedRows</H3>
<PRE>
public <A HREF="../../org/axiondb/RowIterator.html">RowIterator</A> <B>getIndexedRows</B>(<A HREF="../../org/axiondb/WhereNode.html">WhereNode</A> where) throws <A HREF="../../org/axiondb/AxionException.html">AxionException</A></PRE>
<DL>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="getRowCount()"><!-- --></A><H3>
getRowCount</H3>
<PRE>
public int <B>getRowCount</B>()</PRE>
<DL>
<DD>Return the number of <A HREF="../../org/axiondb/Row.html"><CODE>Row</CODE></A>s I contain.<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="getNextRowId()"><!-- --></A><H3>
getNextRowId</H3>
<PRE>
public int <B>getNextRowId</B>()</PRE>
<DL>
<DD>Reserve a row id.<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="freeRowId(int)"><!-- --></A><H3>
freeRowId</H3>
<PRE>
public void <B>freeRowId</B>(int id)</PRE>
<DL>
<DD>Un-reserve a row id.<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="applyInsert(org.axiondb.Row)"><!-- --></A><H3>
applyInsert</H3>
<PRE>
public void <B>applyInsert</B>(<A HREF="../../org/axiondb/Row.html">Row</A> row) throws <A HREF="../../org/axiondb/AxionException.html">AxionException</A></PRE>
<DL>
<DD>Insert the given <A HREF="../../org/axiondb/Row.html"><CODE>Row</CODE></A>, but don't invoke any <CODE>RowEvent</CODE>s, triggers, etc.<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="applyDelete(int)"><!-- --></A><H3>
applyDelete</H3>
<PRE>
public void <B>applyDelete</B>(int rowid) throws <A HREF="../../org/axiondb/AxionException.html">AxionException</A></PRE>
<DL>
<DD>Delete the specified row, but don't invoke any <CODE>RowEvent</CODE>s, triggers, etc.<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="applyUpdate(org.axiondb.Row)"><!-- --></A><H3>
applyUpdate</H3>
<PRE>
public void <B>applyUpdate</B>(<A HREF="../../org/axiondb/Row.html">Row</A> row) throws <A HREF="../../org/axiondb/AxionException.html">AxionException</A></PRE>
<DL>
<DD>Update the given <A HREF="../../org/axiondb/Row.html"><CODE>Row</CODE></A>, but don't invoke any <CODE>RowEvent</CODE>s, triggers, etc.<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="drop()"><!-- --></A><H3>
drop</H3>
<PRE>
public void <B>drop</B>() throws <A HREF="../../org/axiondb/AxionException.html">AxionException</A></PRE>
<DL>
<DD>Drop this table from the database.<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="checkpoint()"><!-- --></A><H3>
checkpoint</H3>
<PRE>
public void <B>checkpoint</B>() throws <A HREF="../../org/axiondb/AxionException.html">AxionException</A></PRE>
<DL>
<DD>Execute a CHECKPOINT, persisting any un-persisted data.<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="shutdown()"><!-- --></A><H3>
shutdown</H3>
<PRE>
public void <B>shutdown</B>() throws <A HREF="../../org/axiondb/AxionException.html">AxionException</A></PRE>
<DL>
<DD>The database is shutting down, shutdown this table also.<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="remount(java.io.File, boolean)"><!-- --></A><H3>
remount</H3>
<PRE>
public void <B>remount</B>(<A HREF="http://java.sun.com/products/jdk/1.3/docs/api/java/io/File.html">File</A> dir, boolean dataOnly) throws <A HREF="../../org/axiondb/AxionException.html">AxionException</A></PRE>
<DL>
<DD>Notify this table that its disk-location has moved.<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="makeTransactableTable()"><!-- --></A><H3>
makeTransactableTable</H3>
<PRE>
public <A HREF="../../org/axiondb/TransactableTable.html">TransactableTable</A> <B>makeTransactableTable</B>()</PRE>
<DL>
<DD>Create a <A HREF="../../org/axiondb/TransactableTable.html"><CODE>TransactableTable</CODE></A> for this table.<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="getIndices()"><!-- --></A><H3>
getIndices</H3>
<PRE>
public <A HREF="http://java.sun.com/products/jdk/1.3/docs/api/java/util/Iterator.html">Iterator</A> <B>getIndices</B>()</PRE>
<DL>
<DD>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.<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/Table.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/SelectableBasedConstraint.html"><B>PREV CLASS</B></A>
<A HREF="../../org/axiondb/TableFactory.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="Table.html" TARGET="_top"><B>NO FRAMES</B></A></FONT></TD>
</TR>
<TR>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
SUMMARY: INNER | <A HREF="#field_summary">FIELD</A> | CONSTR | <A HREF="#method_summary">METHOD</A></FONT></TD>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
DETAIL: <A HREF="#field_detail">FIELD</A> | CONSTR | <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 + -