📄 index-all.html
字号:
<DT><A HREF="org/axiondb/types/StringType.html#accepts(java.lang.Object)"><B>accepts(Object)</B></A> -
Method in class org.axiondb.types.<A HREF="org/axiondb/types/StringType.html">StringType</A>
<DD>Returns <code>true</code> iff <i>value</i> is <code>null</code> or a <A HREF="http://java.sun.com/products/jdk/1.3/docs/api/java/lang/String.html"><CODE>String</CODE></A>.
<DT><A HREF="org/axiondb/types/UnsignedByteType.html#accepts(java.lang.Object)"><B>accepts(Object)</B></A> -
Method in class org.axiondb.types.<A HREF="org/axiondb/types/UnsignedByteType.html">UnsignedByteType</A>
<DD>Returns <code>true</code> iff <i>value</i> is <code>null</code>, a <tt>Number</tt>, within the unsigned byte range (0 to 255).
<DT><A HREF="org/axiondb/types/ByteType.html#accepts(java.lang.Object)"><B>accepts(Object)</B></A> -
Method in class org.axiondb.types.<A HREF="org/axiondb/types/ByteType.html">ByteType</A>
<DD>
<DT><A HREF="org/axiondb/types/ShortType.html#accepts(java.lang.Object)"><B>accepts(Object)</B></A> -
Method in class org.axiondb.types.<A HREF="org/axiondb/types/ShortType.html">ShortType</A>
<DD>
<DT><A HREF="org/axiondb/types/LongType.html#accepts(java.lang.Object)"><B>accepts(Object)</B></A> -
Method in class org.axiondb.types.<A HREF="org/axiondb/types/LongType.html">LongType</A>
<DD>
<DT><A HREF="org/axiondb/types/UnsignedShortType.html#accepts(java.lang.Object)"><B>accepts(Object)</B></A> -
Method in class org.axiondb.types.<A HREF="org/axiondb/types/UnsignedShortType.html">UnsignedShortType</A>
<DD>
<DT><A HREF="org/axiondb/types/UnsignedIntegerType.html#accepts(java.lang.Object)"><B>accepts(Object)</B></A> -
Method in class org.axiondb.types.<A HREF="org/axiondb/types/UnsignedIntegerType.html">UnsignedIntegerType</A>
<DD>
<DT><A HREF="org/axiondb/types/BigDecimalType.html#accepts(java.lang.Object)"><B>accepts(Object)</B></A> -
Method in class org.axiondb.types.<A HREF="org/axiondb/types/BigDecimalType.html">BigDecimalType</A>
<DD>
<DT><A HREF="org/axiondb/jdbc/AxionDriver.html#acceptsURL(java.lang.String)"><B>acceptsURL(String)</B></A> -
Method in class org.axiondb.jdbc.<A HREF="org/axiondb/jdbc/AxionDriver.html">AxionDriver</A>
<DD>
<DT><A HREF="org/axiondb/parser/AxionSqlParserConstants.html#ADD"><B>ADD</B></A> -
Static variable in interface org.axiondb.parser.<A HREF="org/axiondb/parser/AxionSqlParserConstants.html">AxionSqlParserConstants</A>
<DD>
<DT><A HREF="org/axiondb/parser/ParseException.html#add_escapes(java.lang.String)"><B>add_escapes(String)</B></A> -
Method in class org.axiondb.parser.<A HREF="org/axiondb/parser/ParseException.html">ParseException</A>
<DD>Used to convert raw characters to their escaped version when these raw version cannot be used as part of an ASCII string literal.
<DT><A HREF="org/axiondb/util/ListIteratorChain.html#add(java.lang.Object)"><B>add(Object)</B></A> -
Method in class org.axiondb.util.<A HREF="org/axiondb/util/ListIteratorChain.html">ListIteratorChain</A>
<DD>
<DT><A HREF="org/axiondb/RowIterator.html#add(org.axiondb.Row)"><B>add(Row)</B></A> -
Method in interface org.axiondb.<A HREF="org/axiondb/RowIterator.html">RowIterator</A>
<DD>Add a <A HREF="org/axiondb/Row.html"><CODE>Row</CODE></A> at the current position in my underlying collection, or throw <A HREF="http://java.sun.com/products/jdk/1.3/docs/api/java/lang/UnsupportedOperationException.html"><CODE>UnsupportedOperationException</CODE></A>.
<DT><A HREF="org/axiondb/engine/rowiterators/SingleRowIterator.html#add(org.axiondb.Row)"><B>add(Row)</B></A> -
Method in class org.axiondb.engine.rowiterators.<A HREF="org/axiondb/engine/rowiterators/SingleRowIterator.html">SingleRowIterator</A>
<DD>
<DT><A HREF="org/axiondb/engine/rowiterators/DelegatingRowIterator.html#add(org.axiondb.Row)"><B>add(Row)</B></A> -
Method in class org.axiondb.engine.rowiterators.<A HREF="org/axiondb/engine/rowiterators/DelegatingRowIterator.html">DelegatingRowIterator</A>
<DD>
<DT><A HREF="org/axiondb/engine/rowiterators/AbstractFilteringRowIterator.html#add(org.axiondb.Row)"><B>add(Row)</B></A> -
Method in class org.axiondb.engine.rowiterators.<A HREF="org/axiondb/engine/rowiterators/AbstractFilteringRowIterator.html">AbstractFilteringRowIterator</A>
<DD>Not supported in this base implementation.
<DT><A HREF="org/axiondb/engine/rowiterators/BaseRowIterator.html#add(org.axiondb.Row)"><B>add(Row)</B></A> -
Method in class org.axiondb.engine.rowiterators.<A HREF="org/axiondb/engine/rowiterators/BaseRowIterator.html">BaseRowIterator</A>
<DD>Not supported in the base implementation.
<DT><A HREF="org/axiondb/engine/rowiterators/ListIteratorRowIterator.html#add(org.axiondb.Row)"><B>add(Row)</B></A> -
Method in class org.axiondb.engine.rowiterators.<A HREF="org/axiondb/engine/rowiterators/ListIteratorRowIterator.html">ListIteratorRowIterator</A>
<DD>
<DT><A HREF="org/axiondb/engine/rowiterators/LazyRowRowIterator.html#add(org.axiondb.Row)"><B>add(Row)</B></A> -
Method in class org.axiondb.engine.rowiterators.<A HREF="org/axiondb/engine/rowiterators/LazyRowRowIterator.html">LazyRowRowIterator</A>
<DD>
<DT><A HREF="org/axiondb/engine/rowiterators/EmptyRowIterator.html#add(org.axiondb.Row)"><B>add(Row)</B></A> -
Method in class org.axiondb.engine.rowiterators.<A HREF="org/axiondb/engine/rowiterators/EmptyRowIterator.html">EmptyRowIterator</A>
<DD>
<DT><A HREF="org/axiondb/engine/rowiterators/RowIteratorRowDecoratorIterator.html#add(org.axiondb.Row)"><B>add(Row)</B></A> -
Method in class org.axiondb.engine.rowiterators.<A HREF="org/axiondb/engine/rowiterators/RowIteratorRowDecoratorIterator.html">RowIteratorRowDecoratorIterator</A>
<DD>
<DT><A HREF="org/axiondb/Function.html#addArgument(org.axiondb.Selectable)"><B>addArgument(Selectable)</B></A> -
Method in interface org.axiondb.<A HREF="org/axiondb/Function.html">Function</A>
<DD>Append the given <A HREF="org/axiondb/Selectable.html"><CODE>Selectable</CODE></A> to my argument list.
<DT><A HREF="org/axiondb/functions/FunctionIdentifier.html#addArgument(org.axiondb.Selectable)"><B>addArgument(Selectable)</B></A> -
Method in class org.axiondb.functions.<A HREF="org/axiondb/functions/FunctionIdentifier.html">FunctionIdentifier</A>
<DD>
<DT><A HREF="org/axiondb/functions/BaseFunction.html#addArgument(org.axiondb.Selectable)"><B>addArgument(Selectable)</B></A> -
Method in class org.axiondb.functions.<A HREF="org/axiondb/functions/BaseFunction.html">BaseFunction</A>
<DD>
<DT><A HREF="org/axiondb/jdbc/AxionPreparedStatement.html#addBatch()"><B>addBatch()</B></A> -
Method in class org.axiondb.jdbc.<A HREF="org/axiondb/jdbc/AxionPreparedStatement.html">AxionPreparedStatement</A>
<DD>
<DT><A HREF="org/axiondb/jdbc/AxionStatement.html#addBatch(java.lang.String)"><B>addBatch(String)</B></A> -
Method in class org.axiondb.jdbc.<A HREF="org/axiondb/jdbc/AxionStatement.html">AxionStatement</A>
<DD>
<DT><A HREF="org/axiondb/util/BTree.html#addChild(org.axiondb.util.BTree)"><B>addChild(BTree)</B></A> -
Method in class org.axiondb.util.<A HREF="org/axiondb/util/BTree.html">BTree</A>
<DD>
<DT><A HREF="org/axiondb/util/BTree.html#addChild(int, org.axiondb.util.BTree)"><B>addChild(int, BTree)</B></A> -
Method in class org.axiondb.util.<A HREF="org/axiondb/util/BTree.html">BTree</A>
<DD>
<DT><A HREF="org/axiondb/util/ObjectBTree.html#addChild(int, org.axiondb.util.ObjectBTree)"><B>addChild(int, ObjectBTree)</B></A> -
Method in class org.axiondb.util.<A HREF="org/axiondb/util/ObjectBTree.html">ObjectBTree</A>
<DD>
<DT><A HREF="org/axiondb/util/ObjectBTree.html#addChild(org.axiondb.util.ObjectBTree)"><B>addChild(ObjectBTree)</B></A> -
Method in class org.axiondb.util.<A HREF="org/axiondb/util/ObjectBTree.html">ObjectBTree</A>
<DD>
<DT><A HREF="org/axiondb/engine/commands/CreateTableCommand.html#addChildCommand(org.axiondb.AxionCommand)"><B>addChildCommand(AxionCommand)</B></A> -
Method in class org.axiondb.engine.commands.<A HREF="org/axiondb/engine/commands/CreateTableCommand.html">CreateTableCommand</A>
<DD>
<DT><A HREF="org/axiondb/util/BTree.html#addChildren(java.util.List, java.util.Map)"><B>addChildren(List, Map)</B></A> -
Method in class org.axiondb.util.<A HREF="org/axiondb/util/BTree.html">BTree</A>
<DD>
<DT><A HREF="org/axiondb/util/ObjectBTree.html#addChildren(java.util.List, java.util.Map)"><B>addChildren(List, Map)</B></A> -
Method in class org.axiondb.util.<A HREF="org/axiondb/util/ObjectBTree.html">ObjectBTree</A>
<DD>
<DT><A HREF="org/axiondb/util/BTree.html#addChildrenFrom(org.axiondb.util.BTree)"><B>addChildrenFrom(BTree)</B></A> -
Method in class org.axiondb.util.<A HREF="org/axiondb/util/BTree.html">BTree</A>
<DD>
<DT><A HREF="org/axiondb/util/ObjectBTree.html#addChildrenFrom(org.axiondb.util.ObjectBTree)"><B>addChildrenFrom(ObjectBTree)</B></A> -
Method in class org.axiondb.util.<A HREF="org/axiondb/util/ObjectBTree.html">ObjectBTree</A>
<DD>
<DT><A HREF="org/axiondb/Table.html#addColumn(org.axiondb.Column)"><B>addColumn(Column)</B></A> -
Method in interface org.axiondb.<A HREF="org/axiondb/Table.html">Table</A>
<DD>Add the given <A HREF="org/axiondb/Column.html"><CODE>Column</CODE></A> to this table.
<DT><A HREF="org/axiondb/engine/TransactableTableImpl.html#addColumn(org.axiondb.Column)"><B>addColumn(Column)</B></A> -
Method in class org.axiondb.engine.<A HREF="org/axiondb/engine/TransactableTableImpl.html">TransactableTableImpl</A>
<DD>
<DT><A HREF="org/axiondb/engine/BaseTable.html#addColumn(org.axiondb.Column)"><B>addColumn(Column)</B></A> -
Method in class org.axiondb.engine.<A HREF="org/axiondb/engine/BaseTable.html">BaseTable</A>
<DD>Add the given <A HREF="org/axiondb/Column.html"><CODE>Column</CODE></A> to this table.
<DT><A HREF="org/axiondb/engine/BaseDiskTable.html#addColumn(org.axiondb.Column)"><B>addColumn(Column)</B></A> -
Method in class org.axiondb.engine.<A HREF="org/axiondb/engine/BaseDiskTable.html">BaseDiskTable</A>
<DD>
<DT><A HREF="org/axiondb/engine/BaseDiskTable.html#addColumn(org.axiondb.Column, boolean)"><B>addColumn(Column, boolean)</B></A> -
Method in class org.axiondb.engine.<A HREF="org/axiondb/engine/BaseDiskTable.html">BaseDiskTable</A>
<DD>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -