📄 tablemodificationlistener.html
字号:
<TD><CODE><B><A HREF="../../../../org/axiondb/engine/IntArrayIndex.html">IntArrayIndex</A></B></CODE>
<BR>
An <A HREF="../../../../org/axiondb/engine/BaseArrayIndex.html"><CODE>array index</CODE></A> over integer keys.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> class</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/axiondb/engine/IntBTreeIndex.html">IntBTreeIndex</A></B></CODE>
<BR>
A <A HREF="../../../../org/axiondb/engine/BaseBTreeIndex.html"><CODE>B-Tree index</CODE></A> over integer keys.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> class</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/axiondb/engine/ObjectArrayIndex.html">ObjectArrayIndex</A></B></CODE>
<BR>
An <A HREF="../../../../org/axiondb/engine/BaseArrayIndex.html"><CODE>B-Tree index</CODE></A> over <code>Object</code> keys.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> class</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/axiondb/engine/ObjectBTreeIndex.html">ObjectBTreeIndex</A></B></CODE>
<BR>
A <A HREF="../../../../org/axiondb/engine/BaseBTreeIndex.html"><CODE>B-Tree index</CODE></A> over <code>Object</code> keys.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> class</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/axiondb/engine/SnapshotIsolationTransaction.html">SnapshotIsolationTransaction</A></B></CODE>
<BR>
A <A HREF="../../../../org/axiondb/Transaction.html"><CODE>Transaction</CODE></A> implementation that provides "snapshot isolation", which supports TRANSACTION_SERIALIZABLE isolation without locking.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> class</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/axiondb/engine/SortedMapIndex.html">SortedMapIndex</A></B></CODE>
<BR>
An <A HREF="../../../../org/axiondb/Index.html"><CODE>Index</CODE></A> based upon a <A HREF="http://java.sun.com/products/jdk/1.3/docs/api/java/util/SortedMap.html"><CODE>SortedMap</CODE></A>.</TD>
</TR>
</TABLE>
<P>
<A NAME="org.axiondb.event"><!-- --></A><TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TD COLSPAN=2><FONT SIZE="+2">
Uses of <A HREF="../../../../org/axiondb/event/TableModificationListener.html">TableModificationListener</A> in <A HREF="../../../../org/axiondb/event/package-summary.html">org.axiondb.event</A></FONT></TD>
</TR>
</TABLE>
<P>
<TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TD COLSPAN=2>Classes in <A HREF="../../../../org/axiondb/event/package-summary.html">org.axiondb.event</A> that implement <A HREF="../../../../org/axiondb/event/TableModificationListener.html">TableModificationListener</A></FONT></TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> class</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/axiondb/event/BaseTableModificationListener.html">BaseTableModificationListener</A></B></CODE>
<BR>
No-op convenience class for quick <CODE>listener</CODE> implementations.</TD>
</TR>
</TABLE>
<P>
<TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TD COLSPAN=2>Methods in <A HREF="../../../../org/axiondb/event/package-summary.html">org.axiondb.event</A> with parameters of type <A HREF="../../../../org/axiondb/event/TableModificationListener.html">TableModificationListener</A></FONT></TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B>BaseTableModificationPublisher.</B><B><A HREF="../../../../org/axiondb/event/BaseTableModificationPublisher.html#addTableModificationListener(org.axiondb.event.TableModificationListener)">addTableModificationListener</A></B>(<A HREF="../../../../org/axiondb/event/TableModificationListener.html">TableModificationListener</A> listener)</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B>BaseTableModificationPublisher.</B><B><A HREF="../../../../org/axiondb/event/BaseTableModificationPublisher.html#removeTableModificationListener(org.axiondb.event.TableModificationListener)">removeTableModificationListener</A></B>(<A HREF="../../../../org/axiondb/event/TableModificationListener.html">TableModificationListener</A> listener)</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>abstract void</CODE></FONT></TD>
<TD><CODE><B>TableModifiedEvent.</B><B><A HREF="../../../../org/axiondb/event/TableModifiedEvent.html#visit(org.axiondb.event.TableModificationListener)">visit</A></B>(<A HREF="../../../../org/axiondb/event/TableModificationListener.html">TableModificationListener</A> listener)</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B>RowInsertedEvent.</B><B><A HREF="../../../../org/axiondb/event/RowInsertedEvent.html#visit(org.axiondb.event.TableModificationListener)">visit</A></B>(<A HREF="../../../../org/axiondb/event/TableModificationListener.html">TableModificationListener</A> listener)</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B>ColumnEvent.</B><B><A HREF="../../../../org/axiondb/event/ColumnEvent.html#visit(org.axiondb.event.TableModificationListener)">visit</A></B>(<A HREF="../../../../org/axiondb/event/TableModificationListener.html">TableModificationListener</A> listener)</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B>RowUpdatedEvent.</B><B><A HREF="../../../../org/axiondb/event/RowUpdatedEvent.html#visit(org.axiondb.event.TableModificationListener)">visit</A></B>(<A HREF="../../../../org/axiondb/event/TableModificationListener.html">TableModificationListener</A> listener)</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B>RowDeletedEvent.</B><B><A HREF="../../../../org/axiondb/event/RowDeletedEvent.html#visit(org.axiondb.event.TableModificationListener)">visit</A></B>(<A HREF="../../../../org/axiondb/event/TableModificationListener.html">TableModificationListener</A> listener)</CODE>
<BR>
</TD>
</TR>
</TABLE>
<P>
<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="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../org/axiondb/event/TableModificationListener.html"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT> </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">
PREV
NEXT</FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../index.html" TARGET="_top"><B>FRAMES</B></A>
<A HREF="TableModificationListener.html" TARGET="_top"><B>NO FRAMES</B></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 + -