📄 basedatabase.html
字号:
<DL>
<DD><B>Description copied from interface: <CODE><A HREF="../../../org/axiondb/Database.html">Database</A></CODE></B></DD>
<DD>Close this database and free any resources associated with it.<DD><DL>
<DT><B>Specified by: </B><DD><CODE><A HREF="../../../org/axiondb/Database.html#shutdown()">shutdown</A></CODE> in interface <CODE><A HREF="../../../org/axiondb/Database.html">Database</A></CODE></DL>
</DD>
</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><B>Description copied from interface: <CODE><A HREF="../../../org/axiondb/Database.html">Database</A></CODE></B></DD>
<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.)<DD><DL>
<DT><B>Specified by: </B><DD><CODE><A HREF="../../../org/axiondb/Database.html#remount(java.io.File)">remount</A></CODE> in interface <CODE><A HREF="../../../org/axiondb/Database.html">Database</A></CODE></DL>
</DD>
</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> node, <A HREF="../../../org/axiondb/TableIdentifier.html">TableIdentifier</A>[] tables) throws <A HREF="../../../org/axiondb/AxionException.html">AxionException</A></PRE>
<DL>
<DD>Resolves all <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 <A HREF="../../../org/axiondb/Database.html"><CODE>Database</CODE></A> and <A HREF="../../../org/axiondb/TableIdentifier.html"><CODE>tables</CODE></A>.<DD><DL>
<DT><B>Specified by: </B><DD><CODE><A HREF="../../../org/axiondb/Database.html#resolveWhereNode(org.axiondb.WhereNode, org.axiondb.TableIdentifier[])">resolveWhereNode</A></CODE> in interface <CODE><A HREF="../../../org/axiondb/Database.html">Database</A></CODE></DL>
</DD>
</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><B>Description copied from interface: <CODE><A HREF="../../../org/axiondb/Database.html">Database</A></CODE></B></DD>
<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.<DD><DL>
<DT><B>Specified by: </B><DD><CODE><A HREF="../../../org/axiondb/Database.html#resolveSelectable(org.axiondb.Selectable, org.axiondb.TableIdentifier[])">resolveSelectable</A></CODE> in interface <CODE><A HREF="../../../org/axiondb/Database.html">Database</A></CODE></DL>
</DD>
</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><B>Description copied from interface: <CODE><A HREF="../../../org/axiondb/Database.html">Database</A></CODE></B></DD>
<DD>Make sure any modified state or data has been written to disk.<DD><DL>
<DT><B>Specified by: </B><DD><CODE><A HREF="../../../org/axiondb/Database.html#checkpoint()">checkpoint</A></CODE> in interface <CODE><A HREF="../../../org/axiondb/Database.html">Database</A></CODE></DL>
</DD>
</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><B>Description copied from interface: <CODE><A HREF="../../../org/axiondb/Database.html">Database</A></CODE></B></DD>
<DD>Create a numeric sequence<DD><DL>
<DT><B>Specified by: </B><DD><CODE><A HREF="../../../org/axiondb/Database.html#createSequence(org.axiondb.Sequence)">createSequence</A></CODE> in interface <CODE><A HREF="../../../org/axiondb/Database.html">Database</A></CODE></DL>
</DD>
</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)</PRE>
<DL>
<DD><B>Description copied from interface: <CODE><A HREF="../../../org/axiondb/Database.html">Database</A></CODE></B></DD>
<DD>Drop the specified <A HREF="../../../org/axiondb/Sequence.html"><CODE>Sequence</CODE></A> from this database. <p> Sequence name matching is case-insensitive.<DD><DL>
<DT><B>Specified by: </B><DD><CODE><A HREF="../../../org/axiondb/Database.html#dropSequence(java.lang.String)">dropSequence</A></CODE> in interface <CODE><A HREF="../../../org/axiondb/Database.html">Database</A></CODE></DL>
</DD>
</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><B>Description copied from interface: <CODE><A HREF="../../../org/axiondb/Database.html">Database</A></CODE></B></DD>
<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.<DD><DL>
<DT><B>Specified by: </B><DD><CODE><A HREF="../../../org/axiondb/Database.html#getSequence(java.lang.String)">getSequence</A></CODE> in interface <CODE><A HREF="../../../org/axiondb/Database.html">Database</A></CODE></DL>
</DD>
</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><B>Description copied from interface: <CODE><A HREF="../../../org/axiondb/Database.html">Database</A></CODE></B></DD>
<DD>Get the <A HREF="../../../org/axiondb/TransactionManager.html"><CODE>TransactionManager</CODE></A> for this database.<DD><DL>
<DT><B>Specified by: </B><DD><CODE><A HREF="../../../org/axiondb/Database.html#getTransactionManager()">getTransactionManager</A></CODE> in interface <CODE><A HREF="../../../org/axiondb/Database.html">Database</A></CODE></DL>
</DD>
</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><B>Description copied from interface: <CODE><A HREF="../../../org/axiondb/Database.html">Database</A></CODE></B></DD>
<DD>Adds a listener to receive events on this database<DD><DL>
<DT><B>Specified by: </B><DD><CODE><A HREF="../../../org/axiondb/Database.html#addDatabaseModificationListener(org.axiondb.event.DatabaseModificationListener)">addDatabaseModificationListener</A></CODE> in interface <CODE><A HREF="../../../org/axiondb/Database.html">Database</A></CODE></DL>
</DD>
</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><B>Description copied from interface: <CODE><A HREF="../../../org/axiondb/Database.html">Database</A></CODE></B></DD>
<DD>Returns all listeners set to receive events on this database<DD><DL>
<DT><B>Specified by: </B><DD><CODE><A HREF="../../../org/axiondb/Database.html#getDatabaseModificationListeners()">getDatabaseModificationListeners</A></CODE> in interface <CODE><A HREF="../../../org/axiondb/Database.html">Database</A></CODE></DL>
</DD>
</DL>
<HR>
<A NAME="getSequences()"><!-- --></A><H3>
getSequences</H3>
<PRE>
protected <A HREF="http://java.sun.com/products/jdk/1.3/docs/api/java/util/Iterator.html">Iterator</A> <B>getSequences</B>()</PRE>
<DL>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="getSequenceCount()"><!-- --></A><H3>
getSequenceCount</H3>
<PRE>
protected int <B>getSequenceCount</B>()</PRE>
<DL>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="getTables()"><!-- --></A><H3>
getTables</H3>
<PRE>
protected <A HREF="http://java.sun.com/products/jdk/1.3/docs/api/java/util/Iterator.html">Iterator</A> <B>getTables</B>()</PRE>
<DL>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="loadProperties(java.util.Properties)"><!-- --></A><H3>
loadProperties</H3>
<PRE>
protected void <B>loadProperties</B>(<A HREF="http://java.sun.com/products/jdk/1.3/docs/api/java/util/Properties.html">Properties</A> props) throws <A HREF="../../../org/axiondb/AxionException.html">AxionException</A></PRE>
<DL>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="getBaseProperties()"><!-- --></A><H3>
getBaseProperties</H3>
<PRE>
protected static <A HREF="http://java.sun.com/products/jdk/1.3/docs/api/java/util/Properties.html">Properties</A> <B>getBaseProperties</B>()</PRE>
<DL>
<DD>Callers should treat the returned Properties as immutable.<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="createSystemTable(java.lang.String)"><!-- --></A><H3>
createSystemTable</H3>
<PRE>
protected abstract <A HREF="../../../org/axiondb/Table.html">Table</A> <B>createSystemTable</B>(<A HREF="http://java.sun.com/products/jdk/1.3/docs/api/java/lang/String.html">String</A> name)</PRE>
<DL>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="createMetaDataTables()"><!-- --></A><H3>
createMetaDataTables</H3>
<PRE>
protected void <B>createMetaDataTables</B>() throws <A HREF="../../../org/axiondb/AxionException.html">AxionException</A></PRE>
<DL>
<DD>Should get called by subclasses in constructors<DD><DL>
</DL>
</DD>
</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/BaseDatabase.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/engine/BaseBTreeIndex.html"><B>PREV CLASS</B></A>
<A HREF="../../../org/axiondb/engine/BaseDiskTable.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="BaseDatabase.html" TARGET="_top"><B>NO FRAMES</B></A></FONT></TD>
</TR>
<TR>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
SUMMARY: INNER | FIELD | <A HREF="#constructor_summary">CONSTR</A> | <A HREF="#method_summary">METHOD</A></FONT></TD>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
DETAIL: FIELD | <A HREF="#constructor_detail">CONSTR</A> | <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 + -