⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 transactabletableimpl.html

📁 Axion 是一个小型的
💻 HTML
📖 第 1 页 / 共 5 页
字号:
</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><B>Description copied from interface: <CODE><A HREF="../../../org/axiondb/Table.html">Table</A></CODE></B></DD>
<DD>The database is shutting down, shutdown this table also.<DD><DL>
<DT><B>Specified by: </B><DD><CODE><A HREF="../../../org/axiondb/Table.html#shutdown()">shutdown</A></CODE> in interface <CODE><A HREF="../../../org/axiondb/Table.html">Table</A></CODE></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>&nbsp;dir,                    boolean&nbsp;dataOnly)             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>Notify this table that its disk-location has moved.<DD><DL>
<DT><B>Specified by: </B><DD><CODE><A HREF="../../../org/axiondb/Table.html#remount(java.io.File, boolean)">remount</A></CODE> in interface <CODE><A HREF="../../../org/axiondb/Table.html">Table</A></CODE></DL>
</DD>
</DL>
<HR>

<A NAME="getRow(int)"><!-- --></A><H3>
getRow</H3>
<PRE>
public <A HREF="../../../org/axiondb/Row.html">Row</A> <B>getRow</B>(int&nbsp;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>
<HR>

<A NAME="containsRow(int)"><!-- --></A><H3>
containsRow</H3>
<PRE>
public boolean <B>containsRow</B>(int&nbsp;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#containsRow(int)">containsRow</A></CODE> in interface <CODE><A HREF="../../../org/axiondb/RowSource.html">RowSource</A></CODE></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>&nbsp;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>, but don't invoke any <CODE>RowEvent</CODE>s, triggers, etc.<DD><DL>
<DT><B>Specified by: </B><DD><CODE><A HREF="../../../org/axiondb/Table.html#applyInsert(org.axiondb.Row)">applyInsert</A></CODE> in interface <CODE><A HREF="../../../org/axiondb/Table.html">Table</A></CODE></DL>
</DD>
</DL>
<HR>

<A NAME="applyDelete(int)"><!-- --></A><H3>
applyDelete</H3>
<PRE>
public void <B>applyDelete</B>(int&nbsp;rowid)                 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>Delete the specified row, but don't invoke any <CODE>RowEvent</CODE>s, triggers, etc.<DD><DL>
<DT><B>Specified by: </B><DD><CODE><A HREF="../../../org/axiondb/Table.html#applyDelete(int)">applyDelete</A></CODE> in interface <CODE><A HREF="../../../org/axiondb/Table.html">Table</A></CODE></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>&nbsp;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>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>
<DT><B>Specified by: </B><DD><CODE><A HREF="../../../org/axiondb/Table.html#applyUpdate(org.axiondb.Row)">applyUpdate</A></CODE> in interface <CODE><A HREF="../../../org/axiondb/Table.html">Table</A></CODE></DL>
</DD>
</DL>
<HR>

<A NAME="commit()"><!-- --></A><H3>
commit</H3>
<PRE>
public void <B>commit</B>()            throws <A HREF="../../../org/axiondb/AxionException.html">AxionException</A></PRE>
<DL>
<DD><B>Description copied from interface: <CODE><A HREF="../../../org/axiondb/Transactable.html">Transactable</A></CODE></B></DD>
<DD>This transaction has been committed.<DD><DL>
<DT><B>Specified by: </B><DD><CODE><A HREF="../../../org/axiondb/Transactable.html#commit()">commit</A></CODE> in interface <CODE><A HREF="../../../org/axiondb/Transactable.html">Transactable</A></CODE></DL>
</DD>
</DL>
<HR>

<A NAME="rollback()"><!-- --></A><H3>
rollback</H3>
<PRE>
public void <B>rollback</B>()              throws <A HREF="../../../org/axiondb/AxionException.html">AxionException</A></PRE>
<DL>
<DD><B>Description copied from interface: <CODE><A HREF="../../../org/axiondb/Transactable.html">Transactable</A></CODE></B></DD>
<DD>This transaction has been aborted.<DD><DL>
<DT><B>Specified by: </B><DD><CODE><A HREF="../../../org/axiondb/Transactable.html#rollback()">rollback</A></CODE> in interface <CODE><A HREF="../../../org/axiondb/Transactable.html">Transactable</A></CODE></DL>
</DD>
</DL>
<HR>

<A NAME="apply()"><!-- --></A><H3>
apply</H3>
<PRE>
public void <B>apply</B>()           throws <A HREF="../../../org/axiondb/AxionException.html">AxionException</A></PRE>
<DL>
<DD><B>Description copied from interface: <CODE><A HREF="../../../org/axiondb/Transactable.html">Transactable</A></CODE></B></DD>
<DD>Apply this <A HREF="../../../org/axiondb/Transactable.html#commit()"><CODE>committed</CODE></A> transaction..<DD><DL>
<DT><B>Specified by: </B><DD><CODE><A HREF="../../../org/axiondb/Transactable.html#apply()">apply</A></CODE> in interface <CODE><A HREF="../../../org/axiondb/Transactable.html">Transactable</A></CODE></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><B>Description copied from interface: <CODE><A HREF="../../../org/axiondb/Table.html">Table</A></CODE></B></DD>
<DD>Create a <A HREF="../../../org/axiondb/TransactableTable.html"><CODE>TransactableTable</CODE></A> for this table.<DD><DL>
<DT><B>Specified by: </B><DD><CODE><A HREF="../../../org/axiondb/Table.html#makeTransactableTable()">makeTransactableTable</A></CODE> in interface <CODE><A HREF="../../../org/axiondb/Table.html">Table</A></CODE></DL>
</DD>
</DL>
<HR>

<A NAME="checkConstraints(org.axiondb.event.RowEvent)"><!-- --></A><H3>
checkConstraints</H3>
<PRE>
protected void <B>checkConstraints</B>(<A HREF="../../../org/axiondb/event/RowEvent.html">RowEvent</A>&nbsp;event)                         throws <A HREF="../../../org/axiondb/AxionException.html">AxionException</A></PRE>
<DL>
<DD><DL>
</DL>
</DD>
</DL>
<HR>

<A NAME="checkConstraints(org.axiondb.event.RowEvent, boolean)"><!-- --></A><H3>
checkConstraints</H3>
<PRE>
protected void <B>checkConstraints</B>(<A HREF="../../../org/axiondb/event/RowEvent.html">RowEvent</A>&nbsp;event,                                boolean&nbsp;deferred)                         throws <A HREF="../../../org/axiondb/AxionException.html">AxionException</A></PRE>
<DL>
<DD><DL>
</DL>
</DD>
</DL>
<HR>

<A NAME="hasDeferredConstraint()"><!-- --></A><H3>
hasDeferredConstraint</H3>
<PRE>
protected boolean <B>hasDeferredConstraint</B>()</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>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="class-use/TransactableTableImpl.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
  </TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>

<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
&nbsp;<A HREF="../../../org/axiondb/engine/SortedMapIndexLoader.html"><B>PREV CLASS</B></A>&nbsp;
&nbsp;<A HREF="../../../org/axiondb/engine/TransactionManagerImpl.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>  &nbsp;
&nbsp;<A HREF="TransactableTableImpl.html" TARGET="_top"><B>NO FRAMES</B></A></FONT></TD>
</TR>
<TR>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
  SUMMARY: &nbsp;INNER&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
DETAIL: &nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
</TR>
</TABLE>
<!-- =========== END OF NAVBAR =========== -->

<HR>
Copyright &copy; 2002-2003 Axion Development Team. All Rights Reserved.
</BODY>
</HTML>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -