📄 transactabletableimpl.html
字号:
<DT><B>Specified by: </B><DD><CODE><A HREF="../../../org/axiondb/Table.html#isColumnIndexed(org.axiondb.Column)">isColumnIndexed</A></CODE> in interface <CODE><A HREF="../../../org/axiondb/Table.html">Table</A></CODE></DL>
</DD>
<DD>Following copied from interface: <CODE>org.axiondb.Table</CODE></DD>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>column</CODE> - <A HREF="../../../org/axiondb/Column.html"><CODE>Column</CODE></A> to check<DT><B>Returns:</B><DD>true iff there is an existing <A HREF="../../../org/axiondb/Index.html"><CODE>Index</CODE></A> for the given <A HREF="../../../org/axiondb/Column.html"><CODE>Column</CODE></A></DL>
</DD>
</DL>
<HR>
<A NAME="addColumn(org.axiondb.Column)"><!-- --></A><H3>
addColumn</H3>
<PRE>
public void <B>addColumn</B>(<A HREF="../../../org/axiondb/Column.html">Column</A> col) throws <A HREF="../../../org/axiondb/AxionException.html">AxionException</A></PRE>
<DL>
<DD><B>Description copied from interface: <CODE><A HREF="../../../org/axiondb/Table.html">Table</A></CODE></B></DD>
<DD>Add the given <A HREF="../../../org/axiondb/Column.html"><CODE>Column</CODE></A> to this table.<DD><DL>
<DT><B>Specified by: </B><DD><CODE><A HREF="../../../org/axiondb/Table.html#addColumn(org.axiondb.Column)">addColumn</A></CODE> in interface <CODE><A HREF="../../../org/axiondb/Table.html">Table</A></CODE></DL>
</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><B>Description copied from interface: <CODE><A HREF="../../../org/axiondb/Table.html">Table</A></CODE></B></DD>
<DD>Return the <A HREF="../../../org/axiondb/Column.html"><CODE>Column</CODE></A> corresponding to the given zero-based <i>index</i>.<DD><DL>
<DT><B>Specified by: </B><DD><CODE><A HREF="../../../org/axiondb/Table.html#getColumn(int)">getColumn</A></CODE> in interface <CODE><A HREF="../../../org/axiondb/Table.html">Table</A></CODE></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><B>Description copied from interface: <CODE><A HREF="../../../org/axiondb/Table.html">Table</A></CODE></B></DD>
<DD>Return the <A HREF="../../../org/axiondb/Column.html"><CODE>Column</CODE></A> for the given <i>name</i>.<DD><DL>
<DT><B>Specified by: </B><DD><CODE><A HREF="../../../org/axiondb/Table.html#getColumn(java.lang.String)">getColumn</A></CODE> in interface <CODE><A HREF="../../../org/axiondb/Table.html">Table</A></CODE></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><B>Description copied from interface: <CODE><A HREF="../../../org/axiondb/Table.html">Table</A></CODE></B></DD>
<DD>Indicate whether the <A HREF="../../../org/axiondb/ColumnIdentifier.html"><CODE>ColumnIdentifier</CODE></A> references a column in this table<DD><DL>
<DT><B>Specified by: </B><DD><CODE><A HREF="../../../org/axiondb/Table.html#hasColumn(org.axiondb.ColumnIdentifier)">hasColumn</A></CODE> in interface <CODE><A HREF="../../../org/axiondb/Table.html">Table</A></CODE></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><B>Description copied from interface: <CODE><A HREF="../../../org/axiondb/Table.html">Table</A></CODE></B></DD>
<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/Table.html#getColumnIndex(java.lang.String)">getColumnIndex</A></CODE> in interface <CODE><A HREF="../../../org/axiondb/Table.html">Table</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><B>Description copied from interface: <CODE><A HREF="../../../org/axiondb/Table.html">Table</A></CODE></B></DD>
<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>
<DT><B>Specified by: </B><DD><CODE><A HREF="../../../org/axiondb/Table.html#getColumnIdentifiers()">getColumnIdentifiers</A></CODE> in interface <CODE><A HREF="../../../org/axiondb/Table.html">Table</A></CODE></DL>
</DD>
</DL>
<HR>
<A NAME="getColumnCount()"><!-- --></A><H3>
getColumnCount</H3>
<PRE>
public int <B>getColumnCount</B>()</PRE>
<DL>
<DD><B>Description copied from interface: <CODE><A HREF="../../../org/axiondb/Table.html">Table</A></CODE></B></DD>
<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/Table.html#getColumnCount()">getColumnCount</A></CODE> in interface <CODE><A HREF="../../../org/axiondb/Table.html">Table</A></CODE></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><B>Description copied from interface: <CODE><A HREF="../../../org/axiondb/Table.html">Table</A></CODE></B></DD>
<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>
<DT><B>Specified by: </B><DD><CODE><A HREF="../../../org/axiondb/Table.html#getIndices()">getIndices</A></CODE> in interface <CODE><A HREF="../../../org/axiondb/Table.html">Table</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><B>Description copied from interface: <CODE><A HREF="../../../org/axiondb/Table.html">Table</A></CODE></B></DD>
<DD>Insert the given <A HREF="../../../org/axiondb/Row.html"><CODE>Row</CODE></A>.<DD><DL>
<DT><B>Specified by: </B><DD><CODE><A HREF="../../../org/axiondb/Table.html#addRow(org.axiondb.Row)">addRow</A></CODE> in interface <CODE><A HREF="../../../org/axiondb/Table.html">Table</A></CODE></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><B>Description copied from interface: <CODE><A HREF="../../../org/axiondb/Table.html">Table</A></CODE></B></DD>
<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>
<DT><B>Specified by: </B><DD><CODE><A HREF="../../../org/axiondb/Table.html#getRowIterator()">getRowIterator</A></CODE> in interface <CODE><A HREF="../../../org/axiondb/Table.html">Table</A></CODE></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><B>Description copied from interface: <CODE><A HREF="../../../org/axiondb/Table.html">Table</A></CODE></B></DD>
<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>
<DT><B>Specified by: </B><DD><CODE><A HREF="../../../org/axiondb/Table.html#getMatchingRows(java.util.List, java.util.List)">getMatchingRows</A></CODE> in interface <CODE><A HREF="../../../org/axiondb/Table.html">Table</A></CODE></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> node) throws <A HREF="../../../org/axiondb/AxionException.html">AxionException</A></PRE>
<DL>
<DD><DL>
<DT><B>Specified by: </B><DD><CODE><A HREF="../../../org/axiondb/Table.html#getIndexedRows(org.axiondb.WhereNode)">getIndexedRows</A></CODE> in interface <CODE><A HREF="../../../org/axiondb/Table.html">Table</A></CODE></DL>
</DD>
</DL>
<HR>
<A NAME="getRowCount()"><!-- --></A><H3>
getRowCount</H3>
<PRE>
public int <B>getRowCount</B>()</PRE>
<DL>
<DD><B>Description copied from interface: <CODE><A HREF="../../../org/axiondb/Table.html">Table</A></CODE></B></DD>
<DD>Return the number of <A HREF="../../../org/axiondb/Row.html"><CODE>Row</CODE></A>s I contain.<DD><DL>
<DT><B>Specified by: </B><DD><CODE><A HREF="../../../org/axiondb/Table.html#getRowCount()">getRowCount</A></CODE> in interface <CODE><A HREF="../../../org/axiondb/Table.html">Table</A></CODE></DL>
</DD>
</DL>
<HR>
<A NAME="getNextRowId()"><!-- --></A><H3>
getNextRowId</H3>
<PRE>
public int <B>getNextRowId</B>()</PRE>
<DL>
<DD><B>Description copied from interface: <CODE><A HREF="../../../org/axiondb/Table.html">Table</A></CODE></B></DD>
<DD>Reserve a row id.<DD><DL>
<DT><B>Specified by: </B><DD><CODE><A HREF="../../../org/axiondb/Table.html#getNextRowId()">getNextRowId</A></CODE> in interface <CODE><A HREF="../../../org/axiondb/Table.html">Table</A></CODE></DL>
</DD>
</DL>
<HR>
<A NAME="freeRowId(int)"><!-- --></A><H3>
freeRowId</H3>
<PRE>
public void <B>freeRowId</B>(int id)</PRE>
<DL>
<DD><B>Description copied from interface: <CODE><A HREF="../../../org/axiondb/Table.html">Table</A></CODE></B></DD>
<DD>Un-reserve a row id.<DD><DL>
<DT><B>Specified by: </B><DD><CODE><A HREF="../../../org/axiondb/Table.html#freeRowId(int)">freeRowId</A></CODE> in interface <CODE><A HREF="../../../org/axiondb/Table.html">Table</A></CODE></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><B>Description copied from interface: <CODE><A HREF="../../../org/axiondb/Table.html">Table</A></CODE></B></DD>
<DD>Drop this table from the database.<DD><DL>
<DT><B>Specified by: </B><DD><CODE><A HREF="../../../org/axiondb/Table.html#drop()">drop</A></CODE> in interface <CODE><A HREF="../../../org/axiondb/Table.html">Table</A></CODE></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><B>Description copied from interface: <CODE><A HREF="../../../org/axiondb/Table.html">Table</A></CODE></B></DD>
<DD>Execute a CHECKPOINT, persisting any un-persisted data.<DD><DL>
<DT><B>Specified by: </B><DD><CODE><A HREF="../../../org/axiondb/Table.html#checkpoint()">checkpoint</A></CODE> in interface <CODE><A HREF="../../../org/axiondb/Table.html">Table</A></CODE></DL>
</DD>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -