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

📄 index-all.html

📁 Axion 是一个小型的
💻 HTML
📖 第 1 页 / 共 5 页
字号:
 <A HREF="org/axiondb/Row.html"><CODE>Row</CODE></A>s.<DT><A HREF="org/axiondb/parser/AxionSqlParserConstants.html#ALL"><B>ALL</B></A> - 
Static variable in interface org.axiondb.parser.<A HREF="org/axiondb/parser/AxionSqlParserConstants.html">AxionSqlParserConstants</A>
<DD>&nbsp;
<DT><A HREF="org/axiondb/util/BTree.html#allocate()"><B>allocate()</B></A> - 
Method in class org.axiondb.util.<A HREF="org/axiondb/util/BTree.html">BTree</A>
<DD>Sets the fileId.
<DT><A HREF="org/axiondb/util/ObjectBTree.html#allocate()"><B>allocate()</B></A> - 
Method in class org.axiondb.util.<A HREF="org/axiondb/util/ObjectBTree.html">ObjectBTree</A>
<DD>Sets the fileId.
<DT><A HREF="org/axiondb/jdbc/AxionDatabaseMetaData.html#allProceduresAreCallable()"><B>allProceduresAreCallable()</B></A> - 
Method in class org.axiondb.jdbc.<A HREF="org/axiondb/jdbc/AxionDatabaseMetaData.html">AxionDatabaseMetaData</A>
<DD>Currently returns <code>false</code>.
<DT><A HREF="org/axiondb/jdbc/AxionDatabaseMetaData.html#allTablesAreSelectable()"><B>allTablesAreSelectable()</B></A> - 
Method in class org.axiondb.jdbc.<A HREF="org/axiondb/jdbc/AxionDatabaseMetaData.html">AxionDatabaseMetaData</A>
<DD>Returns <code>true</code>, since all tables are indeed selectable.
<DT><A HREF="org/axiondb/parser/AxionSqlParserConstants.html#ALTER"><B>ALTER</B></A> - 
Static variable in interface org.axiondb.parser.<A HREF="org/axiondb/parser/AxionSqlParserConstants.html">AxionSqlParserConstants</A>
<DD>&nbsp;
<DT><A HREF="org/axiondb/parser/AxionSqlParserConstants.html#AND"><B>AND</B></A> - 
Static variable in interface org.axiondb.parser.<A HREF="org/axiondb/parser/AxionSqlParserConstants.html">AxionSqlParserConstants</A>
<DD>&nbsp;
<DT><A HREF="org/axiondb/types/AnyType.html"><B>AnyType</B></A> - class org.axiondb.types.<A HREF="org/axiondb/types/AnyType.html">AnyType</A>.<DD>Generic implemention of <A HREF="org/axiondb/DataType.html"><CODE>DataType</CODE></A>, for use by <A HREF="org/axiondb/BindVariable.html"><CODE>BindVariable</CODE></A>.<DT><A HREF="org/axiondb/types/AnyType.html#AnyType()"><B>AnyType()</B></A> - 
Constructor for class org.axiondb.types.<A HREF="org/axiondb/types/AnyType.html">AnyType</A>
<DD>&nbsp;
<DT><A HREF="org/axiondb/engine/commands/BaseAxionCommand.html#appendBindVariables(org.axiondb.Selectable, java.util.List)"><B>appendBindVariables(Selectable, List)</B></A> - 
Static method in class org.axiondb.engine.commands.<A HREF="org/axiondb/engine/commands/BaseAxionCommand.html">BaseAxionCommand</A>
<DD>&nbsp;
<DT><A HREF="org/axiondb/engine/commands/BaseAxionCommand.html#appendBindVariables(org.axiondb.WhereNode, java.util.List)"><B>appendBindVariables(WhereNode, List)</B></A> - 
Static method in class org.axiondb.engine.commands.<A HREF="org/axiondb/engine/commands/BaseAxionCommand.html">BaseAxionCommand</A>
<DD>&nbsp;
<DT><A HREF="org/axiondb/engine/BaseDiskTable.html#appendLongFile(java.lang.String, long)"><B>appendLongFile(String, long)</B></A> - 
Method in class org.axiondb.engine.<A HREF="org/axiondb/engine/BaseDiskTable.html">BaseDiskTable</A>
<DD>Appends a long value to a file.
<DT><A HREF="org/axiondb/Transactable.html#apply()"><B>apply()</B></A> - 
Method in interface org.axiondb.<A HREF="org/axiondb/Transactable.html">Transactable</A>
<DD>Apply this <A HREF="org/axiondb/Transactable.html#commit()"><CODE>committed</CODE></A> transaction..
<DT><A HREF="org/axiondb/engine/TransactableTableImpl.html#apply()"><B>apply()</B></A> - 
Method in class org.axiondb.engine.<A HREF="org/axiondb/engine/TransactableTableImpl.html">TransactableTableImpl</A>
<DD>&nbsp;
<DT><A HREF="org/axiondb/engine/SnapshotIsolationTransaction.html#apply()"><B>apply()</B></A> - 
Method in class org.axiondb.engine.<A HREF="org/axiondb/engine/SnapshotIsolationTransaction.html">SnapshotIsolationTransaction</A>
<DD>&nbsp;
<DT><A HREF="org/axiondb/Table.html#applyDelete(int)"><B>applyDelete(int)</B></A> - 
Method in interface org.axiondb.<A HREF="org/axiondb/Table.html">Table</A>
<DD>Delete the specified row, but don't invoke any <CODE>RowEvent</CODE>s, triggers, etc.
<DT><A HREF="org/axiondb/engine/TransactableTableImpl.html#applyDelete(int)"><B>applyDelete(int)</B></A> - 
Method in class org.axiondb.engine.<A HREF="org/axiondb/engine/TransactableTableImpl.html">TransactableTableImpl</A>
<DD>&nbsp;
<DT><A HREF="org/axiondb/engine/MemoryTable.html#applyDelete(int)"><B>applyDelete(int)</B></A> - 
Method in class org.axiondb.engine.<A HREF="org/axiondb/engine/MemoryTable.html">MemoryTable</A>
<DD>&nbsp;
<DT><A HREF="org/axiondb/engine/DiskTable.html#applyDelete(int)"><B>applyDelete(int)</B></A> - 
Method in class org.axiondb.engine.<A HREF="org/axiondb/engine/DiskTable.html">DiskTable</A>
<DD>&nbsp;
<DT><A HREF="org/axiondb/Table.html#applyInsert(org.axiondb.Row)"><B>applyInsert(Row)</B></A> - 
Method in interface org.axiondb.<A HREF="org/axiondb/Table.html">Table</A>
<DD>Insert the given <A HREF="org/axiondb/Row.html"><CODE>Row</CODE></A>, but don't invoke any <CODE>RowEvent</CODE>s, triggers, etc.
<DT><A HREF="org/axiondb/engine/TransactableTableImpl.html#applyInsert(org.axiondb.Row)"><B>applyInsert(Row)</B></A> - 
Method in class org.axiondb.engine.<A HREF="org/axiondb/engine/TransactableTableImpl.html">TransactableTableImpl</A>
<DD>&nbsp;
<DT><A HREF="org/axiondb/engine/MemoryTable.html#applyInsert(org.axiondb.Row)"><B>applyInsert(Row)</B></A> - 
Method in class org.axiondb.engine.<A HREF="org/axiondb/engine/MemoryTable.html">MemoryTable</A>
<DD>&nbsp;
<DT><A HREF="org/axiondb/engine/DiskTable.html#applyInsert(org.axiondb.Row)"><B>applyInsert(Row)</B></A> - 
Method in class org.axiondb.engine.<A HREF="org/axiondb/engine/DiskTable.html">DiskTable</A>
<DD>&nbsp;
<DT><A HREF="org/axiondb/Table.html#applyUpdate(org.axiondb.Row)"><B>applyUpdate(Row)</B></A> - 
Method in interface org.axiondb.<A HREF="org/axiondb/Table.html">Table</A>
<DD>Update the given <A HREF="org/axiondb/Row.html"><CODE>Row</CODE></A>, but don't invoke any <CODE>RowEvent</CODE>s, triggers, etc.
<DT><A HREF="org/axiondb/engine/TransactableTableImpl.html#applyUpdate(org.axiondb.Row)"><B>applyUpdate(Row)</B></A> - 
Method in class org.axiondb.engine.<A HREF="org/axiondb/engine/TransactableTableImpl.html">TransactableTableImpl</A>
<DD>&nbsp;
<DT><A HREF="org/axiondb/engine/MemoryTable.html#applyUpdate(org.axiondb.Row)"><B>applyUpdate(Row)</B></A> - 
Method in class org.axiondb.engine.<A HREF="org/axiondb/engine/MemoryTable.html">MemoryTable</A>
<DD>&nbsp;
<DT><A HREF="org/axiondb/engine/DiskTable.html#applyUpdate(org.axiondb.Row)"><B>applyUpdate(Row)</B></A> - 
Method in class org.axiondb.engine.<A HREF="org/axiondb/engine/DiskTable.html">DiskTable</A>
<DD>&nbsp;
<DT><A HREF="org/axiondb/engine/ArrayIndexFactory.html"><B>ArrayIndexFactory</B></A> - class org.axiondb.engine.<A HREF="org/axiondb/engine/ArrayIndexFactory.html">ArrayIndexFactory</A>.<DD>An <A HREF="org/axiondb/IndexFactory.html"><CODE>IndexFactory</CODE></A> for <A HREF="org/axiondb/engine/BaseArrayIndex.html"><CODE>array indices</CODE></A>.<DT><A HREF="org/axiondb/engine/ArrayIndexFactory.html#ArrayIndexFactory()"><B>ArrayIndexFactory()</B></A> - 
Constructor for class org.axiondb.engine.<A HREF="org/axiondb/engine/ArrayIndexFactory.html">ArrayIndexFactory</A>
<DD>&nbsp;
<DT><A HREF="org/axiondb/parser/AxionSqlParserConstants.html#ASC"><B>ASC</B></A> - 
Static variable in interface org.axiondb.parser.<A HREF="org/axiondb/parser/AxionSqlParserConstants.html">AxionSqlParserConstants</A>
<DD>&nbsp;
<DT><A HREF="org/axiondb/engine/commands/BaseAxionCommand.html#assertNotReadOnly(org.axiondb.Database)"><B>assertNotReadOnly(Database)</B></A> - 
Method in class org.axiondb.engine.commands.<A HREF="org/axiondb/engine/commands/BaseAxionCommand.html">BaseAxionCommand</A>
<DD>Throws an <A HREF="org/axiondb/AxionException.html"><CODE>AxionException</CODE></A> if the given <A HREF="org/axiondb/Database.html"><CODE>Database</CODE></A> is read-only.
<DT><A HREF="org/axiondb/jdbc/BaseAxionStatement.html#assertOpen()"><B>assertOpen()</B></A> - 
Method in class org.axiondb.jdbc.<A HREF="org/axiondb/jdbc/BaseAxionStatement.html">BaseAxionStatement</A>
<DD>&nbsp;
<DT><A HREF="org/axiondb/parser/AxionSqlParserConstants.html#ASSIGN"><B>ASSIGN</B></A> - 
Static variable in interface org.axiondb.parser.<A HREF="org/axiondb/parser/AxionSqlParserConstants.html">AxionSqlParserConstants</A>
<DD>&nbsp;
<DT><A HREF="org/axiondb/parser/AxionSqlParserConstants.html#ASTERISK"><B>ASTERISK</B></A> - 
Static variable in interface org.axiondb.parser.<A HREF="org/axiondb/parser/AxionSqlParserConstants.html">AxionSqlParserConstants</A>
<DD>&nbsp;
<DT><A HREF="org/axiondb/Axion.html"><B>Axion</B></A> - class org.axiondb.<A HREF="org/axiondb/Axion.html">Axion</A>.<DD><B>Deprecated.</B>&nbsp;<I>Use <A HREF="org/axiondb/tools/Console.html"><CODE>Console</CODE></A> instead.</I><DT><A HREF="org/axiondb/Axion.html#Axion(java.lang.String, java.io.PrintWriter)"><B>Axion(String, PrintWriter)</B></A> - 
Constructor for class org.axiondb.<A HREF="org/axiondb/Axion.html">Axion</A>
<DD><B>Deprecated.</B>&nbsp;&nbsp;
<DT><A HREF="org/axiondb/Axion.html#Axion(java.lang.String, java.lang.String, java.io.PrintWriter)"><B>Axion(String, String, PrintWriter)</B></A> - 
Constructor for class org.axiondb.<A HREF="org/axiondb/Axion.html">Axion</A>
<DD><B>Deprecated.</B>&nbsp;&nbsp;
<DT><A HREF="org/axiondb/jdbc/AxionBlob.html"><B>AxionBlob</B></A> - interface org.axiondb.jdbc.<A HREF="org/axiondb/jdbc/AxionBlob.html">AxionBlob</A>.<DD>The JDBC <A HREF="http://java.sun.com/products/jdk/1.3/docs/api/java/sql/Blob.html"><CODE>Blob</CODE></A> interface, including the JDBC 2 writing methods.<DT><A HREF="org/axiondb/jdbc/AxionClob.html"><B>AxionClob</B></A> - interface org.axiondb.jdbc.<A HREF="org/axiondb/jdbc/AxionClob.html">AxionClob</A>.<DD>The JDBC <A HREF="http://java.sun.com/products/jdk/1.3/docs/api/java/sql/Clob.html"><CODE>Clob</CODE></A> interface, including the JDBC 2 writing methods.<DT><A HREF="org/axiondb/engine/AxionColumnsMetaTableUpdater.html"><B>AxionColumnsMetaTableUpdater</B></A> - class org.axiondb.engine.<A HREF="org/axiondb/engine/AxionColumnsMetaTableUpdater.html">AxionColumnsMetaTableUpdater</A>.<DD>Updates the <code>AXION_TABLES</code> meta table<DT><A HREF="org/axiondb/engine/AxionColumnsMetaTableUpdater.html#AxionColumnsMetaTableUpdater(org.axiondb.Database)"><B>AxionColumnsMetaTableUpdater(Database)</B></A> - 
Constructor for class org.axiondb.engine.<A HREF="org/axiondb/engine/AxionColumnsMetaTableUpdater.html">AxionColumnsMetaTableUpdater</A>
<DD>&nbsp;
<DT><A HREF="org/axiondb/AxionCommand.html"><B>AxionCommand</B></A> - interface org.axiondb.<A HREF="org/axiondb/AxionCommand.html">AxionCommand</A>.<DD>A command to be executed against a <A HREF="org/axiondb/Database.html"><CODE>Database</CODE></A>.<DT><A HREF="org/axiondb/jdbc/AxionConnection.html"><B>AxionConnection</B></A> - class org.axiondb.jdbc.<A HREF="org/axiondb/jdbc/AxionConnection.html">AxionConnection</A>.<DD>A <A HREF="http://java.sun.com/products/jdk/1.3/docs/api/java/sql/Connection.html"><CODE>Connection</CODE></A> implementation.<DT><A HREF="org/axiondb/jdbc/AxionConnection.html#AxionConnection(org.axiondb.Database)"><B>AxionConnection(Database)</B></A> - 
Constructor for class org.axiondb.jdbc.<A HREF="org/axiondb/jdbc/AxionConnection.html">AxionConnection</A>
<DD>&nbsp;
<DT><A HREF="org/axiondb/jdbc/AxionConnection.html#AxionConnection(java.lang.String, java.io.File)"><B>AxionConnection(String, File)</B></A> - 
Constructor for class org.axiondb.jdbc.<A HREF="org/axiondb/jdbc/AxionConnection.html">AxionConnection</A>
<DD>&nbsp;
<DT><A HREF="org/axiondb/jdbc/AxionConnection.html#AxionConnection(java.lang.String, java.io.File, java.lang.String)"><B>AxionConnection(String, File, String)</B></A> - 
Constructor for class org.axiondb.jdbc.<A HREF="org/axiondb/jdbc/AxionConnection.html">AxionConnection</A>
<DD>&nbsp;
<DT><A HREF="org/axiondb/jdbc/AxionDatabaseMetaData.html"><B>AxionDatabaseMetaData</B></A> - class org.axiondb.jdbc.<A HREF="org/axiondb/jdbc/AxionDatabaseMetaData.html">AxionDatabaseMetaData</A>.<DD>A <A HREF="http://java.sun.com/products/jdk/1.3/docs/api/java/sql/DatabaseMetaData.html"><CODE>DatabaseMetaData</CODE></A> implementation.<DT><A HREF="org/axiondb/jdbc/AxionDatabaseMetaData.html#AxionDatabaseMetaData(org.axiondb.jdbc.AxionConnection, org.axiondb.Database)"><B>AxionDatabaseMetaData(AxionConnection, Database)</B></A> - 
Constructor for class org.axiondb.jdbc.<A HREF="org/axiondb/jdbc/AxionDatabaseMetaData.html">AxionDatabaseMetaData</A>
<DD>&nbsp;
<DT><A HREF="org/axiondb/jdbc/AxionDataSource.html"><B>AxionDataSource</B></A> - class org.axiondb.jdbc.<A HREF="org/axiondb/jdbc/AxionDataSource.html">AxionDataSource</A>.<DD>A <CODE>DataSource</CODE> implementation.<DT><A HREF="org/axiondb/jdbc/AxionDataSource.html#AxionDataSource(java.lang.String)"><B>AxionDataSource(String)</B></A> - 
Constructor for class org.axiondb.jdbc.<A HREF="org/axiondb/jdbc/AxionDataSource.html">AxionDataSource</A>
<DD>&nbsp;
<DT><A HREF="org/axiondb/jdbc/AxionDriver.html"><B>AxionDriver</B></A> - class org.axiondb.jdbc.<A HREF="org/axiondb/jdbc/AxionDriver.html">AxionDriver</A>.<DD>A <A HREF="http://java.sun.com/products/jdk/1.3/docs/api/java/sql/Driver.html"><CODE>Driver</CODE></A> implementation.<DT><A HREF="org/axiondb/jdbc/AxionDriver.html#AxionDriver()"><B>AxionDriver()</B></A> - 

⌨️ 快捷键说明

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