📄 database.html
字号:
<BR>
Update metadata tables since this table has changed.</TD>
</TR>
</TABLE>
<P>
<!-- ============ FIELD DETAIL =========== -->
<!-- ========= CONSTRUCTOR DETAIL ======== -->
<!-- ============ METHOD DETAIL ========== -->
<A NAME="method_detail"><!-- --></A><TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TD COLSPAN=1><FONT SIZE="+2">
<B>Method Detail</B></FONT></TD>
</TR>
</TABLE>
<A NAME="getName()"><!-- --></A><H3>
getName</H3>
<PRE>
public <A HREF="http://java.sun.com/products/jdk/1.3/docs/api/java/lang/String.html">String</A> <B>getName</B>()</PRE>
<DL>
<DD>Returns the name of this <code>Database</code>.</DL>
<HR>
<A NAME="getTable(java.lang.String)"><!-- --></A><H3>
getTable</H3>
<PRE>
public <A HREF="../../org/axiondb/Table.html">Table</A> <B>getTable</B>(<A HREF="http://java.sun.com/products/jdk/1.3/docs/api/java/lang/String.html">String</A> name) throws <A HREF="../../org/axiondb/AxionException.html">AxionException</A></PRE>
<DL>
<DD>Get the specified <A HREF="../../org/axiondb/Table.html"><CODE>Table</CODE></A>, or <tt>null</tt> if no such table can be found. <p> Table name matching is case-insensitive.</DL>
<HR>
<A NAME="getTable(org.axiondb.TableIdentifier)"><!-- --></A><H3>
getTable</H3>
<PRE>
public <A HREF="../../org/axiondb/Table.html">Table</A> <B>getTable</B>(<A HREF="../../org/axiondb/TableIdentifier.html">TableIdentifier</A> table) throws <A HREF="../../org/axiondb/AxionException.html">AxionException</A></PRE>
<DL>
<DD>Get the specified <A HREF="../../org/axiondb/Table.html"><CODE>Table</CODE></A>, or <tt>null</tt> if no such table can be found. <p> Table name matching is case-insensitive.</DL>
<HR>
<A NAME="dropTable(java.lang.String)"><!-- --></A><H3>
dropTable</H3>
<PRE>
public void <B>dropTable</B>(<A HREF="http://java.sun.com/products/jdk/1.3/docs/api/java/lang/String.html">String</A> name) throws <A HREF="../../org/axiondb/AxionException.html">AxionException</A></PRE>
<DL>
<DD>Drop the specified <A HREF="../../org/axiondb/Table.html"><CODE>Table</CODE></A> from this database. <p> Table name matching is case-insensitive.</DL>
<HR>
<A NAME="addTable(org.axiondb.Table)"><!-- --></A><H3>
addTable</H3>
<PRE>
public void <B>addTable</B>(<A HREF="../../org/axiondb/Table.html">Table</A> table) throws <A HREF="../../org/axiondb/AxionException.html">AxionException</A></PRE>
<DL>
<DD>Add the given <A HREF="../../org/axiondb/Table.html"><CODE>Table</CODE></A> to this database.</DL>
<HR>
<A NAME="getDataType(java.lang.String)"><!-- --></A><H3>
getDataType</H3>
<PRE>
public <A HREF="../../org/axiondb/DataType.html">DataType</A> <B>getDataType</B>(<A HREF="http://java.sun.com/products/jdk/1.3/docs/api/java/lang/String.html">String</A> name)</PRE>
<DL>
<DD>Get the <A HREF="../../org/axiondb/DataType.html"><CODE>DataType</CODE></A> currently registered for the given name, or <tt>null</tt>.</DL>
<HR>
<A NAME="getIndexFactory(java.lang.String)"><!-- --></A><H3>
getIndexFactory</H3>
<PRE>
public <A HREF="../../org/axiondb/IndexFactory.html">IndexFactory</A> <B>getIndexFactory</B>(<A HREF="http://java.sun.com/products/jdk/1.3/docs/api/java/lang/String.html">String</A> name)</PRE>
<DL>
<DD>Get the <A HREF="../../org/axiondb/IndexFactory.html"><CODE>IndexFactory</CODE></A> currently registered for the given name, or <tt>null</tt>.</DL>
<HR>
<A NAME="getTableFactory(java.lang.String)"><!-- --></A><H3>
getTableFactory</H3>
<PRE>
public <A HREF="../../org/axiondb/TableFactory.html">TableFactory</A> <B>getTableFactory</B>(<A HREF="http://java.sun.com/products/jdk/1.3/docs/api/java/lang/String.html">String</A> name)</PRE>
<DL>
<DD>Get the <A HREF="../../org/axiondb/TableFactory.html"><CODE>TableFactory</CODE></A> currently registered for the given name, or <tt>null</tt>.</DL>
<HR>
<A NAME="getTableDirectory()"><!-- --></A><H3>
getTableDirectory</H3>
<PRE>
public <A HREF="http://java.sun.com/products/jdk/1.3/docs/api/java/io/File.html">File</A> <B>getTableDirectory</B>()</PRE>
<DL>
<DD>Get the directory into which table information is stored, or <tt>null</tt>.</DL>
<HR>
<A NAME="resolveSelectable(org.axiondb.Selectable, org.axiondb.TableIdentifier[])"><!-- --></A><H3>
resolveSelectable</H3>
<PRE>
public <A HREF="../../org/axiondb/Selectable.html">Selectable</A> <B>resolveSelectable</B>(<A HREF="../../org/axiondb/Selectable.html">Selectable</A> selectable, <A HREF="../../org/axiondb/TableIdentifier.html">TableIdentifier</A>[] tables) throws <A HREF="../../org/axiondb/AxionException.html">AxionException</A></PRE>
<DL>
<DD>"Resolve" the given <A HREF="../../org/axiondb/Selectable.html"><CODE>Selectable</CODE></A> relative to the given list of <A HREF="../../org/axiondb/TableIdentifier.html"><CODE>tables</CODE></A>, converting aliased or relative references into absolute ones.</DL>
<HR>
<A NAME="resolveWhereNode(org.axiondb.WhereNode, org.axiondb.TableIdentifier[])"><!-- --></A><H3>
resolveWhereNode</H3>
<PRE>
public void <B>resolveWhereNode</B>(<A HREF="../../org/axiondb/WhereNode.html">WhereNode</A> where, <A HREF="../../org/axiondb/TableIdentifier.html">TableIdentifier</A>[] tables) throws <A HREF="../../org/axiondb/AxionException.html">AxionException</A></PRE>
<DL>
<DD>"Resolve" the <A HREF="../../org/axiondb/Selectable.html"><CODE>Selectable</CODE></A>s within the given <A HREF="../../org/axiondb/WhereNode.html"><CODE>WhereNode</CODE></A> tree, relative to the given list of <A HREF="../../org/axiondb/TableIdentifier.html"><CODE>tables</CODE></A>, converting aliased or relative references into absolute ones.</DL>
<HR>
<A NAME="checkpoint()"><!-- --></A><H3>
checkpoint</H3>
<PRE>
public void <B>checkpoint</B>() throws <A HREF="../../org/axiondb/AxionException.html">AxionException</A></PRE>
<DL>
<DD>Make sure any modified state or data has been written to disk.</DL>
<HR>
<A NAME="shutdown()"><!-- --></A><H3>
shutdown</H3>
<PRE>
public void <B>shutdown</B>() throws <A HREF="../../org/axiondb/AxionException.html">AxionException</A></PRE>
<DL>
<DD>Close this database and free any resources associated with it.</DL>
<HR>
<A NAME="remount(java.io.File)"><!-- --></A><H3>
remount</H3>
<PRE>
public void <B>remount</B>(<A HREF="http://java.sun.com/products/jdk/1.3/docs/api/java/io/File.html">File</A> newdir) throws <A HREF="../../org/axiondb/AxionException.html">AxionException</A></PRE>
<DL>
<DD>Notify this database that its root directory has been moved to the given location. (E.g., the CD containing the data for a CD-resident database has changed drives.)</DL>
<HR>
<A NAME="isReadOnly()"><!-- --></A><H3>
isReadOnly</H3>
<PRE>
public boolean <B>isReadOnly</B>()</PRE>
<DL>
<DD>Is this database read-only?</DL>
<HR>
<A NAME="createSequence(org.axiondb.Sequence)"><!-- --></A><H3>
createSequence</H3>
<PRE>
public void <B>createSequence</B>(<A HREF="../../org/axiondb/Sequence.html">Sequence</A> seq) throws <A HREF="../../org/axiondb/AxionException.html">AxionException</A></PRE>
<DL>
<DD>Create a numeric sequence</DL>
<HR>
<A NAME="getSequence(java.lang.String)"><!-- --></A><H3>
getSequence</H3>
<PRE>
public <A HREF="../../org/axiondb/Sequence.html">Sequence</A> <B>getSequence</B>(<A HREF="http://java.sun.com/products/jdk/1.3/docs/api/java/lang/String.html">String</A> name)</PRE>
<DL>
<DD>Get the specified <A HREF="../../org/axiondb/Sequence.html"><CODE>Sequence</CODE></A>, or <tt>null</tt> if no such sequence can be found. <p> Sequence name matching is case-insensitive.</DL>
<HR>
<A NAME="dropSequence(java.lang.String)"><!-- --></A><H3>
dropSequence</H3>
<PRE>
public void <B>dropSequence</B>(<A HREF="http://java.sun.com/products/jdk/1.3/docs/api/java/lang/String.html">String</A> name) throws <A HREF="../../org/axiondb/AxionException.html">AxionException</A></PRE>
<DL>
<DD>Drop the specified <A HREF="../../org/axiondb/Sequence.html"><CODE>Sequence</CODE></A> from this database. <p> Sequence name matching is case-insensitive.</DL>
<HR>
<A NAME="getTransactionManager()"><!-- --></A><H3>
getTransactionManager</H3>
<PRE>
public <A HREF="../../org/axiondb/TransactionManager.html">TransactionManager</A> <B>getTransactionManager</B>()</PRE>
<DL>
<DD>Get the <A HREF="../../org/axiondb/TransactionManager.html"><CODE>TransactionManager</CODE></A> for this database.</DL>
<HR>
<A NAME="tableAltered(org.axiondb.Table)"><!-- --></A><H3>
tableAltered</H3>
<PRE>
public void <B>tableAltered</B>(<A HREF="../../org/axiondb/Table.html">Table</A> t) throws <A HREF="../../org/axiondb/AxionException.html">AxionException</A></PRE>
<DL>
<DD>Update metadata tables since this table has changed.</DL>
<HR>
<A NAME="addDatabaseModificationListener(org.axiondb.event.DatabaseModificationListener)"><!-- --></A><H3>
addDatabaseModificationListener</H3>
<PRE>
public void <B>addDatabaseModificationListener</B>(<A HREF="../../org/axiondb/event/DatabaseModificationListener.html">DatabaseModificationListener</A> l)</PRE>
<DL>
<DD>Adds a listener to receive events on this database</DL>
<HR>
<A NAME="getDatabaseModificationListeners()"><!-- --></A><H3>
getDatabaseModificationListeners</H3>
<PRE>
public <A HREF="http://java.sun.com/products/jdk/1.3/docs/api/java/util/List.html">List</A> <B>getDatabaseModificationListeners</B>()</PRE>
<DL>
<DD>Returns all listeners set to receive events on this database</DL>
<!-- ========= END OF CLASS DATA ========= -->
<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="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/Database.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">
<A HREF="../../org/axiondb/Constraint.html"><B>PREV CLASS</B></A>
<A HREF="../../org/axiondb/DataType.html"><B>NEXT CLASS</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../index.html" TARGET="_top"><B>FRAMES</B></A>
<A HREF="Database.html" TARGET="_top"><B>NO FRAMES</B></A></FONT></TD>
</TR>
<TR>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
SUMMARY: INNER | FIELD | CONSTR | <A HREF="#method_summary">METHOD</A></FONT></TD>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
DETAIL: FIELD | CONSTR | <A HREF="#method_detail">METHOD</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 + -