📄 basetable.html
字号:
public boolean <B>hasColumn</B>(<A HREF="../../../org/axiondb/ColumnIdentifier.html">ColumnIdentifier</A> id)</PRE>
<DL>
<DD><B>Description copied from interface: <CODE><A HREF="../../../org/axiondb/Table.html">Table</A></CODE></B></DD>
<DD>Indicate whether the <A HREF="../../../org/axiondb/ColumnIdentifier.html"><CODE>ColumnIdentifier</CODE></A> references a column in this table<DD><DL>
<DT><B>Specified by: </B><DD><CODE><A HREF="../../../org/axiondb/Table.html#hasColumn(org.axiondb.ColumnIdentifier)">hasColumn</A></CODE> in interface <CODE><A HREF="../../../org/axiondb/Table.html">Table</A></CODE></DL>
</DD>
</DL>
<HR>
<A NAME="getColumn(int)"><!-- --></A><H3>
getColumn</H3>
<PRE>
public <A HREF="../../../org/axiondb/Column.html">Column</A> <B>getColumn</B>(int index)</PRE>
<DL>
<DD><B>Description copied from interface: <CODE><A HREF="../../../org/axiondb/Table.html">Table</A></CODE></B></DD>
<DD>Return the <A HREF="../../../org/axiondb/Column.html"><CODE>Column</CODE></A> corresponding to the given zero-based <i>index</i>.<DD><DL>
<DT><B>Specified by: </B><DD><CODE><A HREF="../../../org/axiondb/Table.html#getColumn(int)">getColumn</A></CODE> in interface <CODE><A HREF="../../../org/axiondb/Table.html">Table</A></CODE></DL>
</DD>
</DL>
<HR>
<A NAME="getColumn(java.lang.String)"><!-- --></A><H3>
getColumn</H3>
<PRE>
public <A HREF="../../../org/axiondb/Column.html">Column</A> <B>getColumn</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/Table.html">Table</A></CODE></B></DD>
<DD>Return the <A HREF="../../../org/axiondb/Column.html"><CODE>Column</CODE></A> for the given <i>name</i>.<DD><DL>
<DT><B>Specified by: </B><DD><CODE><A HREF="../../../org/axiondb/Table.html#getColumn(java.lang.String)">getColumn</A></CODE> in interface <CODE><A HREF="../../../org/axiondb/Table.html">Table</A></CODE></DL>
</DD>
</DL>
<HR>
<A NAME="getColumnIndex(java.lang.String)"><!-- --></A><H3>
getColumnIndex</H3>
<PRE>
public int <B>getColumnIndex</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><B>Description copied from interface: <CODE><A HREF="../../../org/axiondb/Table.html">Table</A></CODE></B></DD>
<DD>Return the zero-based index of the <A HREF="../../../org/axiondb/Column.html"><CODE>Column</CODE></A> with the given <i>name</i>.<DD><DL>
<DT><B>Specified by: </B><DD><CODE><A HREF="../../../org/axiondb/Table.html#getColumnIndex(java.lang.String)">getColumnIndex</A></CODE> in interface <CODE><A HREF="../../../org/axiondb/Table.html">Table</A></CODE></DL>
</DD>
</DL>
<HR>
<A NAME="getColumnIdentifiers()"><!-- --></A><H3>
getColumnIdentifiers</H3>
<PRE>
public <A HREF="http://java.sun.com/products/jdk/1.3/docs/api/java/util/Iterator.html">Iterator</A> <B>getColumnIdentifiers</B>()</PRE>
<DL>
<DD><B>Description copied from interface: <CODE><A HREF="../../../org/axiondb/Table.html">Table</A></CODE></B></DD>
<DD>Return an <A HREF="http://java.sun.com/products/jdk/1.3/docs/api/java/util/Iterator.html"><CODE>Iterator</CODE></A> over the <A HREF="../../../org/axiondb/ColumnIdentifier.html"><CODE>ColumnIdentifiers</CODE></A> for my <A HREF="../../../org/axiondb/Column.html"><CODE>Column</CODE></A>s.<DD><DL>
<DT><B>Specified by: </B><DD><CODE><A HREF="../../../org/axiondb/Table.html#getColumnIdentifiers()">getColumnIdentifiers</A></CODE> in interface <CODE><A HREF="../../../org/axiondb/Table.html">Table</A></CODE></DL>
</DD>
</DL>
<HR>
<A NAME="getColumnCount()"><!-- --></A><H3>
getColumnCount</H3>
<PRE>
public int <B>getColumnCount</B>()</PRE>
<DL>
<DD><B>Description copied from interface: <CODE><A HREF="../../../org/axiondb/Table.html">Table</A></CODE></B></DD>
<DD>Return the number of <A HREF="../../../org/axiondb/Column.html"><CODE>Column</CODE></A>s I contain.<DD><DL>
<DT><B>Specified by: </B><DD><CODE><A HREF="../../../org/axiondb/Table.html#getColumnCount()">getColumnCount</A></CODE> in interface <CODE><A HREF="../../../org/axiondb/Table.html">Table</A></CODE></DL>
</DD>
</DL>
<HR>
<A NAME="drop()"><!-- --></A><H3>
drop</H3>
<PRE>
public void <B>drop</B>() throws <A HREF="../../../org/axiondb/AxionException.html">AxionException</A></PRE>
<DL>
<DD><B>Description copied from interface: <CODE><A HREF="../../../org/axiondb/Table.html">Table</A></CODE></B></DD>
<DD>Drop this table from the database.<DD><DL>
<DT><B>Specified by: </B><DD><CODE><A HREF="../../../org/axiondb/Table.html#drop()">drop</A></CODE> in interface <CODE><A HREF="../../../org/axiondb/Table.html">Table</A></CODE></DL>
</DD>
</DL>
<HR>
<A NAME="remount(java.io.File, boolean)"><!-- --></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> dir, boolean datafilesonly) throws <A HREF="../../../org/axiondb/AxionException.html">AxionException</A></PRE>
<DL>
<DD><B>Description copied from interface: <CODE><A HREF="../../../org/axiondb/Table.html">Table</A></CODE></B></DD>
<DD>Notify this table that its disk-location has moved.<DD><DL>
<DT><B>Specified by: </B><DD><CODE><A HREF="../../../org/axiondb/Table.html#remount(java.io.File, boolean)">remount</A></CODE> in interface <CODE><A HREF="../../../org/axiondb/Table.html">Table</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/Table.html">Table</A></CODE></B></DD>
<DD>Execute a CHECKPOINT, persisting any un-persisted data.<DD><DL>
<DT><B>Specified by: </B><DD><CODE><A HREF="../../../org/axiondb/Table.html#checkpoint()">checkpoint</A></CODE> in interface <CODE><A HREF="../../../org/axiondb/Table.html">Table</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/Table.html">Table</A></CODE></B></DD>
<DD>The database is shutting down, shutdown this table also.<DD><DL>
<DT><B>Specified by: </B><DD><CODE><A HREF="../../../org/axiondb/Table.html#shutdown()">shutdown</A></CODE> in interface <CODE><A HREF="../../../org/axiondb/Table.html">Table</A></CODE></DL>
</DD>
</DL>
<HR>
<A NAME="makeRowDecorator()"><!-- --></A><H3>
makeRowDecorator</H3>
<PRE>
public <A HREF="../../../org/axiondb/RowDecorator.html">RowDecorator</A> <B>makeRowDecorator</B>()</PRE>
<DL>
<DD><DL>
<DT><B>Specified by: </B><DD><CODE><A HREF="../../../org/axiondb/RowSource.html#makeRowDecorator()">makeRowDecorator</A></CODE> in interface <CODE><A HREF="../../../org/axiondb/RowSource.html">RowSource</A></CODE></DL>
</DD>
</DL>
<HR>
<A NAME="makeTransactableTable()"><!-- --></A><H3>
makeTransactableTable</H3>
<PRE>
public <A HREF="../../../org/axiondb/TransactableTable.html">TransactableTable</A> <B>makeTransactableTable</B>()</PRE>
<DL>
<DD><B>Description copied from interface: <CODE><A HREF="../../../org/axiondb/Table.html">Table</A></CODE></B></DD>
<DD>Create a <A HREF="../../../org/axiondb/TransactableTable.html"><CODE>TransactableTable</CODE></A> for this table.<DD><DL>
<DT><B>Specified by: </B><DD><CODE><A HREF="../../../org/axiondb/Table.html#makeTransactableTable()">makeTransactableTable</A></CODE> in interface <CODE><A HREF="../../../org/axiondb/Table.html">Table</A></CODE></DL>
</DD>
</DL>
<HR>
<A NAME="getIndices()"><!-- --></A><H3>
getIndices</H3>
<PRE>
public <A HREF="http://java.sun.com/products/jdk/1.3/docs/api/java/util/Iterator.html">Iterator</A> <B>getIndices</B>()</PRE>
<DL>
<DD><B>Description copied from interface: <CODE><A HREF="../../../org/axiondb/Table.html">Table</A></CODE></B></DD>
<DD>Obtain an <A HREF="http://java.sun.com/products/jdk/1.3/docs/api/java/util/Iterator.html"><CODE>Iterator</CODE></A> over my indices.<DD><DL>
<DT><B>Specified by: </B><DD><CODE><A HREF="../../../org/axiondb/Table.html#getIndices()">getIndices</A></CODE> in interface <CODE><A HREF="../../../org/axiondb/Table.html">Table</A></CODE></DL>
</DD>
</DL>
<HR>
<A NAME="checkConstraints(org.axiondb.event.RowEvent)"><!-- --></A><H3>
checkConstraints</H3>
<PRE>
protected void <B>checkConstraints</B>(<A HREF="../../../org/axiondb/event/RowEvent.html">RowEvent</A> event) throws <A HREF="../../../org/axiondb/AxionException.html">AxionException</A></PRE>
<DL>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="checkConstraints(org.axiondb.event.RowEvent, boolean)"><!-- --></A><H3>
checkConstraints</H3>
<PRE>
protected void <B>checkConstraints</B>(<A HREF="../../../org/axiondb/event/RowEvent.html">RowEvent</A> event, boolean deferred) throws <A HREF="../../../org/axiondb/AxionException.html">AxionException</A></PRE>
<DL>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="hasDeferredConstraint()"><!-- --></A><H3>
hasDeferredConstraint</H3>
<PRE>
protected boolean <B>hasDeferredConstraint</B>()</PRE>
<DL>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="notifyColumnsOfNewLobDir(java.io.File)"><!-- --></A><H3>
notifyColumnsOfNewLobDir</H3>
<PRE>
protected void <B>notifyColumnsOfNewLobDir</B>(<A HREF="http://java.sun.com/products/jdk/1.3/docs/api/java/io/File.html">File</A> directory)</PRE>
<DL>
<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/BaseTable.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/BaseRow.html"><B>PREV CLASS</B></A>
<A HREF="../../../org/axiondb/engine/BaseWhereNodeVisitor.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="BaseTable.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 + -