📄 package-use.html
字号:
<TD><B><A HREF="../../org/axiondb/class-use/Transaction.html#org.axiondb"><B>Transaction</B></A></B>
<BR>
A database transaction.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><B><A HREF="../../org/axiondb/class-use/TransactionManager.html#org.axiondb"><B>TransactionManager</B></A></B>
<BR>
Manages the <A HREF="../../org/axiondb/Transaction.html"><CODE>Transaction</CODE></A> lifecycle.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><B><A HREF="../../org/axiondb/class-use/WhereNode.html#org.axiondb"><B>WhereNode</B></A></B>
<BR>
One part of a <code>WHERE</code> clause.</TD>
</TR>
</FONT></TD>
</TR>
</TABLE>
<P>
<A NAME="org.axiondb.constraints"><!-- --></A><TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TD COLSPAN=2><FONT SIZE="+2">
Classes in <A HREF="../../org/axiondb/package-summary.html">org.axiondb</A> used by <A HREF="../../org/axiondb/constraints/package-summary.html">org.axiondb.constraints</A><TR BGCOLOR="white" CLASS="TableRowColor">
<TD><B><A HREF="../../org/axiondb/class-use/AxionException.html#org.axiondb.constraints"><B>AxionException</B></A></B>
<BR>
Root exception for Axion related or specific problems.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><B><A HREF="../../org/axiondb/class-use/Constraint.html#org.axiondb.constraints"><B>Constraint</B></A></B>
<BR>
A database constraint, such as UNIQUE or NOT NULL.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><B><A HREF="../../org/axiondb/class-use/Database.html#org.axiondb.constraints"><B>Database</B></A></B>
<BR>
An Axion database.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><B><A HREF="../../org/axiondb/class-use/Selectable.html#org.axiondb.constraints"><B>Selectable</B></A></B>
<BR>
An abstraction of objects that can be selected from (a row in) the database.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><B><A HREF="../../org/axiondb/class-use/SelectableBasedConstraint.html#org.axiondb.constraints"><B>SelectableBasedConstraint</B></A></B>
<BR>
Interface for <A HREF="../../org/axiondb/Constraint.html"><CODE>Constraint</CODE></A>s that are defined by one or more <A HREF="../../org/axiondb/Selectable.html"><CODE>Selectable</CODE></A>s.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><B><A HREF="../../org/axiondb/class-use/TableIdentifier.html#org.axiondb.constraints"><B>TableIdentifier</B></A></B>
<BR>
An identifier for a table.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><B><A HREF="../../org/axiondb/class-use/WhereNode.html#org.axiondb.constraints"><B>WhereNode</B></A></B>
<BR>
One part of a <code>WHERE</code> clause.</TD>
</TR>
</FONT></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">
Classes in <A HREF="../../org/axiondb/package-summary.html">org.axiondb</A> used by <A HREF="../../org/axiondb/engine/package-summary.html">org.axiondb.engine</A><TR BGCOLOR="white" CLASS="TableRowColor">
<TD><B><A HREF="../../org/axiondb/class-use/AxionException.html#org.axiondb.engine"><B>AxionException</B></A></B>
<BR>
Root exception for Axion related or specific problems.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><B><A HREF="../../org/axiondb/class-use/BinaryBranchWhereNode.html#org.axiondb.engine"><B>BinaryBranchWhereNode</B></A></B>
<BR>
A <A HREF="../../org/axiondb/WhereNode.html"><CODE>WhereNode</CODE></A> representing a Boolean combination of its children.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><B><A HREF="../../org/axiondb/class-use/BindVariable.html#org.axiondb.engine"><B>BindVariable</B></A></B>
<BR>
A <A HREF="../../org/axiondb/Literal.html"><CODE>Literal</CODE></A> that can be bound via <A HREF="http://java.sun.com/products/jdk/1.3/docs/api/java/sql/PreparedStatement.html"><CODE>PreparedStatement</CODE></A> methods.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><B><A HREF="../../org/axiondb/class-use/BranchWhereNode.html#org.axiondb.engine"><B>BranchWhereNode</B></A></B>
<BR>
A <A HREF="../../org/axiondb/WhereNode.html"><CODE>WhereNode</CODE></A> composed of one or more child nodes.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><B><A HREF="../../org/axiondb/class-use/Column.html#org.axiondb.engine"><B>Column</B></A></B>
<BR>
Describes a column within a <A HREF="../../org/axiondb/Table.html"><CODE>Table</CODE></A>.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><B><A HREF="../../org/axiondb/class-use/ColumnIdentifier.html#org.axiondb.engine"><B>ColumnIdentifier</B></A></B>
<BR>
An identifier for a column.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><B><A HREF="../../org/axiondb/class-use/ComparisonOperator.html#org.axiondb.engine"><B>ComparisonOperator</B></A></B>
<BR>
A comparison operator, like <code>==</code> or <code>>=</code>.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><B><A HREF="../../org/axiondb/class-use/Constraint.html#org.axiondb.engine"><B>Constraint</B></A></B>
<BR>
A database constraint, such as UNIQUE or NOT NULL.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><B><A HREF="../../org/axiondb/class-use/Database.html#org.axiondb.engine"><B>Database</B></A></B>
<BR>
An Axion database.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><B><A HREF="../../org/axiondb/class-use/DataType.html#org.axiondb.engine"><B>DataType</B></A></B>
<BR>
The type of a field (column) that can be stored in a <A HREF="../../org/axiondb/Table.html"><CODE>Table</CODE></A>.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><B><A HREF="../../org/axiondb/class-use/Index.html#org.axiondb.engine"><B>Index</B></A></B>
<BR>
A database index.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><B><A HREF="../../org/axiondb/class-use/IndexFactory.html#org.axiondb.engine"><B>IndexFactory</B></A></B>
<BR>
A simple factory for creating <A HREF="../../org/axiondb/Index.html"><CODE>Index</CODE></A> instances.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><B><A HREF="../../org/axiondb/class-use/IndexLoader.html#org.axiondb.engine"><B>IndexLoader</B></A></B>
<BR>
Reads/writes <A HREF="../../org/axiondb/Index.html"><CODE>indices</CODE></A> to disk.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><B><A HREF="../../org/axiondb/class-use/InWhereNode.html#org.axiondb.engine"><B>InWhereNode</B></A></B>
<BR>
A <A HREF="../../org/axiondb/WhereNode.html"><CODE>WhereNode</CODE></A> representing an membership test on a list of arguments.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><B><A HREF="../../org/axiondb/class-use/LeafWhereNode.html#org.axiondb.engine"><B>LeafWhereNode</B></A></B>
<BR>
A <A HREF="../../org/axiondb/WhereNode.html"><CODE>WhereNode</CODE></A> representing a comparison between two columns and/or literal values via some <A HREF="../../org/axiondb/ComparisonOperator.html"><CODE>ComparisonOperator</CODE></A>.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><B><A HREF="../../org/axiondb/class-use/NotWhereNode.html#org.axiondb.engine"><B>NotWhereNode</B></A></B>
<BR>
A <A HREF="../../org/axiondb/WhereNode.html"><CODE>WhereNode</CODE></A> representing a Boolean combination of its children.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><B><A HREF="../../org/axiondb/class-use/Row.html#org.axiondb.engine"><B>Row</B></A></B>
<BR>
Contains the data for a single row in a table, view, result set, etc.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><B><A HREF="../../org/axiondb/class-use/RowDecorator.html#org.axiondb.engine"><B>RowDecorator</B></A></B>
<BR>
A <A HREF="../../org/axiondb/Row.html"><CODE>Row</CODE></A> with meta-information.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><B><A HREF="../../org/axiondb/class-use/RowIterator.html#org.axiondb.engine"><B>RowIterator</B></A></B>
<BR>
A bidirectional iterator over a collection of <A HREF="../../org/axiondb/Row.html"><CODE>Row</CODE></A>s.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><B><A HREF="../../org/axiondb/class-use/RowSource.html#org.axiondb.engine"><B>RowSource</B></A></B>
<BR>
An abstract <A HREF="../../org/axiondb/Row.html"><CODE>Row</CODE></A> generator and container.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><B><A HREF="../../org/axiondb/class-use/Selectable.html#org.axiondb.engine"><B>Selectable</B></A></B>
<BR>
An abstraction of objects that can be selected from (a row in) the database.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><B><A HREF="../../org/axiondb/class-use/Sequence.html#org.axiondb.engine"><B>Sequence</B></A></B>
<BR>
A database sequence.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><B><A HREF="../../org/axiondb/class-use/Table.html#org.axiondb.engine"><B>Table</B></A></B>
<BR>
A database table.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><B><A HREF="../../org/axiondb/class-use/TableFactory.html#org.axiondb.engine"><B>TableFactory</B></A></B>
<BR>
A simple factory for creating <A HREF="../../org/axiondb/Table.html"><CODE>Table</CODE></A> instances.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><B><A HREF="../../org/axiondb/class-use/TableIdentifier.html#org.axiondb.engine"><B>TableIdentifier</B></A></B>
<BR>
An identifier for a table.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><B><A HREF="../../org/axiondb/class-use/Transactable.html#org.axiondb.engine"><B>Transactable</B></A></B>
<BR>
Interface for entities that can take part in a transaction.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><B><A HREF="../../org/axiondb/class-use/TransactableTable.html#org.axiondb.engine"><B>TransactableTable</B></A></B>
<BR>
A <A HREF="../../org/axiondb/Transactable.html"><CODE>Transactable</CODE></A> version of a <A HREF="../../org/axiondb/Table.html"><CODE>Table</CODE></A>.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><B><A HREF="../../org/axiondb/class-use/Transaction.html#org.axiondb.engine"><B>Transaction</B></A></B>
<BR>
A database transaction.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><B><A HREF="../../org/axiondb/class-use/TransactionManager.html#org.axiondb.engine"><B>TransactionManager</B></A></B>
<BR>
Manages the <A HREF="../../org/axiondb/Transaction.html"><CODE>Transaction</CODE></A> lifecycle.</TD>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -