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

📄 snapshotisolationtransaction.html

📁 Axion 是一个小型的
💻 HTML
📖 第 1 页 / 共 4 页
字号:
<DL>
<DD><B>Description copied from interface: <CODE><A HREF="../../../org/axiondb/Database.html">Database</A></CODE></B></DD>
<DD>Drop the specified <A HREF="../../../org/axiondb/Sequence.html"><CODE>Sequence</CODE></A> from this database. <p> Sequence name matching is case-insensitive.<DD><DL>
<DT><B>Specified by: </B><DD><CODE><A HREF="../../../org/axiondb/Database.html#dropSequence(java.lang.String)">dropSequence</A></CODE> in interface <CODE><A HREF="../../../org/axiondb/Database.html">Database</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="addDatabaseModificationListener(org.axiondb.event.DatabaseModificationListener)"><!-- --></A><H3>
addDatabaseModificationListener</H3>
<PRE>
public void <B>addDatabaseModificationListener</B>(<A HREF="../../../org/axiondb/event/DatabaseModificationListener.html">DatabaseModificationListener</A>&nbsp;l)</PRE>
<DL>
<DD>FIXME - Needs Impl! (CB, 12/23/2002<DD><DL>
<DT><B>Specified by: </B><DD><CODE><A HREF="../../../org/axiondb/Database.html#addDatabaseModificationListener(org.axiondb.event.DatabaseModificationListener)">addDatabaseModificationListener</A></CODE> in interface <CODE><A HREF="../../../org/axiondb/Database.html">Database</A></CODE></DL>
</DD>
</DL>
<HR>

<A NAME="getDatabaseModificationListeners()"><!-- --></A><H3>
getDatabaseModificationListeners</H3>
<PRE>
public <A HREF="http://java.sun.com/products/jdk/1.3/docs/api/java/util/List.html">List</A> <B>getDatabaseModificationListeners</B>()</PRE>
<DL>
<DD>FIXME - Needs Impl! (CB, 12/23/2002<DD><DL>
<DT><B>Specified by: </B><DD><CODE><A HREF="../../../org/axiondb/Database.html#getDatabaseModificationListeners()">getDatabaseModificationListeners</A></CODE> in interface <CODE><A HREF="../../../org/axiondb/Database.html">Database</A></CODE></DL>
</DD>
</DL>
<HR>

<A NAME="columnAdded(org.axiondb.event.ColumnEvent)"><!-- --></A><H3>
columnAdded</H3>
<PRE>
public void <B>columnAdded</B>(<A HREF="../../../org/axiondb/event/ColumnEvent.html">ColumnEvent</A>&nbsp;event)                 throws <A HREF="../../../org/axiondb/AxionException.html">AxionException</A></PRE>
<DL>
<DD>FIXME - Needs Impl! (CB, 12/23/2002<DD><DL>
<DT><B>Specified by: </B><DD><CODE><A HREF="../../../org/axiondb/event/TableModificationListener.html#columnAdded(org.axiondb.event.ColumnEvent)">columnAdded</A></CODE> in interface <CODE><A HREF="../../../org/axiondb/event/TableModificationListener.html">TableModificationListener</A></CODE></DL>
</DD>
</DL>
<HR>

<A NAME="rowInserted(org.axiondb.event.RowEvent)"><!-- --></A><H3>
rowInserted</H3>
<PRE>
public void <B>rowInserted</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>
<DT><B>Specified by: </B><DD><CODE><A HREF="../../../org/axiondb/event/TableModificationListener.html#rowInserted(org.axiondb.event.RowEvent)">rowInserted</A></CODE> in interface <CODE><A HREF="../../../org/axiondb/event/TableModificationListener.html">TableModificationListener</A></CODE></DL>
</DD>
</DL>
<HR>

<A NAME="rowDeleted(org.axiondb.event.RowEvent)"><!-- --></A><H3>
rowDeleted</H3>
<PRE>
public void <B>rowDeleted</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>
<DT><B>Specified by: </B><DD><CODE><A HREF="../../../org/axiondb/event/TableModificationListener.html#rowDeleted(org.axiondb.event.RowEvent)">rowDeleted</A></CODE> in interface <CODE><A HREF="../../../org/axiondb/event/TableModificationListener.html">TableModificationListener</A></CODE></DL>
</DD>
</DL>
<HR>

<A NAME="rowUpdated(org.axiondb.event.RowEvent)"><!-- --></A><H3>
rowUpdated</H3>
<PRE>
public void <B>rowUpdated</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>
<DT><B>Specified by: </B><DD><CODE><A HREF="../../../org/axiondb/event/TableModificationListener.html#rowUpdated(org.axiondb.event.RowEvent)">rowUpdated</A></CODE> in interface <CODE><A HREF="../../../org/axiondb/event/TableModificationListener.html">TableModificationListener</A></CODE></DL>
</DD>
</DL>
<HR>

<A NAME="constraintAdded(org.axiondb.event.ConstraintEvent)"><!-- --></A><H3>
constraintAdded</H3>
<PRE>
public void <B>constraintAdded</B>(<A HREF="../../../org/axiondb/event/ConstraintEvent.html">ConstraintEvent</A>&nbsp;event)                     throws <A HREF="../../../org/axiondb/AxionException.html">AxionException</A></PRE>
<DL>
<DD><DL>
<DT><B>Specified by: </B><DD><CODE><A HREF="../../../org/axiondb/event/TableModificationListener.html#constraintAdded(org.axiondb.event.ConstraintEvent)">constraintAdded</A></CODE> in interface <CODE><A HREF="../../../org/axiondb/event/TableModificationListener.html">TableModificationListener</A></CODE></DL>
</DD>
</DL>
<HR>

<A NAME="constraintRemoved(org.axiondb.event.ConstraintEvent)"><!-- --></A><H3>
constraintRemoved</H3>
<PRE>
public void <B>constraintRemoved</B>(<A HREF="../../../org/axiondb/event/ConstraintEvent.html">ConstraintEvent</A>&nbsp;event)                       throws <A HREF="../../../org/axiondb/AxionException.html">AxionException</A></PRE>
<DL>
<DD><DL>
<DT><B>Specified by: </B><DD><CODE><A HREF="../../../org/axiondb/event/TableModificationListener.html#constraintRemoved(org.axiondb.event.ConstraintEvent)">constraintRemoved</A></CODE> in interface <CODE><A HREF="../../../org/axiondb/event/TableModificationListener.html">TableModificationListener</A></CODE></DL>
</DD>
</DL>
<HR>

<A NAME="getOpenOnTransaction()"><!-- --></A><H3>
getOpenOnTransaction</H3>
<PRE>
public <A HREF="../../../org/axiondb/Database.html">Database</A> <B>getOpenOnTransaction</B>()</PRE>
<DL>
<DD><B>Description copied from interface: <CODE><A HREF="../../../org/axiondb/Transaction.html">Transaction</A></CODE></B></DD>
<DD>Get the <A HREF="../../../org/axiondb/Database.html"><CODE>Database</CODE></A> upon which I  am open (i.e., the state to which we will  return to if I am rolled back. Note that this may be another <code>Transaction</code>.<DD><DL>
<DT><B>Specified by: </B><DD><CODE><A HREF="../../../org/axiondb/Transaction.html#getOpenOnTransaction()">getOpenOnTransaction</A></CODE> in interface <CODE><A HREF="../../../org/axiondb/Transaction.html">Transaction</A></CODE></DL>
</DD>
</DL>
<HR>

<A NAME="getModifiedTables()"><!-- --></A><H3>
getModifiedTables</H3>
<PRE>
public <A HREF="http://java.sun.com/products/jdk/1.3/docs/api/java/util/Set.html">Set</A> <B>getModifiedTables</B>()</PRE>
<DL>
<DD><B>Description copied from interface: <CODE><A HREF="../../../org/axiondb/Transaction.html">Transaction</A></CODE></B></DD>
<DD>Return a <A HREF="http://java.sun.com/products/jdk/1.3/docs/api/java/util/Set.html"><CODE>Set</CODE></A> of <A HREF="../../../org/axiondb/Table.html"><CODE>Table</CODE></A>s that have been modified thus far in this transaction.<DD><DL>
<DT><B>Specified by: </B><DD><CODE><A HREF="../../../org/axiondb/Transaction.html#getModifiedTables()">getModifiedTables</A></CODE> in interface <CODE><A HREF="../../../org/axiondb/Transaction.html">Transaction</A></CODE></DL>
</DD>
</DL>
<HR>

<A NAME="getReadTables()"><!-- --></A><H3>
getReadTables</H3>
<PRE>
public <A HREF="http://java.sun.com/products/jdk/1.3/docs/api/java/util/Set.html">Set</A> <B>getReadTables</B>()</PRE>
<DL>
<DD><B>Description copied from interface: <CODE><A HREF="../../../org/axiondb/Transaction.html">Transaction</A></CODE></B></DD>
<DD>Return a <A HREF="http://java.sun.com/products/jdk/1.3/docs/api/java/util/Set.html"><CODE>Set</CODE></A> of <A HREF="../../../org/axiondb/Table.html"><CODE>Table</CODE></A>s that have been read thus far in this transaction.<DD><DL>
<DT><B>Specified by: </B><DD><CODE><A HREF="../../../org/axiondb/Transaction.html#getReadTables()">getReadTables</A></CODE> in interface <CODE><A HREF="../../../org/axiondb/Transaction.html">Transaction</A></CODE></DL>
</DD>
</DL>
<HR>

<A NAME="getTransactionManager()"><!-- --></A><H3>
getTransactionManager</H3>
<PRE>
public <A HREF="../../../org/axiondb/TransactionManager.html">TransactionManager</A> <B>getTransactionManager</B>()</PRE>
<DL>
<DD><B>Description copied from interface: <CODE><A HREF="../../../org/axiondb/Database.html">Database</A></CODE></B></DD>
<DD>Get the <A HREF="../../../org/axiondb/TransactionManager.html"><CODE>TransactionManager</CODE></A> for this database.<DD><DL>
<DT><B>Specified by: </B><DD><CODE><A HREF="../../../org/axiondb/Database.html#getTransactionManager()">getTransactionManager</A></CODE> in interface <CODE><A HREF="../../../org/axiondb/Database.html">Database</A></CODE></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/SnapshotIsolationTransaction.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/SimpleRow.html"><B>PREV CLASS</B></A>&nbsp;
&nbsp;<A HREF="../../../org/axiondb/engine/SortedMapIndex.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="SnapshotIsolationTransaction.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 + -