⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 snapshotisolationtransaction.html

📁 Axion 是一个小型的
💻 HTML
📖 第 1 页 / 共 4 页
字号:
<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>&nbsp;name)               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>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.<DD><DL>
<DT><B>Specified by: </B><DD><CODE><A HREF="../../../org/axiondb/Database.html#getTable(java.lang.String)">getTable</A></CODE> in interface <CODE><A HREF="../../../org/axiondb/Database.html">Database</A></CODE></DL>
</DD>
</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>&nbsp;table)               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>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.<DD><DL>
<DT><B>Specified by: </B><DD><CODE><A HREF="../../../org/axiondb/Database.html#getTable(org.axiondb.TableIdentifier)">getTable</A></CODE> in interface <CODE><A HREF="../../../org/axiondb/Database.html">Database</A></CODE></DL>
</DD>
</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>&nbsp;name)               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>Drop the specified <A HREF="../../../org/axiondb/Table.html"><CODE>Table</CODE></A> from this database. <p> Table name matching is case-insensitive.<DD><DL>
<DT><B>Specified by: </B><DD><CODE><A HREF="../../../org/axiondb/Database.html#dropTable(java.lang.String)">dropTable</A></CODE> in interface <CODE><A HREF="../../../org/axiondb/Database.html">Database</A></CODE></DL>
</DD>
</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>&nbsp;table)              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>Add the given <A HREF="../../../org/axiondb/Table.html"><CODE>Table</CODE></A> to this database.<DD><DL>
<DT><B>Specified by: </B><DD><CODE><A HREF="../../../org/axiondb/Database.html#addTable(org.axiondb.Table)">addTable</A></CODE> in interface <CODE><A HREF="../../../org/axiondb/Database.html">Database</A></CODE></DL>
</DD>
</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>&nbsp;table)                  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>Update metadata tables since this table has changed.<DD><DL>
<DT><B>Specified by: </B><DD><CODE><A HREF="../../../org/axiondb/Database.html#tableAltered(org.axiondb.Table)">tableAltered</A></CODE> in interface <CODE><A HREF="../../../org/axiondb/Database.html">Database</A></CODE></DL>
</DD>
</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>&nbsp;name)</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/DataType.html"><CODE>DataType</CODE></A> currently registered for the  given name, or <tt>null</tt>.<DD><DL>
<DT><B>Specified by: </B><DD><CODE><A HREF="../../../org/axiondb/Database.html#getDataType(java.lang.String)">getDataType</A></CODE> in interface <CODE><A HREF="../../../org/axiondb/Database.html">Database</A></CODE></DL>
</DD>
</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>&nbsp;name)</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/IndexFactory.html"><CODE>IndexFactory</CODE></A> currently registered for the  given name, or <tt>null</tt>.<DD><DL>
<DT><B>Specified by: </B><DD><CODE><A HREF="../../../org/axiondb/Database.html#getIndexFactory(java.lang.String)">getIndexFactory</A></CODE> in interface <CODE><A HREF="../../../org/axiondb/Database.html">Database</A></CODE></DL>
</DD>
</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>&nbsp;name)</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/TableFactory.html"><CODE>TableFactory</CODE></A> currently registered for the  given name, or <tt>null</tt>.<DD><DL>
<DT><B>Specified by: </B><DD><CODE><A HREF="../../../org/axiondb/Database.html#getTableFactory(java.lang.String)">getTableFactory</A></CODE> in interface <CODE><A HREF="../../../org/axiondb/Database.html">Database</A></CODE></DL>
</DD>
</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><B>Description copied from interface: <CODE><A HREF="../../../org/axiondb/Database.html">Database</A></CODE></B></DD>
<DD>Get the directory into which table information is stored,  or <tt>null</tt>.<DD><DL>
<DT><B>Specified by: </B><DD><CODE><A HREF="../../../org/axiondb/Database.html#getTableDirectory()">getTableDirectory</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>&nbsp;selectable,                                    <A HREF="../../../org/axiondb/TableIdentifier.html">TableIdentifier</A>[]&nbsp;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="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>&nbsp;where,                             <A HREF="../../../org/axiondb/TableIdentifier.html">TableIdentifier</A>[]&nbsp;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 <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.<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="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="shutdown()"><!-- --></A><H3>
shutdown</H3>
<PRE>
public void <B>shutdown</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>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>&nbsp;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="isReadOnly()"><!-- --></A><H3>
isReadOnly</H3>
<PRE>
public boolean <B>isReadOnly</B>()</PRE>
<DL>
<DD><B>Description copied from interface: <CODE><A HREF="../../../org/axiondb/Database.html">Database</A></CODE></B></DD>
<DD>Is this database read-only?<DD><DL>
<DT><B>Specified by: </B><DD><CODE><A HREF="../../../org/axiondb/Database.html#isReadOnly()">isReadOnly</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>&nbsp;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="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>&nbsp;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="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>&nbsp;name)                  throws <A HREF="../../../org/axiondb/AxionException.html">AxionException</A></PRE>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -