📄 transactabletable.html
字号:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Frameset//EN""http://www.w3.org/TR/REC-html40/frameset.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc on Thu Mar 27 11:10:19 CST 2003 -->
<TITLE>
axion 1.0-M1 API: Interface TransactableTable
</TITLE>
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../stylesheet.css" TITLE="Style">
</HEAD>
<BODY BGCOLOR="white">
<!-- ========== START OF NAVBAR ========== -->
<A NAME="navbar_top"><!-- --></A><TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_top_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/TransactableTable.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/Transactable.html"><B>PREV CLASS</B></A>
<A HREF="../../org/axiondb/Transaction.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="TransactableTable.html" TARGET="_top"><B>NO FRAMES</B></A></FONT></TD>
</TR>
<TR>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
SUMMARY: INNER | FIELD | CONSTR | METHOD</FONT></TD>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
DETAIL: FIELD | CONSTR | METHOD</FONT></TD>
</TR>
</TABLE>
<!-- =========== END OF NAVBAR =========== -->
<HR>
<!-- ======== START OF CLASS DATA ======== -->
<H2>
<FONT SIZE="-1">
org.axiondb</FONT>
<BR>
Interface TransactableTable</H2>
<DL>
<DT><B>All Superinterfaces:</B> <DD><A HREF="../../org/axiondb/RowSource.html">RowSource</A>, <A HREF="../../org/axiondb/Table.html">Table</A>, <A HREF="../../org/axiondb/Transactable.html">Transactable</A></DD>
</DL>
<DL>
<DT><B>All Known Implementing Classes:</B> <DD><A HREF="../../org/axiondb/engine/TransactableTableImpl.html">TransactableTableImpl</A></DD>
</DL>
<HR>
<DL>
<DT>public interface <B>TransactableTable</B><DT>extends <A HREF="../../org/axiondb/Transactable.html">Transactable</A>, <A HREF="../../org/axiondb/Table.html">Table</A></DL>
<P>
A <A HREF="../../org/axiondb/Transactable.html"><CODE>Transactable</CODE></A> version of a <A HREF="../../org/axiondb/Table.html"><CODE>Table</CODE></A>.
<P>
<DL>
<DT><B>Version: </B><DD>$Revision: 1.2 $ $Date: 2002/12/16 22:18:29 $</DD>
</DL>
<HR>
<P>
<!-- ======== INNER CLASS SUMMARY ======== -->
<!-- =========== FIELD SUMMARY =========== -->
<A NAME="fields_inherited_from_class_org.axiondb.Table"><!-- --></A><TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
<TD><B>Fields 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#REGULAR_TABLE_TYPE">REGULAR_TABLE_TYPE</A>, <A HREF="../../org/axiondb/Table.html#SYSTEM_TABLE_TYPE">SYSTEM_TABLE_TYPE</A></CODE></TD>
</TR>
</TABLE>
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
<!-- ========== METHOD SUMMARY =========== -->
<A NAME="methods_inherited_from_class_org.axiondb.Transactable"><!-- --></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/Transactable.html">Transactable</A></B></TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><A HREF="../../org/axiondb/Transactable.html#apply()">apply</A>, <A HREF="../../org/axiondb/Transactable.html#commit()">commit</A>, <A HREF="../../org/axiondb/Transactable.html#rollback()">rollback</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#addColumn(org.axiondb.Column)">addColumn</A>, <A HREF="../../org/axiondb/Table.html#addConstraint(org.axiondb.Constraint)">addConstraint</A>, <A HREF="../../org/axiondb/Table.html#addIndex(org.axiondb.Index)">addIndex</A>, <A HREF="../../org/axiondb/Table.html#addRow(org.axiondb.Row)">addRow</A>, <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#checkpoint()">checkpoint</A>, <A HREF="../../org/axiondb/Table.html#drop()">drop</A>, <A HREF="../../org/axiondb/Table.html#freeRowId(int)">freeRowId</A>, <A HREF="../../org/axiondb/Table.html#getColumn(int)">getColumn</A>, <A HREF="../../org/axiondb/Table.html#getColumn(java.lang.String)">getColumn</A>, <A HREF="../../org/axiondb/Table.html#getColumnCount()">getColumnCount</A>, <A HREF="../../org/axiondb/Table.html#getColumnIdentifiers()">getColumnIdentifiers</A>, <A HREF="../../org/axiondb/Table.html#getColumnIndex(java.lang.String)">getColumnIndex</A>, <A HREF="../../org/axiondb/Table.html#getConstraints()">getConstraints</A>, <A HREF="../../org/axiondb/Table.html#getIndexedRows(org.axiondb.WhereNode)">getIndexedRows</A>, <A HREF="../../org/axiondb/Table.html#getIndexForColumn(org.axiondb.Column)">getIndexForColumn</A>, <A HREF="../../org/axiondb/Table.html#getIndices()">getIndices</A>, <A HREF="../../org/axiondb/Table.html#getMatchingRows(java.util.List, java.util.List)">getMatchingRows</A>, <A HREF="../../org/axiondb/Table.html#getName()">getName</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#getType()">getType</A>, <A HREF="../../org/axiondb/Table.html#hasColumn(org.axiondb.ColumnIdentifier)">hasColumn</A>, <A HREF="../../org/axiondb/Table.html#isColumnIndexed(org.axiondb.Column)">isColumnIndexed</A>, <A HREF="../../org/axiondb/Table.html#makeTransactableTable()">makeTransactableTable</A>, <A HREF="../../org/axiondb/Table.html#populateIndex(org.axiondb.Index)">populateIndex</A>, <A HREF="../../org/axiondb/Table.html#remount(java.io.File, boolean)">remount</A>, <A HREF="../../org/axiondb/Table.html#removeConstraint(java.lang.String)">removeConstraint</A>, <A HREF="../../org/axiondb/Table.html#removeIndex(org.axiondb.Index)">removeIndex</A>, <A HREF="../../org/axiondb/Table.html#removeTableModificationListener(org.axiondb.event.TableModificationListener)">removeTableModificationListener</A>, <A HREF="../../org/axiondb/Table.html#shutdown()">shutdown</A></CODE></TD>
</TR>
</TABLE>
<A NAME="methods_inherited_from_class_org.axiondb.RowSource"><!-- --></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/RowSource.html">RowSource</A></B></TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><A HREF="../../org/axiondb/RowSource.html#containsRow(int)">containsRow</A>, <A HREF="../../org/axiondb/RowSource.html#getRow(int)">getRow</A>, <A HREF="../../org/axiondb/RowSource.html#makeRowDecorator()">makeRowDecorator</A></CODE></TD>
</TR>
</TABLE>
<P>
<!-- ============ FIELD DETAIL =========== -->
<!-- ========= CONSTRUCTOR DETAIL ======== -->
<!-- ============ METHOD DETAIL ========== -->
<!-- ========= 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/TransactableTable.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/Transactable.html"><B>PREV CLASS</B></A>
<A HREF="../../org/axiondb/Transaction.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="TransactableTable.html" TARGET="_top"><B>NO FRAMES</B></A></FONT></TD>
</TR>
<TR>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
SUMMARY: INNER | FIELD | CONSTR | METHOD</FONT></TD>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
DETAIL: FIELD | CONSTR | METHOD</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 + -