📄 axionexception.html
字号:
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B>BaseConstraint.</B><B><A HREF="../../../org/axiondb/constraints/BaseConstraint.html#resolve(org.axiondb.Database, org.axiondb.TableIdentifier)">resolve</A></B>(<A HREF="../../../org/axiondb/Database.html">Database</A> db, <A HREF="../../../org/axiondb/TableIdentifier.html">TableIdentifier</A> table)</CODE>
<BR>
This base implementation is a no-op.</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>BaseConstraint.</B><B><A HREF="../../../org/axiondb/constraints/BaseConstraint.html#setDeferred(boolean)">setDeferred</A></B>(boolean deferred)</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>abstract boolean</CODE></FONT></TD>
<TD><CODE><B>BaseSelectableBasedConstraint.</B><B><A HREF="../../../org/axiondb/constraints/BaseSelectableBasedConstraint.html#evaluate(org.axiondb.event.RowEvent)">evaluate</A></B>(<A HREF="../../../org/axiondb/event/RowEvent.html">RowEvent</A> event)</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>BaseSelectableBasedConstraint.</B><B><A HREF="../../../org/axiondb/constraints/BaseSelectableBasedConstraint.html#resolve(org.axiondb.Database, org.axiondb.TableIdentifier)">resolve</A></B>(<A HREF="../../../org/axiondb/Database.html">Database</A> db, <A HREF="../../../org/axiondb/TableIdentifier.html">TableIdentifier</A> table)</CODE>
<BR>
This base implementation <A HREF="../../../org/axiondb/Database.html#resolveSelectable(org.axiondb.Selectable, org.axiondb.TableIdentifier[])"><CODE>resolves</CODE></A> all of the <A HREF="../../../org/axiondb/Selectable.html"><CODE>Selectable</CODE></A>s in my list.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> boolean</CODE></FONT></TD>
<TD><CODE><B>UniqueConstraint.</B><B><A HREF="../../../org/axiondb/constraints/UniqueConstraint.html#evaluate(org.axiondb.event.RowEvent)">evaluate</A></B>(<A HREF="../../../org/axiondb/event/RowEvent.html">RowEvent</A> event)</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>CheckConstraint.</B><B><A HREF="../../../org/axiondb/constraints/CheckConstraint.html#resolve(org.axiondb.Database, org.axiondb.TableIdentifier)">resolve</A></B>(<A HREF="../../../org/axiondb/Database.html">Database</A> db, <A HREF="../../../org/axiondb/TableIdentifier.html">TableIdentifier</A> table)</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> boolean</CODE></FONT></TD>
<TD><CODE><B>CheckConstraint.</B><B><A HREF="../../../org/axiondb/constraints/CheckConstraint.html#evaluate(org.axiondb.event.RowEvent)">evaluate</A></B>(<A HREF="../../../org/axiondb/event/RowEvent.html">RowEvent</A> event)</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> boolean</CODE></FONT></TD>
<TD><CODE><B>PrimaryKeyConstraint.</B><B><A HREF="../../../org/axiondb/constraints/PrimaryKeyConstraint.html#evaluate(org.axiondb.event.RowEvent)">evaluate</A></B>(<A HREF="../../../org/axiondb/event/RowEvent.html">RowEvent</A> event)</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> boolean</CODE></FONT></TD>
<TD><CODE><B>NullConstraint.</B><B><A HREF="../../../org/axiondb/constraints/NullConstraint.html#evaluate(org.axiondb.event.RowEvent)">evaluate</A></B>(<A HREF="../../../org/axiondb/event/RowEvent.html">RowEvent</A> event)</CODE>
<BR>
Returns <code>true</code>.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> boolean</CODE></FONT></TD>
<TD><CODE><B>NotNullConstraint.</B><B><A HREF="../../../org/axiondb/constraints/NotNullConstraint.html#evaluate(org.axiondb.event.RowEvent)">evaluate</A></B>(<A HREF="../../../org/axiondb/event/RowEvent.html">RowEvent</A> event)</CODE>
<BR>
</TD>
</TR>
</TABLE>
<P>
<A NAME="org.axiondb.engine"><!-- --></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/AxionException.html">AxionException</A> in <A HREF="../../../org/axiondb/engine/package-summary.html">org.axiondb.engine</A></FONT></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/engine/package-summary.html">org.axiondb.engine</A> that throw <A HREF="../../../org/axiondb/AxionException.html">AxionException</A></FONT></TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../org/axiondb/RowIterator.html">RowIterator</A></CODE></FONT></TD>
<TD><CODE><B>BaseIndex.</B><B><A HREF="../../../org/axiondb/engine/BaseIndex.html#getRowIterator(org.axiondb.RowSource, org.axiondb.ComparisonOperator, java.lang.Object)">getRowIterator</A></B>(<A HREF="../../../org/axiondb/RowSource.html">RowSource</A> source, <A HREF="../../../org/axiondb/ComparisonOperator.html">ComparisonOperator</A> theOperator, <A HREF="http://java.sun.com/products/jdk/1.3/docs/api/java/lang/Object.html">Object</A> value)</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>BaseIndex.</B><B><A HREF="../../../org/axiondb/engine/BaseIndex.html#save(java.io.File)">save</A></B>(<A HREF="http://java.sun.com/products/jdk/1.3/docs/api/java/io/File.html">File</A> dataDirectory)</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>BaseBTreeIndex.</B><B><A HREF="../../../org/axiondb/engine/BaseBTreeIndex.html#save(java.io.File)">save</A></B>(<A HREF="http://java.sun.com/products/jdk/1.3/docs/api/java/io/File.html">File</A> dataDirectory)</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../org/axiondb/RowIterator.html">RowIterator</A></CODE></FONT></TD>
<TD><CODE><B>ObjectBTreeIndex.</B><B><A HREF="../../../org/axiondb/engine/ObjectBTreeIndex.html#getRowIterator(org.axiondb.RowSource, org.axiondb.ComparisonOperator, java.lang.Object)">getRowIterator</A></B>(<A HREF="../../../org/axiondb/RowSource.html">RowSource</A> source, <A HREF="../../../org/axiondb/ComparisonOperator.html">ComparisonOperator</A> theOperator, <A HREF="http://java.sun.com/products/jdk/1.3/docs/api/java/lang/Object.html">Object</A> value)</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>ObjectBTreeIndex.</B><B><A HREF="../../../org/axiondb/engine/ObjectBTreeIndex.html#rowInserted(org.axiondb.event.RowEvent)">rowInserted</A></B>(<A HREF="../../../org/axiondb/event/RowEvent.html">RowEvent</A> event)</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>ObjectBTreeIndex.</B><B><A HREF="../../../org/axiondb/engine/ObjectBTreeIndex.html#rowDeleted(org.axiondb.event.RowEvent)">rowDeleted</A></B>(<A HREF="../../../org/axiondb/event/RowEvent.html">RowEvent</A> event)</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>ObjectBTreeIndex.</B><B><A HREF="../../../org/axiondb/engine/ObjectBTreeIndex.html#rowUpdated(org.axiondb.event.RowEvent)">rowUpdated</A></B>(<A HREF="../../../org/axiondb/event/RowEvent.html">RowEvent</A> event)</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>ObjectBTreeIndex.</B><B><A HREF="../../../org/axiondb/engine/ObjectBTreeIndex.html#changeRowId(org.axiondb.Table, org.axiondb.Row, int, int)">changeRowId</A></B>(<A HREF="../../../org/axiondb/Table.html">Table</A> table, <A HREF="../../../org/axiondb/Row.html">Row</A> row, int oldId, int newId)</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>protected abstract int</CODE></FONT></TD>
<TD><CODE><B>BaseArrayIndex.</B><B><A HREF="../../../org/axiondb/engine/BaseArrayIndex.html#insertKey(java.lang.Object)">insertKey</A></B>(<A HREF="http://java.sun.com/products/jdk/1.3/docs/api/java/lang/Object.html">Object</A> value)</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>protected abstract int</CODE></FONT></TD>
<TD><CODE><B>BaseArrayIndex.</B><B><A HREF="../../../org/axiondb/engine/BaseArrayIndex.html#removeKey(java.lang.Object)">removeKey</A></B>(<A HREF="http://java.sun.com/products/jdk/1.3/docs/api/java/lang/Object.html">Object</A> value)</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>protected abstract void</CODE></FONT></TD>
<TD><CODE><B>BaseArrayIndex.</B><B><A HREF="../../../org/axiondb/engine/BaseArrayIndex.html#removeKeyAt(int)">removeKeyAt</A></B>(int index)</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../org/axiondb/RowIterator.html">RowIterator</A></CODE></FONT></TD>
<TD><CODE><B>BaseArrayIndex.</B><B><A HREF="../../../org/axiondb/engine/BaseArrayIndex.html#getRowIterator(org.axiondb.RowSource, org.axiondb.ComparisonOperator, java.lang.Object)">getRowIterator</A></B>(<A HREF="../../../org/axiondb/RowSource.html">RowSource</A> source, <A HREF="../../../org/axiondb/ComparisonOperator.html">ComparisonOperator</A> op, <A HREF="http://java.sun.com/products/jdk/1.3/docs/api/java/lang/Object.html">Object</A> value)</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>BaseArrayIndex.</B><B><A HREF="../../../org/axiondb/engine/BaseArrayIndex.html#rowInserted(org.axiondb.event.RowEvent)">rowInserted</A></B>(<A HREF="../../../org/axiondb/event/RowEvent.html">RowEvent</A> event)</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>BaseArrayIndex.</B><B><A HREF="../../../org/axiondb/engine/BaseArrayIndex.html#rowDeleted(org.axiondb.event.RowEvent)">rowDeleted</A></B>(<A HREF="../../../org/axiondb/event/RowEvent.html">RowEvent</A> e
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -