📄 package-summary.html
字号:
<P>
<TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TD COLSPAN=2><FONT SIZE="+2">
<B>Class Summary</B></FONT></TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="Axion.html">Axion</A></B></TD>
<TD><B>Deprecated.</B> <I>Use <A HREF="../../org/axiondb/tools/Console.html"><CODE>Console</CODE></A> instead.</I></TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="BinaryBranchWhereNode.html">BinaryBranchWhereNode</A></B></TD>
<TD>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 WIDTH="15%"><B><A HREF="BindVariable.html">BindVariable</A></B></TD>
<TD>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 WIDTH="15%"><B><A HREF="BranchWhereNode.html">BranchWhereNode</A></B></TD>
<TD>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 WIDTH="15%"><B><A HREF="Column.html">Column</A></B></TD>
<TD>Describes a column within a <A HREF="../../org/axiondb/Table.html"><CODE>Table</CODE></A>.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="ColumnIdentifier.html">ColumnIdentifier</A></B></TD>
<TD>An identifier for a column.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="ComparisonOperator.html">ComparisonOperator</A></B></TD>
<TD>A comparison operator, like <code>==</code> or <code>>=</code>.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="InWhereNode.html">InWhereNode</A></B></TD>
<TD>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 WIDTH="15%"><B><A HREF="LeafWhereNode.html">LeafWhereNode</A></B></TD>
<TD>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 WIDTH="15%"><B><A HREF="Literal.html">Literal</A></B></TD>
<TD>A <A HREF="../../org/axiondb/DataType.html"><CODE>typed</CODE></A> literal value.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="NamedIdentifier.html">NamedIdentifier</A></B></TD>
<TD>A named object in the database</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="NotWhereNode.html">NotWhereNode</A></B></TD>
<TD>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 WIDTH="15%"><B><A HREF="OrderNode.html">OrderNode</A></B></TD>
<TD>One part of an ORDER BY clause.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="RowComparator.html">RowComparator</A></B></TD>
<TD>A <A HREF="http://java.sun.com/products/jdk/1.3/docs/api/java/util/Comparator.html"><CODE>Comparator</CODE></A> for <A HREF="../../org/axiondb/Row.html"><CODE>Rows</CODE></A>, which will sort a collection according to the value of a single selectable.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="RowDecorator.html">RowDecorator</A></B></TD>
<TD>A <A HREF="../../org/axiondb/Row.html"><CODE>Row</CODE></A> with meta-information.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="Sequence.html">Sequence</A></B></TD>
<TD>A database sequence.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="TableIdentifier.html">TableIdentifier</A></B></TD>
<TD>An identifier for a table.</TD>
</TR>
</TABLE>
<P>
<TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TD COLSPAN=2><FONT SIZE="+2">
<B>Exception Summary</B></FONT></TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="AxionException.html">AxionException</A></B></TD>
<TD>Root exception for Axion related or specific problems.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="ConstraintViolationException.html">ConstraintViolationException</A></B></TD>
<TD>Thrown when a <A HREF="../../org/axiondb/Constraint.html"><CODE>Constraint</CODE></A> has been violated.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="TransactionConflictException.html">TransactionConflictException</A></B></TD>
<TD>Thrown when a transaction conflict is discovered.</TD>
</TR>
</TABLE>
<P>
<A NAME="package_description"><!-- --></A><H2>
Package org.axiondb Description
</H2>
<P>
<p>Core interfaces, identifiers, and exceptions.</p>
<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="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Package</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-use.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A> </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 PACKAGE
<A HREF="../../org/axiondb/constraints/package-summary.html"><B>NEXT PACKAGE</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../index.html" TARGET="_top"><B>FRAMES</B></A>
<A HREF="package-summary.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 + -