📄 axionexception.html
字号:
<BR>
Add a <A HREF="../../../org/axiondb/Row.html"><CODE>Row</CODE></A> at the current position in my underlying collection, or throw <A HREF="http://java.sun.com/products/jdk/1.3/docs/api/java/lang/UnsupportedOperationException.html"><CODE>UnsupportedOperationException</CODE></A>.</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>RowIterator.</B><B><A HREF="../../../org/axiondb/RowIterator.html#set(org.axiondb.Row)">set</A></B>(<A HREF="../../../org/axiondb/Row.html">Row</A> row)</CODE>
<BR>
Set the <A HREF="../../../org/axiondb/Row.html"><CODE>Row</CODE></A> at the current position in my underlying collection, or throw <A HREF="http://java.sun.com/products/jdk/1.3/docs/api/java/lang/UnsupportedOperationException.html"><CODE>UnsupportedOperationException</CODE></A>.</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>RowIterator.</B><B><A HREF="../../../org/axiondb/RowIterator.html#remove()">remove</A></B>()</CODE>
<BR>
Set the <A HREF="../../../org/axiondb/Row.html"><CODE>Row</CODE></A> at the current position in my underlying collection, or throw <A HREF="http://java.sun.com/products/jdk/1.3/docs/api/java/lang/UnsupportedOperationException.html"><CODE>UnsupportedOperationException</CODE></A>.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> int</CODE></FONT></TD>
<TD><CODE><B>RowDecorator.</B><B><A HREF="../../../org/axiondb/RowDecorator.html#getRowIndex()">getRowIndex</A></B>()</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>LeafWhereNode.</B><B><A HREF="../../../org/axiondb/LeafWhereNode.html#evaluate(org.axiondb.RowDecorator)">evaluate</A></B>(<A HREF="../../../org/axiondb/RowDecorator.html">RowDecorator</A> row)</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>BinaryBranchWhereNode.</B><B><A HREF="../../../org/axiondb/BinaryBranchWhereNode.html#evaluate(org.axiondb.RowDecorator)">evaluate</A></B>(<A HREF="../../../org/axiondb/RowDecorator.html">RowDecorator</A> row)</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="http://java.sun.com/products/jdk/1.3/docs/api/java/lang/Object.html">Object</A></CODE></FONT></TD>
<TD><CODE><B>Literal.</B><B><A HREF="../../../org/axiondb/Literal.html#evaluate(org.axiondb.RowDecorator)">evaluate</A></B>(<A HREF="../../../org/axiondb/RowDecorator.html">RowDecorator</A> row)</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>protected <A HREF="http://java.sun.com/products/jdk/1.3/docs/api/java/lang/Object.html">Object</A></CODE></FONT></TD>
<TD><CODE><B>Literal.</B><B><A HREF="../../../org/axiondb/Literal.html#evaluate()">evaluate</A></B>()</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>protected <A HREF="http://java.sun.com/products/jdk/1.3/docs/api/java/lang/Object.html">Object</A></CODE></FONT></TD>
<TD><CODE><B>Literal.</B><B><A HREF="../../../org/axiondb/Literal.html#getValue()">getValue</A></B>()</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>protected <A HREF="http://java.sun.com/products/jdk/1.3/docs/api/java/lang/Object.html">Object</A></CODE></FONT></TD>
<TD><CODE><B>BindVariable.</B><B><A HREF="../../../org/axiondb/BindVariable.html#getValue()">getValue</A></B>()</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../org/axiondb/Index.html">Index</A></CODE></FONT></TD>
<TD><CODE><B>IndexFactory.</B><B><A HREF="../../../org/axiondb/IndexFactory.html#makeNewInstance(java.lang.String, org.axiondb.Column, boolean)">makeNewInstance</A></B>(<A HREF="http://java.sun.com/products/jdk/1.3/docs/api/java/lang/String.html">String</A> name, <A HREF="../../../org/axiondb/Column.html">Column</A> col, boolean unique)</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>WhereNode.</B><B><A HREF="../../../org/axiondb/WhereNode.html#evaluate(org.axiondb.RowDecorator)">evaluate</A></B>(<A HREF="../../../org/axiondb/RowDecorator.html">RowDecorator</A> row)</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../org/axiondb/Transaction.html">Transaction</A></CODE></FONT></TD>
<TD><CODE><B>TransactionManager.</B><B><A HREF="../../../org/axiondb/TransactionManager.html#createTransaction()">createTransaction</A></B>()</CODE>
<BR>
Create a new <A HREF="../../../org/axiondb/Transaction.html"><CODE>Transaction</CODE></A>.</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>TransactionManager.</B><B><A HREF="../../../org/axiondb/TransactionManager.html#commitTransaction(org.axiondb.Transaction)">commitTransaction</A></B>(<A HREF="../../../org/axiondb/Transaction.html">Transaction</A> t)</CODE>
<BR>
Commit the given <A HREF="../../../org/axiondb/Transaction.html"><CODE>Transaction</CODE></A>.</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>TransactionManager.</B><B><A HREF="../../../org/axiondb/TransactionManager.html#abortTransaction(org.axiondb.Transaction)">abortTransaction</A></B>(<A HREF="../../../org/axiondb/Transaction.html">Transaction</A> t)</CODE>
<BR>
Abort the given <A HREF="../../../org/axiondb/Transaction.html"><CODE>Transaction</CODE></A>.</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>TransactionManager.</B><B><A HREF="../../../org/axiondb/TransactionManager.html#shutdown()">shutdown</A></B>()</CODE>
<BR>
Shut down this <code>TransactionManager</code>.</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>Constraint.</B><B><A HREF="../../../org/axiondb/Constraint.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>
Resolve any unresolved <A HREF="../../../org/axiondb/Selectable.html"><CODE>identifiers</CODE></A> I may have.</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>Constraint.</B><B><A HREF="../../../org/axiondb/Constraint.html#evaluate(org.axiondb.event.RowEvent)">evaluate</A></B>(<A HREF="../../../org/axiondb/event/RowEvent.html">RowEvent</A> event)</CODE>
<BR>
Evaluate the given <i>event</i> under me.</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>Constraint.</B><B><A HREF="../../../org/axiondb/Constraint.html#setDeferred(boolean)">setDeferred</A></B>(boolean deferred)</CODE>
<BR>
Set whether or not I am deferred.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="http://java.sun.com/products/jdk/1.3/docs/api/java/lang/Object.html">Object</A></CODE></FONT></TD>
<TD><CODE><B>Sequence.</B><B><A HREF="../../../org/axiondb/Sequence.html#getValue()">getValue</A></B>()</CODE>
<BR>
Get the current value of this sequence.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="http://java.sun.com/products/jdk/1.3/docs/api/java/lang/Object.html">Object</A></CODE></FONT></TD>
<TD><CODE><B>Sequence.</B><B><A HREF="../../../org/axiondb/Sequence.html#evaluate()">evaluate</A></B>()</CODE>
<BR>
Increment and return the next value in this sequence.</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>Transactable.</B><B><A HREF="../../../org/axiondb/Transactable.html#commit()">commit</A></B>()</CODE>
<BR>
This transaction has been committed.</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>Transactable.</B><B><A HREF="../../../org/axiondb/Transactable.html#rollback()">rollback</A></B>()</CODE>
<BR>
This transaction has been aborted.</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>Transactable.</B><B><A HREF="../../../org/axiondb/Transactable.html#apply()">apply</A></B>()</CODE>
<BR>
Apply this <A HREF="../../../org/axiondb/Transactable.html#commit()"><CODE>committed</CODE></A> transaction..</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>NotWhereNode.</B><B><A HREF="../../../org/axiondb/NotWhereNode.html#evaluate(org.axiondb.RowDecorator)">evaluate</A></B>(<A HREF="../../../org/axiondb/RowDecorator.html">RowDecorator</A> row)</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>AxionCommand.</B><B><A HREF="../../../org/axiondb/AxionCommand.html#execute(org.axiondb.Database)">execute</A></B>(<A HREF="../../../org/axiondb/Database.html">Database</A> db)</CODE>
<BR>
Executes an SQL statement that may return multiple results.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> int</CODE></FONT></TD>
<TD><CODE><B>AxionCommand.</B><B><A HREF="../../../org/axiondb/AxionCommand.html#executeUpdate(org.axiondb.Database)">executeUpdate</A></B>(<A HREF="../../../org/axiondb/Database.html">Database</A> db)</CODE>
<BR>
Executes an SQL that may add, delete or modify zero or more rows within the database, such as an INSERT, UPDATE or DELETE statement.</TD>
</TR>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -