|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Transaction
.
DelegatingRowIterator
that excludes Row
s that are not
acceptable
.AxionBlob
.AxionClob
.Table
, code common between TransactableTableImpl
and BaseTabletrue
if a field of my type can be assigned the given non-
null
value , false
otherwise.
true
iff value is String
that can be
converted
without exception, null
, or a
Number
.
true
iff value is String
that can be
converted
without exception, null
, or a
Number
.
true
iff value is null
, or a
Boolean
.
true
iff value is null
, a
Character, or a single character String.
true
iff value is null
or a
Serializable
.object
true
iff value is null
or a
String
.
true
iff value is null
, a
Number, or a String that can be converted to a Long.
true
iff value is null
,
a Number, within the unsigned byte range (0 to 255).
true
if a field of my type can be assigned the given non-
null
value , false
otherwise.
Row
at the current position in my underlying collection, or throw
UnsupportedOperationException
.
Selectable
to my argument list.
Column
to this table.
Column
to this table.
Column
to this table.
ADD CONSTRAINT
command, as generated by ALTER TABLE
and CREATE TABLE
statements.TableIdentifier
to the list of tables being selected from.
Index
to this database, associated with the given table.
Index
to this database, associating it with the given table
and (optionally) populating it.
Column
, and adding it as a
org.axiondb.TableModificationListener
to the table.
OrderNode
to the order by clause for this query
Row
.
Selectable
to the list of items being selected.
Table
to this database.
Row
s.false
.
true
, since all tables are indeed selectable.
ALTER SEQUENCE
command.DataType
, for use by BindVariable
.committed
transaction..
IndexFactory
for array indices
.AxionException
if the given Database
is read-only.
Blob
interface, including the
JDBC 2 writing methods.Clob
interface, including the
JDBC 2 writing methods.AXION_TABLES
meta tableDatabase
.Connection
implementation.DatabaseMetaData
implementation.DataSource
implementation.AXION_DB_LINKS
meta tableDriver
implementation.AxionException(null,null,DEFAULT_VENDOR_CODE)
.
AxionException(null,null,vendorcode)
.
AxionException(message,null,DEFAULT_VENDOR_CODE)
.
AxionException(message,null,vendorcode)
.
AxionException
with the given message , wrapping the
given Throwable
.
AxionException(message,nested,DEFAULT_VENDOR_CODE)
.
AxionException(null,nested,DEFAULT_VENDOR_CODE)
.
AxionException(null,nested,vendorcode)
.
PreparedStatement
implementation.ResultSet
implementation.ResultSetMetaData
implementation.AXION_SEQUENCES
meta tableStatement
implementation.AXION_TABLE_PROPERTIES
meta tableAXION_TABLES
meta tableAXION_TYPES
meta tableindices
that maintain an in-memory,
sorted array of key values (and their associated row identifiers).AxionCommand
implementation.Statement
implementation.indices
.Constraint
implementation.Constraint
with the
given name and type.
Database
implementation.DatabaseModificationListener
.DataType
.Table
.ConcreteFunction
implementation.Index
.IndexFactory
to hold common methods.DataType
for Number
types.Row
, providing equals
,
hashCode
and toString
implementations.RowIterator
.SelectableBasedConstraint
implementation.Constraint
with the given name and type
.
Table
.listener
implementations.events
to one or more listeners
.DataType
representing an number value.DataType
representing a long value.Literal
that can be bound via PreparedStatement
methods.Blob
wrapping a LobSource
.DataType
representing a Binary Large Object (BLOB)DataType
representing a Boolean value.IndexFactory
for B-Tree indices
.AxionInputStream
in a DataInputStream
and buffers
input through a BufferedInputStream
.AxionOutputStream
in a DataOutputStream
and
buffers output through a BufferedOutputStream
.Blob
based upon a simple byte array.DataType
representing a byte value.RowIterator
s to make them look like one (similiar
to a SQL UNION).DelegatingRowIterator
that is wraps a RowIterator
from
some Index
, and that can be reset
to recreate the iterator for
a new bound value
.DataType
representing a single char value.DataType
representing a String
value with a user-specified maximum
length.CHAR(number)
: returns the character
representing the unicode value number .condition
is violated.CHECKFILESTATE
query.IntHashMap
.
IntRowMap
.
Clob
wrapping a LobSource
.DataType
representing a Char Large Object (CLOB).COALESCE([value]+)
: returns the first non-null value in the
argument list.RowIterator
s according to the given
RowComparator
.Table
.Column
in a Table
has changed,
for example, due to a DDL command.Transaction
.
LobSource
that compresses/decompresses
the input/output streams using GZIP compression.DataType
representing a compressed LOB value.CONCAT(string [, string]*)
: concatenates one or more
strings
.Function
, as opposed to a FunctionIdentifier
.AxionConnection
s.Table
has
changed.Constraint
has been violated.true
iff at least one element is in both collections.
boolean
that
indicates whether the second string is a substring of the first.IntHashMap
contains a mapping for the specified key.
IntHashMap
maps one or more keys to the specified value.
acceptable
value to one of the appropriate type.
null
and throws
IllegalArgumentException
otherwise.
IllegalArgumentException
if the given value isn't
acceptable
.
IllegalArgumentException
if the given value isn't
acceptable
.
Boolean
converted from the given value , or throws
IllegalArgumentException
if the given value isn't
acceptable
.
IllegalArgumentException
if the given value isn't
acceptable
.
IllegalArgumentException
if the given value isn't
acceptable
.
IllegalArgumentException
if the given value isn't
acceptable
.
IllegalArgumentException
if the given value isn't
acceptable
.
IllegalArgumentException
if the given value isn't
acceptable
.
Integer
converted from the given value , or throws
IllegalArgumentException
if the given value isn't
acceptable
.
String
converted from the given value , or throws
IllegalArgumentException
if the given value isn't
acceptable
.
IllegalArgumentException
if the given value isn't
acceptable
.
String
converted from the given value , or throws
IllegalArgumentException
if the given value isn't
acceptable
.
IllegalArgumentException
if the given value isn't
acceptable
.
AxionException
if the given value isn't
acceptable
.
IllegalArgumentException
if the given value isn't
acceptable
.
IllegalArgumentException
if the given value isn't
acceptable
.
IllegalArgumentException
if the given value isn't
acceptable
.
acceptable
value to one of the appropriate type.
COUNT
: an aggregate function returning the number of rows.CREATE TABLE
and
CREATE SEQUENCE
.CREATE DATABASE LINK
command.CREATE [UNIQUE] [TYPE] INDEX
command.CREATE SEQUENCE
command.CREATE [TYPE] TABLE
command.Transaction
.
CREATE VIEW AS sub-query
command.Row
returned by me (by RowIterator.next()
,RowIterator.previous()
,
RowIterator.first()
,RowIterator.last()
, etc.).
RowIterator.current()
row, if any.
DataType
in this column's configuration
CREATE DATABASE LINK
(DRIVER=' ' URL='
' USERNAME=' '
PASSWORD=' ');
DatabaseLink
being added or dropped.DatabaseModifiedEvent
s.Table
being added or dropped.Map
of Database
s by name.Table
being added or dropped.Table
being added or dropped.false
, since Axion currently doesn't treat Data Definition
Language (DDL) statements like CREATE or DROP transactionally.
false
, since Axion currently doesn't treat Data Definition
Language (DDL) statements like CREATE or DROP transactionally.
Table
.DataType
instances.default value
in this
column's configuration
RowIterator
that delegates all calls to a wrapped instance.Row
.
Table
.WhereNode
into a Set
of nodes that were
originally joined by ANDs, and adds to this set predicates that are implied by the
original tree (for example, given A = 1 and A = B, we can
infer B = 1.)
Database
.Table
.TableFactory
for disk-based tables
.DelegatingRowIterator
implementing DISTINCT.false
since LOB sizes are not counted in the
maximum row size
(which is unbounded anyway).
DataType
representing a double value.DROP TABLE
and
DROP SEQUENCE
.DROP CONSTRAINT
command.DROP DATABASE LINK
command.Index
from this database.
DROP INDEX
command.Sequence
from this database.
DROP SEQUENCE
command.Table
from this database.
DROP TABLE
command.DROP VIEW
command.RowIterator
that contains no Row
s.Column
s are equal if they have the same name.
true
iff otherobject is a ColumnIdentifier
whose name, table identifier, and alias are equal to mine.
IntHashMap
for equality.
true
iff that is a Row
with the same number
of fields and each is equal to the corresponding field in me.
true
iff otherobject is a Literal
whose name
are equal to mine.
true
iff that is a Row
with the same
number of fields and each is equal to the corresponding field in me.
true
iff otherobject is a Sequence
whose
name are equal to mine.
true
iff that Object is is a Comparator
whose ordering is known to be equivalent to mine.
true
.
Exception
s into SQLException
s.ResultSet
object such as a SELECT statement.
ResultSet
object
with the given read-only state.
InsertCommand.executeUpdate(org.axiondb.Database)
instead.
ResultSet
.
UpdateCommand.executeUpdate(org.axiondb.Database)
instead.
UpsertCommand.executeUpdate(org.axiondb.Database)
instead.
LobLocator
.LobLocatorFactory
for FileLobLocator
s.LobSource
that's backed by a simple File
.LobLocator
based upon an byte-offset into a file.LobLocatorFactory
for FileOffsetLobLocator
s.LobSource
that's backed by a single file, storing
each LOB as an offset and length.DelegatingRowIterator
that only returns Row
s
that match a given WhereNode
.Row
in the list, positioning the cursor to just before
the first Row
in the list.
Table
.WhereNode
tree into a LinkedHashSet
of WhereNode
s that
were originally ANDed together in the source tree.DataType
representing a single-precision floating-point value.ConcreteFunction
instances.Selectable
representing an unresolved Function
.IntHashMap
maps the specified key.
Selectable
at the given index.
ResultSet.getBigDecimal(int,int)
ResultSet.getBigDecimal(java.lang.String,int)
Iterator
over all my BindVariable
s, in the proper
order.
Column
corresponding to the given zero-based index .
Column
for the given name .
Column
s I contain.
ResultSetMetaData#getColumnDisplaySize
for this data
type.
List
over the ColumnIdentifiers
for
my Column
s.
Column
with the given name .
ComparableComparator
.
Connection
.
AxionDB
".
1.0M1
".
DataType
of this column.
DataType
, if any.
DataType
currently registered for the given name, or null.
DataType
DataType
CharacterType
DataType
StringType
DataType
DataType
DataType
DataType
StringType
AnyType
StringType
StringType
StringType
StringType
BigDecimalType
AnyType
StringType
StringType
StringType
StringType
IntegerType
StringType
BooleanType
StringType
StringType
StringType
StringType
Connection.TRANSACTION_SERIALIZABLE
.
ResultSet
generated from this object will contain
distinct tuples.
0
.
1
.
Axion JDBC Driver".
- getDriverVersion() -
Method in class org.axiondb.jdbc.AxionDatabaseMetaData
- Currently returns "
1.0M1
".
- getEffectedRowCount() -
Method in interface org.axiondb.AxionCommand
- Returns the last row count generated by
AxionCommand.execute(org.axiondb.Database)
or AxionCommand.executeUpdate(org.axiondb.Database)
.
- getEffectedRowCount() -
Method in class org.axiondb.engine.commands.BaseAxionCommand
-
- getEndColumn() -
Method in class org.axiondb.parser.SimpleCharStream
- Get token end column number.
- getEndLine() -
Method in class org.axiondb.parser.SimpleCharStream
- Get token end line number.
- getEntry(int) -
Method in class org.axiondb.engine.rowcollection.IntHashMap
- Returns the entry with the specified key.
- getExceptionWhenClause() -
Method in class org.axiondb.engine.commands.UpdateCommand
-
- getExceptionWhenClause() -
Method in class org.axiondb.engine.commands.UpsertCommand
-
- getExportedKeys(String, String, String) -
Method in class org.axiondb.jdbc.AxionDatabaseMetaData
- Currently not supported.
- getExternalDatabaseLink() -
Method in class org.axiondb.event.DatabaseLinkEvent
-
- getExtraNameCharacters() -
Method in class org.axiondb.jdbc.AxionDatabaseMetaData
- Currently not supported.
- getFetchDirection() -
Method in class org.axiondb.jdbc.AxionResultSet
-
- getFetchDirection() -
Method in class org.axiondb.jdbc.AxionStatement
-
- getFetchDirection() -
Method in class org.axiondb.jdbc.BaseAxionResultSetDecorator
-
- getFetchSize() -
Method in class org.axiondb.jdbc.AxionResultSet
-
- getFetchSize() -
Method in class org.axiondb.jdbc.AxionStatement
-
- getFetchSize() -
Method in class org.axiondb.jdbc.BaseAxionResultSetDecorator
-
- getFile(File) -
Method in class org.axiondb.types.FileLobLocator
-
- getFileName() -
Method in class org.axiondb.types.FileLobLocator
-
- getFKs() -
Method in class org.axiondb.constraints.UniqueConstraint
-
- getFloat(int) -
Method in class org.axiondb.jdbc.AxionResultSet
-
- getFloat(String) -
Method in class org.axiondb.jdbc.AxionResultSet
-
- getFloat(int) -
Method in class org.axiondb.jdbc.BaseAxionResultSetDecorator
-
- getFloat(String) -
Method in class org.axiondb.jdbc.BaseAxionResultSetDecorator
-
- getFrom() -
Method in class org.axiondb.engine.commands.AxionQueryContext
- Gets the root
FromNode
for the select statement.
- getFrom(int) -
Method in class org.axiondb.engine.commands.AxionQueryContext
- Gets the i th table being selected.
- getFromArray() -
Method in class org.axiondb.engine.commands.AxionQueryContext
-
- getFromCache(Object) -
Method in class org.axiondb.functions.BaseRegExpFunction
-
- getFromCount() -
Method in class org.axiondb.engine.commands.AxionQueryContext
- Gets the number of tables being from.
- getFunction(String) -
Method in interface org.axiondb.Database
-
- getFunction(String) -
Method in class org.axiondb.engine.BaseDatabase
-
- getFunction(String) -
Method in class org.axiondb.engine.SnapshotIsolationTransaction
-
- getFunctionColumns(String, String, String, String) -
Method in class org.axiondb.jdbc.AxionDatabaseMetaData
-
- getFunctions(String, String, String) -
Method in class org.axiondb.jdbc.AxionDatabaseMetaData
-
- getGeneratedColType() -
Method in class org.axiondb.Column
-
- getGeneratedKeys() -
Method in class org.axiondb.jdbc.AxionStatement
-
- getGlobalVariable(String) -
Method in interface org.axiondb.Database
-
- getGlobalVariable(String) -
Method in class org.axiondb.engine.BaseDatabase
-
- getGlobalVariable(String) -
Method in class org.axiondb.engine.SnapshotIsolationTransaction
-
- getGlomLobsHelper() -
Method in class org.axiondb.engine.tables.DiskTable
-
- getGroupBy() -
Method in class org.axiondb.engine.commands.AxionQueryContext
- Gets Selectable in Group by clause.
- getGroupBy(int) -
Method in class org.axiondb.engine.commands.AxionQueryContext
- Gets Selectable in Group by clause.
- getGroupByCount() -
Method in class org.axiondb.engine.commands.AxionQueryContext
- Gets the number of
Slectable
s group by in my query.
- getHaving() -
Method in class org.axiondb.engine.commands.AxionQueryContext
-
- getHoldability() -
Method in class org.axiondb.jdbc.AxionConnection
- Currently unsupported.
- getHoldability() -
Method in class org.axiondb.jdbc.AxionResultSet
-
- getHoldability() -
Method in class org.axiondb.jdbc.ForwardOnlyResultSet
-
- getHoldability() -
Method in class org.axiondb.jdbc.UnmodifiableResultSet
-
- getIdentifier() -
Method in class org.axiondb.engine.rows.BaseRow
-
- getIdentifier() -
Method in interface org.axiondb.Row
-
- getIdentifierQuoteString() -
Method in class org.axiondb.jdbc.AxionDatabaseMetaData
- Returns
"
as Axion now supports quoted identifiers to allow for
escaping of reserved words for use as table or column identifiers.
- getIdentityType() -
Method in class org.axiondb.Column
-
- getIdentityType() -
Method in class org.axiondb.engine.commands.CreateSequenceCommand
-
- GetImage() -
Method in class org.axiondb.parser.SimpleCharStream
- Get token literal value.
- getImportedKeys(String, String, String) -
Method in class org.axiondb.jdbc.AxionDatabaseMetaData
- Currently not supported.
- getIncrementBy() -
Method in class org.axiondb.Sequence
-
- getIndexedColumn() -
Method in class org.axiondb.engine.indexes.BaseIndex
-
- getIndexedColumn() -
Method in interface org.axiondb.Index
- Returns the column I index.
- getIndexedRows(Table, Selectable, boolean) -
Method in class org.axiondb.engine.rowcollection.IntRowMap
-
- getIndexedRows(Selectable, boolean) -
Method in class org.axiondb.engine.tables.BaseTable
-
- getIndexedRows(RowSource, Selectable, boolean) -
Method in class org.axiondb.engine.tables.BaseTable
-
- getIndexedRows(RowSource, Selectable, boolean) -
Method in class org.axiondb.engine.tables.ExternalAxionDBTable
-
- getIndexedRows(Selectable, boolean) -
Method in class org.axiondb.engine.tables.ExternalAxionDBTable
-
- getIndexedRows(RowSource, Selectable, boolean) -
Method in class org.axiondb.engine.tables.ExternalDatabaseTable
-
- getIndexedRows(Selectable, boolean) -
Method in class org.axiondb.engine.tables.ExternalDatabaseTable
-
- getIndexedRows(Selectable, boolean) -
Method in class org.axiondb.engine.tables.TableView
-
- getIndexedRows(RowSource, Selectable, boolean) -
Method in class org.axiondb.engine.tables.TableView
-
- getIndexedRows(Selectable, boolean) -
Method in class org.axiondb.engine.TransactableTableImpl
-
- getIndexedRows(RowSource, Selectable, boolean) -
Method in class org.axiondb.engine.TransactableTableImpl
-
- getIndexedRows(Selectable, boolean) -
Method in interface org.axiondb.Table
-
- getIndexedRows(RowSource, Selectable, boolean) -
Method in interface org.axiondb.Table
-
- getIndexFactory(String) -
Method in interface org.axiondb.Database
- Get the
IndexFactory
currently registered for the given name, or
null.
- getIndexFactory(String) -
Method in class org.axiondb.engine.BaseDatabase
-
- getIndexFactory(String) -
Method in class org.axiondb.engine.SnapshotIsolationTransaction
-
- getIndexForColumn(Column) -
Method in class org.axiondb.engine.rowcollection.IntRowMap
-
- getIndexForColumn(Column) -
Method in class org.axiondb.engine.tables.BaseTable
-
- getIndexForColumn(Column) -
Method in class org.axiondb.engine.tables.ExternalAxionDBTable
-
- getIndexForColumn(Column) -
Method in class org.axiondb.engine.tables.ExternalDatabaseTable
-
- getIndexForColumn(Column) -
Method in class org.axiondb.engine.tables.TableView
-
- getIndexForColumn(Column) -
Method in class org.axiondb.engine.TransactableTableImpl
-
- getIndexForColumn(Column) -
Method in interface org.axiondb.Table
- Return the first
Index
that pertains to the given Column
, or
null
if no such Index
exists.
- getIndexInfo(String, String, String, boolean, boolean) -
Method in class org.axiondb.jdbc.AxionDatabaseMetaData
- Partially supported.
- getIndexLoader() -
Method in class org.axiondb.engine.indexes.BaseArrayIndex
-
- getIndexLoader() -
Method in class org.axiondb.engine.indexes.BaseIndex
-
- getIndexLoader() -
Method in class org.axiondb.engine.indexes.IntArrayIndex
-
- getIndexLoader() -
Method in class org.axiondb.engine.indexes.IntBTreeIndex
-
- getIndexLoader() -
Method in class org.axiondb.engine.indexes.ObjectArrayIndex
-
- getIndexLoader() -
Method in class org.axiondb.engine.indexes.ObjectBTreeIndex
-
- getIndexLoader() -
Method in class org.axiondb.engine.indexes.StringBTreeIndex
-
- getIndexLoader() -
Method in interface org.axiondb.Index
-
- getIndices() -
Method in class org.axiondb.engine.tables.BaseTable
-
- getIndices() -
Method in class org.axiondb.engine.tables.ExternalAxionDBTable
-
- getIndices() -
Method in class org.axiondb.engine.tables.ExternalDatabaseTable
-
- getIndices() -
Method in class org.axiondb.engine.tables.TableView
-
- getIndices() -
Method in class org.axiondb.engine.TransactableTableImpl
-
- getIndices() -
Method in interface org.axiondb.Table
- Obtain an
Iterator
over my indices.
- getInorderRowIterator(RowSource) -
Method in class org.axiondb.engine.indexes.BaseArrayIndex
-
- getInorderRowIterator(RowSource) -
Method in class org.axiondb.engine.indexes.BaseIndex
-
- getInorderRowIterator(RowSource) -
Method in class org.axiondb.engine.indexes.IntBTreeIndex
-
- getInorderRowIterator(RowSource) -
Method in class org.axiondb.engine.indexes.ObjectBTreeIndex
-
- getInorderRowIterator(RowSource) -
Method in interface org.axiondb.Index
- Returns a
RowIterator
which is inorder traversal of keys,
- getInputStream() -
Method in class org.axiondb.engine.tables.BaseDiskTable
-
- getInputStream() -
Method in class org.axiondb.types.CompressedLobSource
-
- getInputStream() -
Method in class org.axiondb.types.FileLobSource
-
- getInputStream() -
Method in class org.axiondb.types.FileOffsetLobSource
-
- getInputStream() -
Method in interface org.axiondb.types.LobSource
-
- getInsertSQL() -
Method in class org.axiondb.engine.tables.ExternalDatabaseTable
-
- getInsertValueIterator() -
Method in class org.axiondb.engine.commands.UpsertCommand
-
- getInstance() -
Static method in class org.axiondb.util.ComparableComparator
-
- getInt(int) -
Method in class org.axiondb.jdbc.AxionResultSet
-
- getInt(String) -
Method in class org.axiondb.jdbc.AxionResultSet
-
- getInt(int) -
Method in class org.axiondb.jdbc.BaseAxionResultSetDecorator
-
- getInt(String) -
Method in class org.axiondb.jdbc.BaseAxionResultSetDecorator
-
- getInt(int) -
Static method in class org.axiondb.util.ValuePool
-
- getIterator() -
Method in class org.axiondb.engine.rowiterators.RowIteratorRowDecoratorIterator
-
- getIterator() -
Method in interface org.axiondb.RowDecoratorIterator
-
- getJDBCMajorVersion() -
Method in class org.axiondb.jdbc.AxionDatabaseMetaData
- Supported.
- getJDBCMinorVersion() -
Method in class org.axiondb.jdbc.AxionDatabaseMetaData
- Supported.
- getJdbcType() -
Method in interface org.axiondb.DataType
- Returns the JDBC
type code
most closely matching this type.
- getJdbcType() -
Method in class org.axiondb.types.AnyType
-
- getJdbcType() -
Method in class org.axiondb.types.BaseDataType
-
- getJdbcType() -
Method in class org.axiondb.types.BigDecimalType
-
- getJdbcType() -
Method in class org.axiondb.types.BigIntType
-
- getJdbcType() -
Method in class org.axiondb.types.BLOBType
-
- getJdbcType() -
Method in class org.axiondb.types.BooleanType
-
- getJdbcType() -
Method in class org.axiondb.types.ByteType
-
- getJdbcType() -
Method in class org.axiondb.types.CharacterType
-
- getJdbcType() -
Method in class org.axiondb.types.CharacterVaryingType
-
- getJdbcType() -
Method in class org.axiondb.types.CLOBType
-
- getJdbcType() -
Method in class org.axiondb.types.DateType
-
- getJdbcType() -
Method in class org.axiondb.types.DoubleType
-
- getJdbcType() -
Method in class org.axiondb.types.FloatType
-
- getJdbcType() -
Method in class org.axiondb.types.IntegerType
-
- getJdbcType() -
Method in class org.axiondb.types.LOBType
-
- getJdbcType() -
Method in class org.axiondb.types.ObjectType
-
- getJdbcType() -
Method in class org.axiondb.types.ShortType
-
- getJdbcType() -
Method in class org.axiondb.types.StringType
-
- getJdbcType() -
Method in class org.axiondb.types.TimestampType
-
- getJdbcType() -
Method in class org.axiondb.types.TimeType
-
- getJdbcType() -
Method in class org.axiondb.types.UnsignedByteType
-
- getJdbcType() -
Method in class org.axiondb.types.UnsignedIntegerType
-
- getJdbcType() -
Method in class org.axiondb.types.UnsignedShortType
-
- getJdbcType() -
Method in class org.axiondb.types.VarBinaryType
- Returns
Types.VARBINARY
.
- getJdbcUrl() -
Method in class org.axiondb.DatabaseLink
-
- getJoinCondition() -
Method in class org.axiondb.engine.rowiterators.AbstractJoinedRowIterator
-
- getKey() -
Method in class org.axiondb.engine.rowcollection.IntHashMap.Entry
- Returns the key for this entry.
- getKey(int) -
Method in class org.axiondb.util.IntBTree
- Obtain the key stored at the specified index.
- getKey(int) -
Method in class org.axiondb.util.ObjectBTree
- Obtain the key stored at the specified index.
- getKeyList() -
Method in class org.axiondb.engine.indexes.BaseArrayIndex
-
- getKeyList(int, int) -
Method in class org.axiondb.engine.indexes.BaseArrayIndex
-
- getKeyList() -
Method in class org.axiondb.engine.indexes.IntArrayIndex
-
- getKeyList(int, int) -
Method in class org.axiondb.engine.indexes.IntArrayIndex
-
- getKeyList() -
Method in class org.axiondb.engine.indexes.ObjectArrayIndex
-
- getKeyList(int, int) -
Method in class org.axiondb.engine.indexes.ObjectArrayIndex
-
- getLabel() -
Method in class org.axiondb.BaseSelectable
- Returns my function alias or name.
- getLabel() -
Method in class org.axiondb.engine.commands.SubSelectCommand
-
- getLabel() -
Method in class org.axiondb.Literal
- Returns my Literal name.
- getLabel() -
Method in interface org.axiondb.Selectable
-
- getLabel() -
Method in class org.axiondb.SequenceEvaluator
-
- getLeft() -
Method in class org.axiondb.FromNode
- Get the Left input
- getLeftRowIterator() -
Method in class org.axiondb.engine.rowiterators.AbstractJoinedRowIterator
-
- getLength(File) -
Static method in class org.axiondb.io.FileUtil
-
- getLimit() -
Method in class org.axiondb.engine.commands.AxionQueryContext
-
- getLine() -
Method in class org.axiondb.parser.SimpleCharStream
- Deprecated.
- getLiteralPrefix() -
Method in interface org.axiondb.DataType
- Prefix used to quote a literal to delimit value for this type when in SQL syntax or
result display
- getLiteralPrefix() -
Method in class org.axiondb.types.BaseDataType
-
- getLiteralPrefix() -
Method in class org.axiondb.types.CharacterType
-
- getLiteralPrefix() -
Method in class org.axiondb.types.StringType
-
- getLiteralSuffix() -
Method in interface org.axiondb.DataType
- Suffix used to quote a literal to delimit value for this type when in SQL syntax or
result display
- getLiteralSuffix() -
Method in class org.axiondb.types.BaseDataType
-
- getLiteralSuffix() -
Method in class org.axiondb.types.CharacterType
-
- getLiteralSuffix() -
Method in class org.axiondb.types.StringType
-
- getLobDir() -
Method in class org.axiondb.engine.tables.BaseDiskTable
-
- getLobDir() -
Method in class org.axiondb.engine.tables.BaseFlatfileTable
-
- getLobDir() -
Method in class org.axiondb.engine.tables.DiskTable
-
- getLobDir() -
Method in class org.axiondb.types.LOBType
-
- getLobFile() -
Method in class org.axiondb.types.LOBType
-
- getLobSource(File, BufferedDataInputStream) -
Method in class org.axiondb.types.FileLobLocator
-
- getLobSource(File, BufferedDataInputStream) -
Method in class org.axiondb.types.FileOffsetLobLocator
-
- getLobSource(File, BufferedDataInputStream) -
Method in interface org.axiondb.types.LobLocator
-
- getLoginTimeout() -
Method in class org.axiondb.jdbc.AxionDataSource
-
- getLogWriter() -
Method in class org.axiondb.jdbc.AxionDataSource
-
- getLong(int) -
Method in class org.axiondb.jdbc.AxionResultSet
-
- getLong(String) -
Method in class org.axiondb.jdbc.AxionResultSet
-
- getLong(int) -
Method in class org.axiondb.jdbc.BaseAxionResultSetDecorator
-
- getLong(String) -
Method in class org.axiondb.jdbc.BaseAxionResultSetDecorator
-
- getMajorVersion() -
Method in class org.axiondb.jdbc.AxionDriver
-
- getMatchingRows(List, List, boolean) -
Method in class org.axiondb.engine.tables.AbstractBaseTable
-
- getMatchingRows(List, List, boolean) -
Method in class org.axiondb.engine.tables.ExternalAxionDBTable
-
- getMatchingRows(List, List, boolean) -
Method in class org.axiondb.engine.tables.ExternalDatabaseTable
-
- getMatchingRows(List, List, boolean) -
Method in class org.axiondb.engine.tables.TableView
-
- getMatchingRows(List, List, boolean) -
Method in interface org.axiondb.Table
- Obtain an
iterator
over my Row
s where each
Selectable
in the selectable list
evaluates
to the corresponding value in the value
list
.
- getMaxBinaryLiteralLength() -
Method in class org.axiondb.jdbc.AxionDatabaseMetaData
- Returns
0
.
- getMaxCatalogNameLength() -
Method in class org.axiondb.jdbc.AxionDatabaseMetaData
- Returns
0
.
- getMaxCharLiteralLength() -
Method in class org.axiondb.jdbc.AxionDatabaseMetaData
- Returns
0
.
- getMaxColumnNameLength() -
Method in class org.axiondb.jdbc.AxionDatabaseMetaData
- Returns
Integer.MAX_VALUE
, since Axion has no hard limit on the
length of a column name.
- getMaxColumnsInGroupBy() -
Method in class org.axiondb.jdbc.AxionDatabaseMetaData
- Returns 0.
- getMaxColumnsInIndex() -
Method in class org.axiondb.jdbc.AxionDatabaseMetaData
- Returns
1
, since Axion currently doesn't support multi-column
indices.
- getMaxColumnsInOrderBy() -
Method in class org.axiondb.jdbc.AxionDatabaseMetaData
- Returns
Integer.MAX_VALUE
, the maximum number of columns Axion
can manage in a single ORDER BY clause.
- getMaxColumnsInSelect() -
Method in class org.axiondb.jdbc.AxionDatabaseMetaData
- Returns
Integer.MAX_VALUE
, the maximum number of columns Axion
can manage in a single SELECT clause.
- getMaxColumnsInTable() -
Method in class org.axiondb.jdbc.AxionDatabaseMetaData
- Returns
Integer.MAX_VALUE
, the maximum number of columns Axion
can manage in a single table.
- getMaxConnections() -
Method in class org.axiondb.jdbc.AxionDatabaseMetaData
- Returns
0
, since Axion has no hard limit on the number of
connections.
- getMaxCursorNameLength() -
Method in class org.axiondb.jdbc.AxionDatabaseMetaData
- Returns
0
since named cursors are not supported.
- getMaxFieldSize() -
Method in class org.axiondb.jdbc.AxionStatement
-
- getMaxIndexLength() -
Method in class org.axiondb.jdbc.AxionDatabaseMetaData
- Returns
0
.
- getMaxProcedureNameLength() -
Method in class org.axiondb.jdbc.AxionDatabaseMetaData
- Returns
0
.
- getMaxRows() -
Method in class org.axiondb.jdbc.BaseAxionStatement
-
- getMaxRowSize() -
Method in class org.axiondb.jdbc.AxionDatabaseMetaData
- Returns
0
, since Axion has no hard limit on the size of a row.
- getMaxSchemaNameLength() -
Method in class org.axiondb.jdbc.AxionDatabaseMetaData
- Returns
0
.
- getMaxStatementLength() -
Method in class org.axiondb.jdbc.AxionDatabaseMetaData
- Returns
0
, since Axion has no hard limit on the size of a
statement.
- getMaxStatements() -
Method in class org.axiondb.jdbc.AxionDatabaseMetaData
- Returns
0
.
- getMaxTableNameLength() -
Method in class org.axiondb.jdbc.AxionDatabaseMetaData
- Returns
Integer.MAX_VALUE
.
- getMaxTablesInSelect() -
Method in class org.axiondb.jdbc.AxionDatabaseMetaData
- Returns
Integer.MAX_VALUE
, the maximum number of tables Axion
can manage in a single SELECT statement.
- getMaxUserNameLength() -
Method in class org.axiondb.jdbc.AxionDatabaseMetaData
- Returns
0
.
- getMaxValue() -
Method in class org.axiondb.Sequence
-
- getMessage() -
Method in exception org.axiondb.AxionException
- Returns the detail message string of this AxionException
- getMessage() -
Method in error org.axiondb.parser.TokenMgrError
- You can also modify the body of this method to customize your error messages.
- getMetaData() -
Method in class org.axiondb.jdbc.AxionConnection
-
- getMetaData() -
Method in class org.axiondb.jdbc.AxionPreparedStatement
-
- getMetaData() -
Method in class org.axiondb.jdbc.AxionResultSet
-
- getMetaData() -
Method in class org.axiondb.jdbc.BaseAxionResultSetDecorator
-
- getMinimizationFactor() -
Method in class org.axiondb.engine.indexes.StringBTreeIndex
-
- getMinorVersion() -
Method in class org.axiondb.jdbc.AxionDriver
-
- getMinValue() -
Method in class org.axiondb.Sequence
-
- getModifiedTables() -
Method in class org.axiondb.engine.SnapshotIsolationTransaction
-
- getModifiedTables() -
Method in interface org.axiondb.Transaction
- Return a
Set
of Table
s that have been modified thus far in this
transaction.
- getMoreResults() -
Method in class org.axiondb.jdbc.AxionStatement
-
- getMoreResults(int) -
Method in class org.axiondb.jdbc.AxionStatement
- Currently unsupported when current is not Statement.CLOSE_CURRENT_RESULT or
Statement.CLOSE_ALL_RESULTS.
- getName() -
Method in class org.axiondb.BaseSelectable
-
- getName() -
Method in class org.axiondb.Column
- Get the name of this column.
- getName() -
Method in interface org.axiondb.Constraint
- Get my name.
- getName() -
Method in class org.axiondb.constraints.BaseConstraint
-
- getName() -
Method in interface org.axiondb.Database
- Returns the name of this
Database
.
- getName() -
Method in class org.axiondb.DatabaseLink
- Get the name of this database link.
- getName() -
Method in class org.axiondb.engine.BaseDatabase
-
- getName() -
Method in class org.axiondb.engine.commands.SubSelectCommand
-
- getName() -
Method in class org.axiondb.engine.indexes.BaseIndex
-
- getName() -
Method in class org.axiondb.engine.SnapshotIsolationTransaction
-
- getName() -
Method in class org.axiondb.engine.tables.BaseTable
-
- getName() -
Method in class org.axiondb.engine.tables.ExternalAxionDBTable
-
- getName() -
Method in class org.axiondb.engine.tables.ExternalDatabaseTable
-
- getName() -
Method in class org.axiondb.engine.tables.TableView
-
- getName() -
Method in class org.axiondb.engine.TransactableTableImpl
-
- getName() -
Method in class org.axiondb.event.DatabaseSequenceEvent
-
- getName() -
Method in class org.axiondb.event.DatabaseTypeEvent
-
- getName() -
Method in interface org.axiondb.Function
- Returns the cannonical name of this function.
- getName() -
Method in interface org.axiondb.Index
- Returns my name.
- getName() -
Method in class org.axiondb.Literal
- Returns the name of Literal, if any.
- getName() -
Method in interface org.axiondb.Selectable
-
- getName() -
Method in class org.axiondb.Sequence
- Get the name of this sequence.
- getName() -
Method in class org.axiondb.SequenceEvaluator
-
- getName() -
Method in interface org.axiondb.Table
- Get the name of this table.
- getNCharacterStream(int) -
Method in class org.axiondb.jdbc.AxionResultSet
-
- getNCharacterStream(String) -
Method in class org.axiondb.jdbc.AxionResultSet
-
- getNCharacterStream(int) -
Method in class org.axiondb.jdbc.ForwardOnlyResultSet
-
- getNCharacterStream(String) -
Method in class org.axiondb.jdbc.ForwardOnlyResultSet
-
- getNCharacterStream(int) -
Method in class org.axiondb.jdbc.UnmodifiableResultSet
-
- getNCharacterStream(String) -
Method in class org.axiondb.jdbc.UnmodifiableResultSet
-
- getNClob(int) -
Method in class org.axiondb.jdbc.AxionResultSet
-
- getNClob(String) -
Method in class org.axiondb.jdbc.AxionResultSet
-
- getNClob(int) -
Method in class org.axiondb.jdbc.ForwardOnlyResultSet
-
- getNClob(String) -
Method in class org.axiondb.jdbc.ForwardOnlyResultSet
-
- getNClob(int) -
Method in class org.axiondb.jdbc.UnmodifiableResultSet
-
- getNClob(String) -
Method in class org.axiondb.jdbc.UnmodifiableResultSet
-
- getNestedThrowable() -
Method in exception org.axiondb.AxionException
- Return the
Throwable
I'm wrapping, if any.
- getNewRow() -
Method in class org.axiondb.event.RowEvent
-
- getNextEntry() -
Method in class org.axiondb.engine.rowcollection.IntHashMap.Entry
- Returns the entry after this one.
- getNextRowId() -
Method in class org.axiondb.engine.tables.BaseDiskTable
-
- getNextRowId() -
Method in class org.axiondb.engine.tables.BaseTable
-
- getNextRowId() -
Method in class org.axiondb.engine.tables.ExternalAxionDBTable
-
- getNextRowId() -
Method in class org.axiondb.engine.tables.ExternalDatabaseTable
-
- getNextRowId() -
Method in class org.axiondb.engine.tables.MemoryTable
-
- getNextRowId() -
Method in class org.axiondb.engine.tables.TableView
-
- getNextRowId() -
Method in class org.axiondb.engine.TransactableTableImpl
-
- getNextRowId() -
Method in interface org.axiondb.Table
- Reserve a row id.
- getNextToken() -
Method in class org.axiondb.parser.AxionDateTimeFormatParser
- Get the next Token.
- getNextToken() -
Method in class org.axiondb.parser.AxionDateTimeFormatParserTokenManager
- Get the next Token.
- getNextToken() -
Method in class org.axiondb.parser.AxionSqlParser
- Get the next Token.
- getNextToken() -
Method in class org.axiondb.parser.AxionSqlParserTokenManager
- Get the next Token.
- getNodes(Selectable) -
Method in class org.axiondb.engine.visitors.FlattenWhereNodeVisitor
-
- getNString(int) -
Method in class org.axiondb.jdbc.AxionResultSet
-
- getNString(String) -
Method in class org.axiondb.jdbc.AxionResultSet
-
- getNString(int) -
Method in class org.axiondb.jdbc.ForwardOnlyResultSet
-
- getNString(String) -
Method in class org.axiondb.jdbc.ForwardOnlyResultSet
-
- getNString(int) -
Method in class org.axiondb.jdbc.UnmodifiableResultSet
-
- getNString(String) -
Method in class org.axiondb.jdbc.UnmodifiableResultSet
-
- getNullableCode() -
Method in interface org.axiondb.DataType
- Code indicating that type does not accept, does accept, or does not disclose
acceptance of
null
values
- getNullableCode() -
Method in class org.axiondb.types.BaseDataType
-
- getNullKey() -
Method in class org.axiondb.engine.indexes.ObjectBTreeIndex
-
- getNullKey() -
Method in class org.axiondb.engine.indexes.StringBTreeIndex
-
- getNullKey() -
Method in class org.axiondb.util.ObjectBTree
-
- getNullKey() -
Method in class org.axiondb.util.StringBTree
-
- getNumericFunctions() -
Method in class org.axiondb.jdbc.AxionDatabaseMetaData
- Currently not supported.
- getObject(int) -
Method in class org.axiondb.jdbc.AxionResultSet
-
- getObject(String) -
Method in class org.axiondb.jdbc.AxionResultSet
-
- getObject(int, Map<String, Class<?>>) -
Method in class org.axiondb.jdbc.AxionResultSet
-
- getObject(String, Map<String, Class<?>>) -
Method in class org.axiondb.jdbc.AxionResultSet
-
- getObject(int) -
Method in class org.axiondb.jdbc.BaseAxionResultSetDecorator
-
- getObject(int, Map) -
Method in class org.axiondb.jdbc.BaseAxionResultSetDecorator
-
- getObject(String) -
Method in class org.axiondb.jdbc.BaseAxionResultSetDecorator
-
- getObject(String, Map) -
Method in class org.axiondb.jdbc.BaseAxionResultSetDecorator
-
- getObject(int, Map) -
Method in class org.axiondb.jdbc.UnmodifiableResultSet
-
- getObject(String, Map) -
Method in class org.axiondb.jdbc.UnmodifiableResultSet
-
- getObjectName() -
Method in class org.axiondb.engine.commands.CreateCommand
-
- getObjectName() -
Method in class org.axiondb.engine.commands.DropCommand
-
- getOffset() -
Method in class org.axiondb.engine.commands.AxionQueryContext
-
- getOldRow() -
Method in class org.axiondb.event.RowEvent
-
- getOnDeleteActionType() -
Method in class org.axiondb.constraints.ForeignKeyConstraint
-
- getOnUpdateActionType() -
Method in class org.axiondb.constraints.ForeignKeyConstraint
-
- getOpenOnTransaction() -
Method in class org.axiondb.engine.SnapshotIsolationTransaction
-
- getOpenOnTransaction() -
Method in interface org.axiondb.Transaction
- Get the
Database
upon which I am open (i.e., the state to which we will
return to if I am rolled back.
- getOperatorString() -
Method in class org.axiondb.functions.ComparisonFunction
-
- getOperatorString() -
Method in class org.axiondb.functions.EqualFunction
-
- getOperatorString() -
Method in class org.axiondb.functions.GreaterThanFunction
-
- getOperatorString() -
Method in class org.axiondb.functions.GreaterThanOrEqualFunction
-
- getOperatorString() -
Method in class org.axiondb.functions.LessThanFunction
-
- getOperatorString() -
Method in class org.axiondb.functions.LessThanOrEqualFunction
-
- getOperatorString() -
Method in class org.axiondb.functions.NotEqualFunction
-
- getOrCreateDatabase(String, File) -
Static method in class org.axiondb.engine.Databases
-
- getOrderBy() -
Method in class org.axiondb.engine.commands.AxionQueryContext
- Gets the List of
OrderNode
in my order by clause.
- getOrderBy(int) -
Method in class org.axiondb.engine.commands.AxionQueryContext
- Gets the i th
OrderNode
in my order by clause.
- getOrderByCount() -
Method in class org.axiondb.engine.commands.AxionQueryContext
- Gets the number of
OrderNode
s in my query.
- getOutputStream() -
Method in class org.axiondb.engine.tables.BaseDiskTable
-
- getParameterMetaData() -
Method in class org.axiondb.jdbc.AxionPreparedStatement
- Currently unsupported.
- getParentRow() -
Method in class org.axiondb.engine.commands.AxionQueryContext
-
- getParentTableColumns() -
Method in class org.axiondb.constraints.ForeignKeyConstraint
-
- getParentTableName() -
Method in class org.axiondb.constraints.ForeignKeyConstraint
-
- getParentTables() -
Method in class org.axiondb.engine.commands.AxionQueryContext
-
- getPartMnemonicFor(String) -
Static method in class org.axiondb.util.DateTimeUtils
-
- getPidxList() -
Method in class org.axiondb.engine.tables.BaseDiskTable
-
- getPlanNodeRowIterator() -
Method in class org.axiondb.engine.commands.AxionQueryPlanner
-
- getPos() -
Method in class org.axiondb.io.AxionInputStream
- Return the current offset from the start of the file
- getPos() -
Method in class org.axiondb.io.AxionOutputStream
- Return the current offset from the start of the file
- getPos() -
Method in class org.axiondb.io.BufferedDataInputStream
-
- getPos() -
Method in class org.axiondb.io.BufferedDataOutputStream
-
- getPrecision() -
Method in interface org.axiondb.DataType
- Value returned by
ResultSetMetaData#getPrecision
for this data type.
- getPrecision(int) -
Method in class org.axiondb.jdbc.AxionResultSetMetaData
-
- getPrecision() -
Method in class org.axiondb.types.BaseDataType
-
- getPrecision() -
Method in class org.axiondb.types.BigDecimalType
-
- getPrecision() -
Method in class org.axiondb.types.BigIntType
-
- getPrecision() -
Method in class org.axiondb.types.BooleanType
-
- getPrecision() -
Method in class org.axiondb.types.ByteType
-
- getPrecision() -
Method in class org.axiondb.types.CharacterType
-
- getPrecision() -
Method in class org.axiondb.types.DateType
-
- getPrecision() -
Method in class org.axiondb.types.DoubleType
-
- getPrecision() -
Method in class org.axiondb.types.FloatType
-
- getPrecision() -
Method in class org.axiondb.types.IntegerType
-
- getPrecision() -
Method in class org.axiondb.types.ShortType
-
- getPrecision() -
Method in class org.axiondb.types.StringType
-
- getPrecision() -
Method in class org.axiondb.types.TimestampType
-
- getPrecision() -
Method in class org.axiondb.types.TimeType
-
- getPrecision() -
Method in class org.axiondb.types.UnsignedByteType
-
- getPrecision() -
Method in class org.axiondb.types.UnsignedIntegerType
-
- getPrecision() -
Method in class org.axiondb.types.UnsignedShortType
-
- getPrecision() -
Method in class org.axiondb.types.VarBinaryType
-
- getPrecisionRadix() -
Method in interface org.axiondb.DataType
- Indicates radix used to compute maximum number of significant digits for this
datatype, as returned by
DataType.getPrecision()
.
- getPrecisionRadix() -
Method in class org.axiondb.types.BaseDataType
-
- getPrecisionRadix() -
Method in class org.axiondb.types.DoubleType
-
- getPreferredValueClassName() -
Method in interface org.axiondb.DataType
- Returns the "normal" type returned by
DataType.convert(java.lang.Object)
.
- getPreferredValueClassName() -
Method in class org.axiondb.types.AnyType
-
- getPreferredValueClassName() -
Method in class org.axiondb.types.BaseDataType
-
- getPreferredValueClassName() -
Method in class org.axiondb.types.BigDecimalType
-
- getPreferredValueClassName() -
Method in class org.axiondb.types.BigIntType
-
- getPreferredValueClassName() -
Method in class org.axiondb.types.BooleanType
-
- getPreferredValueClassName() -
Method in class org.axiondb.types.ByteType
-
- getPreferredValueClassName() -
Method in class org.axiondb.types.CharacterType
-
- getPreferredValueClassName() -
Method in class org.axiondb.types.DoubleType
-
- getPreferredValueClassName() -
Method in class org.axiondb.types.FloatType
-
- getPreferredValueClassName() -
Method in class org.axiondb.types.IntegerType
-
- getPreferredValueClassName() -
Method in class org.axiondb.types.ObjectType
-
- getPreferredValueClassName() -
Method in class org.axiondb.types.ShortType
-
- getPreferredValueClassName() -
Method in class org.axiondb.types.StringType
-
- getPreferredValueClassName() -
Method in class org.axiondb.types.TimestampType
-
- getPreferredValueClassName() -
Method in class org.axiondb.types.UnsignedByteType
-
- getPreferredValueClassName() -
Method in class org.axiondb.types.UnsignedIntegerType
-
- getPreferredValueClassName() -
Method in class org.axiondb.types.UnsignedShortType
-
- getPreviousEntry() -
Method in class org.axiondb.engine.rowcollection.IntHashMap.Entry
- Returns the entry before this one.
- getPrimaryKeys(String, String, String) -
Method in class org.axiondb.jdbc.AxionDatabaseMetaData
- Currently not supported.
- getProcedureColumns(String, String, String, String) -
Method in class org.axiondb.jdbc.AxionDatabaseMetaData
- Currently not supported.
- getProcedures(String, String, String) -
Method in class org.axiondb.jdbc.AxionDatabaseMetaData
- Currently not supported.
- getProcedureTerm() -
Method in class org.axiondb.jdbc.AxionDatabaseMetaData
- Currently not supported.
- getProcessedRowCount() -
Method in class org.axiondb.engine.commands.InsertIntoClause
-
- getPropertyInfo(String, Properties) -
Method in class org.axiondb.jdbc.AxionDriver
-
- getPropertyKeys() -
Method in class org.axiondb.engine.tables.BaseFlatfileTable.BaseFlatfileTableOrganizationContext
-
- getPropertyKeys() -
Method in class org.axiondb.engine.tables.BaseTableOrganizationContext
-
- getPropertyKeys() -
Method in interface org.axiondb.TableOrganizationContext
- Gets a Set of Strings representing valid property key names.
- getQualifier() -
Method in class org.axiondb.engine.tables.DelimitedFlatfileTable
-
- getQualifierLength() -
Method in class org.axiondb.engine.tables.DelimitedFlatfileTable
-
- getQueryContext() -
Method in class org.axiondb.engine.commands.SelectCommand
-
- getQueryTimeout() -
Method in class org.axiondb.jdbc.AxionStatement
-
- getReadTables() -
Method in class org.axiondb.engine.SnapshotIsolationTransaction
-
- getReadTables() -
Method in interface org.axiondb.Transaction
- Return a
Set
of Table
s that have been read thus far in this
transaction.
- getRef(int) -
Method in class org.axiondb.jdbc.AxionResultSet
-
- getRef(String) -
Method in class org.axiondb.jdbc.AxionResultSet
-
- getRef(int) -
Method in class org.axiondb.jdbc.BaseAxionResultSetDecorator
-
- getRef(String) -
Method in class org.axiondb.jdbc.BaseAxionResultSetDecorator
-
- getRequiredPropertyKeys() -
Method in class org.axiondb.engine.tables.BaseFlatfileTable.BaseFlatfileTableOrganizationContext
-
- getRequiredPropertyKeys() -
Method in class org.axiondb.engine.tables.BaseTableOrganizationContext
-
- getRequiredPropertyKeys() -
Method in interface org.axiondb.TableOrganizationContext
-
- getResolvedSelect() -
Method in class org.axiondb.engine.commands.AxionQueryContext
-
- getResult() -
Method in class org.axiondb.engine.visitors.ReferencesOtherTablesWhereNodeVisitor
-
- getResultSet() -
Method in interface org.axiondb.AxionCommand
- Returns the last
ResultSet
generated by AxionCommand.execute(org.axiondb.Database)
or
AxionCommand.executeQuery(org.axiondb.Database)
.
- getResultSet() -
Method in class org.axiondb.engine.commands.BaseAxionCommand
-
- getResultSet() -
Method in class org.axiondb.jdbc.AxionStatement
-
- getResultSetConcurrency() -
Method in class org.axiondb.jdbc.AxionStatement
-
- getResultSetHoldability() -
Method in class org.axiondb.jdbc.AxionDatabaseMetaData
-
- getResultSetHoldability() -
Method in class org.axiondb.jdbc.AxionStatement
- Supported.
- getResultSetType() -
Method in class org.axiondb.jdbc.AxionStatement
-
- getRight() -
Method in class org.axiondb.FromNode
- get the right input
- getRightSideColumnCount() -
Method in class org.axiondb.engine.rowiterators.AbstractJoinedRowIterator
-
- getRootDir() -
Method in class org.axiondb.engine.tables.BaseDiskTable
-
- getRow(int) -
Method in class org.axiondb.engine.rowcollection.IntRowMap
- Returns the value to which this
IntRowMap
maps the specified key.
- getRow(int) -
Method in class org.axiondb.engine.rows.JoinedRow
-
- getRow(int) -
Method in class org.axiondb.engine.tables.BaseDiskTable
-
- getRow(int) -
Method in class org.axiondb.engine.tables.BaseTable
-
- getRow(int) -
Method in class org.axiondb.engine.tables.ExternalAxionDBTable
-
- getRow(int) -
Method in class org.axiondb.engine.tables.ExternalDatabaseTable
-
- getRow(int) -
Method in class org.axiondb.engine.tables.MemoryTable
-
- getRow(int) -
Method in class org.axiondb.engine.tables.TableView
-
- getRow(int) -
Method in class org.axiondb.engine.TransactableTableImpl
-
- getRow() -
Method in class org.axiondb.jdbc.AxionResultSet
-
- getRow() -
Method in class org.axiondb.jdbc.BaseAxionResultSetDecorator
-
- getRow() -
Method in class org.axiondb.RowDecorator
- Gets the
Row
I'm currently decorating.
- getRow(int) -
Method in interface org.axiondb.RowSource
-
- getRowByOffset(int, long) -
Method in class org.axiondb.engine.tables.BaseDiskTable
-
- getRowByOffset(int, long) -
Method in class org.axiondb.engine.tables.DelimitedFlatfileTable
-
- getRowByOffset(int, long) -
Method in class org.axiondb.engine.tables.DiskTable
-
- getRowByOffset(int, long) -
Method in class org.axiondb.engine.tables.FixedWidthFlatfileTable
-
- getRowByOffset(int, long) -
Method in class org.axiondb.engine.tables.TaggedEBCDICTable
-
- getRowCount() -
Method in class org.axiondb.engine.tables.BaseDiskTable
-
- getRowCount() -
Method in class org.axiondb.engine.tables.BaseTable
-
- getRowCount() -
Method in class org.axiondb.engine.tables.ExternalAxionDBTable
-
- getRowCount() -
Method in class org.axiondb.engine.tables.ExternalDatabaseTable
-
- getRowCount() -
Method in class org.axiondb.engine.tables.MemoryTable
-
- getRowCount() -
Method in class org.axiondb.engine.tables.TableView
-
- getRowCount() -
Method in class org.axiondb.engine.TransactableTableImpl
-
- getRowCount() -
Method in interface org.axiondb.Table
- Return the number of
Row
s I contain.
- getRowDecorator() -
Method in class org.axiondb.engine.rowiterators.AbstractJoinedRowIterator
-
- getRowId(int) -
Method in class org.axiondb.jdbc.AxionResultSet
-
- getRowId(String) -
Method in class org.axiondb.jdbc.AxionResultSet
-
- getRowId(int) -
Method in class org.axiondb.jdbc.ForwardOnlyResultSet
-
- getRowId(String) -
Method in class org.axiondb.jdbc.ForwardOnlyResultSet
-
- getRowId(int) -
Method in class org.axiondb.jdbc.UnmodifiableResultSet
-
- getRowId(String) -
Method in class org.axiondb.jdbc.UnmodifiableResultSet
-
- getRowIdLifetime() -
Method in class org.axiondb.jdbc.AxionDatabaseMetaData
-
- getRowIndex() -
Method in class org.axiondb.RowDecorator
-
- getRowIterator(Database, TableIdentifier, Table, Selectable, boolean, RowDecorator) -
Method in class org.axiondb.engine.commands.BaseAxionCommand
-
- getRowIterator(Database) -
Method in class org.axiondb.engine.commands.SubSelectCommand
- Return RowIterator that can used for other commands for sub-query.
- getRowIterator(Database, RowDecorator) -
Method in class org.axiondb.engine.commands.SubSelectCommand
-
- getRowIterator(RowSource, Function, Object) -
Method in class org.axiondb.engine.indexes.BaseArrayIndex
-
- getRowIterator(RowSource, Function, Object) -
Method in class org.axiondb.engine.indexes.BaseIndex
-
- getRowIterator(RowSource, Function, Object) -
Method in class org.axiondb.engine.indexes.IntBTreeIndex
-
- getRowIterator(RowSource, Function, Object) -
Method in class org.axiondb.engine.indexes.ObjectBTreeIndex
-
- getRowIterator() -
Method in class org.axiondb.engine.tables.BaseDiskTable
-
- getRowIterator() -
Method in class org.axiondb.engine.tables.BaseTable
-
- getRowIterator(boolean) -
Method in class org.axiondb.engine.tables.BaseTable
-
- getRowIterator(boolean) -
Method in class org.axiondb.engine.tables.ExternalAxionDBTable
-
- getRowIterator(boolean) -
Method in class org.axiondb.engine.tables.ExternalDatabaseTable
-
- getRowIterator() -
Method in class org.axiondb.engine.tables.ExternalDatabaseTable
-
- getRowIterator() -
Method in class org.axiondb.engine.tables.MemoryTable
-
- getRowIterator() -
Method in class org.axiondb.engine.tables.TableView
-
- getRowIterator(boolean) -
Method in class org.axiondb.engine.tables.TableView
-
- getRowIterator(boolean) -
Method in class org.axiondb.engine.TransactableTableImpl
-
- getRowIterator(RowSource, Function, Object) -
Method in interface org.axiondb.Index
- Returns a
RowIterator
over the indexed rows, limited by the given
ComparisonOperator
/value pair, using the default sort order.
- getRowIterator(boolean) -
Method in interface org.axiondb.Table
- Obtain an
iterator
over my Row
s.
- getRows() -
Method in class org.axiondb.engine.commands.AxionQueryContext
-
- getScale() -
Method in class org.axiondb.Column
-
- getScale() -
Method in interface org.axiondb.DataType
- Value returned by
ResultSetMetaData#getScale
for this data type.
- getScale(int) -
Method in class org.axiondb.jdbc.AxionResultSetMetaData
-
- getScale() -
Method in class org.axiondb.types.BaseDataType
-
- getScale() -
Method in class org.axiondb.types.BigDecimalType
-
- getScale() -
Method in class org.axiondb.types.DoubleType
-
- getScale() -
Method in class org.axiondb.types.FloatType
-
- getSchemaName() -
Method in class org.axiondb.DatabaseLink
-
- getSchemaName(int) -
Method in class org.axiondb.jdbc.AxionResultSetMetaData
-
- getSchemas() -
Method in class org.axiondb.jdbc.AxionDatabaseMetaData
- Supported.
- getSchemas(String, String) -
Method in class org.axiondb.jdbc.AxionDatabaseMetaData
-
- getSchemaTerm() -
Method in class org.axiondb.jdbc.AxionDatabaseMetaData
- Currently not supported.
- getSchemaWildcardForRemoteDB() -
Method in class org.axiondb.engine.tables.ExternalDatabaseTable
- Gets appropriate string for use in indicating wildcard search for schemas.
- getSearchableCode() -
Method in interface org.axiondb.DataType
- Code indicating how much
WHERE ...
- getSearchableCode() -
Method in class org.axiondb.types.BaseDataType
-
- getSearchableCode() -
Method in class org.axiondb.types.CharacterType
-
- getSearchableCode() -
Method in class org.axiondb.types.LOBType
-
- getSearchableCode() -
Method in class org.axiondb.types.StringType
-
- getSearchStringEscape() -
Method in class org.axiondb.jdbc.AxionDatabaseMetaData
- Currently not supported.
- getSelect() -
Method in class org.axiondb.engine.commands.AxionQueryContext
-
- getSelect(int) -
Method in class org.axiondb.engine.commands.AxionQueryContext
- Gets the i th
Selectable
being selected.
- getSelectable(int) -
Method in class org.axiondb.constraints.BaseSelectableBasedConstraint
-
- getSelectable() -
Method in class org.axiondb.OrderNode
-
- getSelectable(int) -
Method in interface org.axiondb.SelectableBasedConstraint
-
- getSelectableCount() -
Method in class org.axiondb.constraints.BaseSelectableBasedConstraint
-
- getSelectableCount() -
Method in interface org.axiondb.SelectableBasedConstraint
-
- getSelectableIterator() -
Method in class org.axiondb.RowDecorator
- Gets the selectable To Field Iterator
- getSelectableList() -
Method in class org.axiondb.constraints.BaseSelectableBasedConstraint
-
- getSelectables() -
Method in class org.axiondb.constraints.BaseSelectableBasedConstraint
-
- getSelectCount() -
Method in class org.axiondb.engine.commands.AxionQueryContext
- Gets the number of
Selectable
s being selected.
- getSelected() -
Method in class org.axiondb.engine.commands.AxionQueryContext
-
- getSelectSQL(String) -
Method in class org.axiondb.engine.tables.ExternalDatabaseTable
-
- getSequence(String) -
Method in interface org.axiondb.Database
- Get the specified
Sequence
, or null if no such sequence can be
found.
- getSequence(String) -
Method in class org.axiondb.engine.BaseDatabase
-
- getSequence(String) -
Method in class org.axiondb.engine.SnapshotIsolationTransaction
-
- getSequence() -
Method in class org.axiondb.engine.tables.BaseTable
-
- getSequence() -
Method in class org.axiondb.engine.tables.ExternalAxionDBTable
-
- getSequence() -
Method in class org.axiondb.engine.tables.ExternalDatabaseTable
-
- getSequence() -
Method in class org.axiondb.engine.tables.TableView
-
- getSequence() -
Method in class org.axiondb.engine.TransactableTableImpl
-
- getSequence() -
Method in interface org.axiondb.Table
-
- getSequenceCount() -
Method in class org.axiondb.engine.BaseDatabase
-
- getSequences() -
Method in class org.axiondb.engine.BaseDatabase
-
- getShort(int) -
Method in class org.axiondb.jdbc.AxionResultSet
-
- getShort(String) -
Method in class org.axiondb.jdbc.AxionResultSet
-
- getShort(int) -
Method in class org.axiondb.jdbc.BaseAxionResultSetDecorator
-
- getShort(String) -
Method in class org.axiondb.jdbc.BaseAxionResultSetDecorator
-
- getShortName() -
Method in class org.axiondb.engine.rowiterators.FilteringChangingIndexedRowIterator
-
- getShortName() -
Method in class org.axiondb.engine.rowiterators.FilteringRowIterator
-
- getSize() -
Method in class org.axiondb.Column
-
- getSQLKeywords() -
Method in class org.axiondb.jdbc.AxionDatabaseMetaData
- Currently not supported.
- getSQLState() -
Method in exception org.axiondb.AxionException
- Returns the five-digit SQL State code (as defined in the ANSI-SQL 99 standard).
- getSQLState() -
Method in exception org.axiondb.AxionRuntimeException
- Returns the five-digit SQL State code (as defined in the ANSI-SQL 99 standard).
- getSQLStateType() -
Method in class org.axiondb.jdbc.AxionDatabaseMetaData
- Currently unsupported.
- getSqlType() -
Method in class org.axiondb.Column
-
- getSQLXML(int) -
Method in class org.axiondb.jdbc.AxionResultSet
-
- getSQLXML(String) -
Method in class org.axiondb.jdbc.AxionResultSet
-
- getSQLXML(int) -
Method in class org.axiondb.jdbc.ForwardOnlyResultSet
-
- getSQLXML(String) -
Method in class org.axiondb.jdbc.ForwardOnlyResultSet
-
- getSQLXML(int) -
Method in class org.axiondb.jdbc.UnmodifiableResultSet
-
- getSQLXML(String) -
Method in class org.axiondb.jdbc.UnmodifiableResultSet
-
- getState() -
Method in class org.axiondb.engine.SnapshotIsolationTransaction
-
- getState() -
Method in interface org.axiondb.Transaction
- Return my current transaction state.
- getStatement() -
Method in class org.axiondb.jdbc.AxionResultSet
-
- getStatement() -
Method in class org.axiondb.jdbc.BaseAxionResultSetDecorator
-
- getString(int) -
Method in class org.axiondb.jdbc.AxionResultSet
-
- getString(String) -
Method in class org.axiondb.jdbc.AxionResultSet
-
- getString(int) -
Method in class org.axiondb.jdbc.BaseAxionResultSetDecorator
-
- getString(String) -
Method in class org.axiondb.jdbc.BaseAxionResultSetDecorator
-
- getString() -
Method in class org.axiondb.types.StringClob
-
- getStringFunctions() -
Method in class org.axiondb.jdbc.AxionDatabaseMetaData
- Currently not supported.
- getSubString(long, int) -
Method in class org.axiondb.jdbc.AbstractAxionClob
-
- getSubString(long, int) -
Method in interface org.axiondb.jdbc.AxionClob
-
- getSubString(long, int) -
Method in class org.axiondb.types.StringClob
-
- GetSuffix(int) -
Method in class org.axiondb.parser.SimpleCharStream
- Get the suffix.
- getSuperTables(String, String, String) -
Method in class org.axiondb.jdbc.AxionDatabaseMetaData
- Always empty, super tables are currently not supported.
- getSuperTypes(String, String, String) -
Method in class org.axiondb.jdbc.AxionDatabaseMetaData
- Always empty, super types are currently not supported.
- getSystemFunctions() -
Method in class org.axiondb.jdbc.AxionDatabaseMetaData
- Currently not supported.
- getTable(String) -
Method in interface org.axiondb.Database
- Get the specified
Table
, or null if no such table can be found.
- getTable(TableIdentifier) -
Method in interface org.axiondb.Database
- Get the specified
Table
, or null if no such table can be found.
- getTable(String) -
Method in class org.axiondb.engine.BaseDatabase
-
- getTable(TableIdentifier) -
Method in class org.axiondb.engine.BaseDatabase
-
- getTable() -
Method in class org.axiondb.engine.commands.CreateIndexCommand
-
- getTable() -
Method in class org.axiondb.engine.commands.DeleteCommand
-
- getTable() -
Method in class org.axiondb.engine.commands.InsertCommand
-
- getTable() -
Method in class org.axiondb.engine.commands.RemountCommand
-
- getTable() -
Method in class org.axiondb.engine.commands.UpdateCommand
-
- getTable(String) -
Method in class org.axiondb.engine.SnapshotIsolationTransaction
-
- getTable(TableIdentifier) -
Method in class org.axiondb.engine.SnapshotIsolationTransaction
-
- getTable() -
Method in class org.axiondb.engine.TransactableTableImpl
-
- getTable() -
Method in class org.axiondb.event.ConstraintEvent
-
- getTable() -
Method in class org.axiondb.event.DatabaseModifiedEvent
-
- getTable() -
Method in class org.axiondb.event.TableModifiedEvent
-
- getTableAlias() -
Method in class org.axiondb.ColumnIdentifier
- Returns the alias name of my table or null.
- getTableAlias() -
Method in class org.axiondb.TableIdentifier
-
- getTableCount() -
Method in class org.axiondb.engine.commands.AxionQueryContext
-
- getTableCount() -
Method in class org.axiondb.FromNode
- Number of tables in this FromNode and its children.
- getTableFactory(String) -
Method in interface org.axiondb.Database
- Get the
TableFactory
currently registered for the given name, or
null.
- getTableFactory(String) -
Method in class org.axiondb.engine.BaseDatabase
-
- getTableFactory(String) -
Method in class org.axiondb.engine.DiskDatabase
-
- getTableFactory(String) -
Method in class org.axiondb.engine.MemoryDatabase
-
- getTableFactory(String) -
Method in class org.axiondb.engine.SnapshotIsolationTransaction
-
- getTableFile(String) -
Method in class org.axiondb.engine.tables.BaseDiskTable
-
- getTableIdentifier() -
Method in class org.axiondb.ColumnIdentifier
- Returns my table identifier, if any.
- getTableModificationListeners() -
Method in class org.axiondb.engine.tables.ExternalDatabaseTable
-
- getTableModificationListeners() -
Method in class org.axiondb.event.BaseTableModificationPublisher
-
- getTableModificationListeners() -
Method in interface org.axiondb.Table
-
- getTableName() -
Method in class org.axiondb.ColumnIdentifier
- Returns the name of my table or null.
- getTableName() -
Method in class org.axiondb.engine.commands.ConstraintCommand
-
- getTableName(int) -
Method in class org.axiondb.jdbc.AxionResultSetMetaData
-
- getTableName() -
Method in class org.axiondb.TableIdentifier
-
- getTablePrivileges(String, String, String) -
Method in class org.axiondb.jdbc.AxionDatabaseMetaData
- Currently not supported.
- getTableProperties() -
Method in class org.axiondb.engine.tables.BaseTableOrganizationContext
-
- getTableProperties() -
Method in class org.axiondb.engine.tables.DelimitedFlatfileTable
-
- getTableProperties() -
Method in class org.axiondb.engine.tables.ExternalAxionDBTable
-
- getTableProperties() -
Method in class org.axiondb.engine.tables.ExternalDatabaseTable
-
- getTableProperties() -
Method in class org.axiondb.engine.tables.FixedWidthFlatfileTable
-
- getTableProperties() -
Method in class org.axiondb.engine.tables.TaggedEBCDICTable
-
- getTableProperties() -
Method in interface org.axiondb.ExternalTable
- Gets Organization Property.
- getTableProperties() -
Method in interface org.axiondb.TableOrganizationContext
- Gets table properties for this external table instance.
- getTables() -
Method in class org.axiondb.engine.BaseDatabase
-
- getTables() -
Method in class org.axiondb.engine.commands.AxionQueryContext
-
- getTables(int) -
Method in class org.axiondb.engine.commands.AxionQueryContext
-
- getTables() -
Method in class org.axiondb.engine.tables.TableView
-
- getTables(String, String, String, String[]) -
Method in class org.axiondb.jdbc.AxionDatabaseMetaData
- Supported.
- getTableTypes() -
Method in class org.axiondb.jdbc.AxionDatabaseMetaData
- Supported.
- getTableView(Database, String) -
Method in class org.axiondb.engine.commands.SubSelectCommand
- Return TableView a table wrapper to hold sub-query RowIterator.
- getTableView(Database, String, boolean) -
Method in class org.axiondb.engine.commands.SubSelectCommand
- Return TableView a table wrapper to hold sub-query RowIterator.
- getTabSize(int) -
Method in class org.axiondb.parser.SimpleCharStream
-
- getTargetTable() -
Method in class org.axiondb.engine.commands.InsertIntoClause
-
- getTargetTableId() -
Method in class org.axiondb.engine.commands.InsertIntoClause
-
- getTime(int) -
Method in class org.axiondb.jdbc.AxionResultSet
-
- getTime(int, Calendar) -
Method in class org.axiondb.jdbc.AxionResultSet
-
- getTime(String) -
Method in class org.axiondb.jdbc.AxionResultSet
-
- getTime(String, Calendar) -
Method in class org.axiondb.jdbc.AxionResultSet
-
- getTime(int) -
Method in class org.axiondb.jdbc.BaseAxionResultSetDecorator
-
- getTime(int, Calendar) -
Method in class org.axiondb.jdbc.BaseAxionResultSetDecorator
-
- getTime(String) -
Method in class org.axiondb.jdbc.BaseAxionResultSetDecorator
-
- getTime(String, Calendar) -
Method in class org.axiondb.jdbc.BaseAxionResultSetDecorator
-
- getTimeDateFunctions() -
Method in class org.axiondb.jdbc.AxionDatabaseMetaData
- Currently not supported.
- getTimestamp(int) -
Method in class org.axiondb.jdbc.AxionResultSet
-
- getTimestamp(int, Calendar) -
Method in class org.axiondb.jdbc.AxionResultSet
-
- getTimestamp(String) -
Method in class org.axiondb.jdbc.AxionResultSet
-
- getTimestamp(String, Calendar) -
Method in class org.axiondb.jdbc.AxionResultSet
-
- getTimestamp(int) -
Method in class org.axiondb.jdbc.BaseAxionResultSetDecorator
-
- getTimestamp(int, Calendar) -
Method in class org.axiondb.jdbc.BaseAxionResultSetDecorator
-
- getTimestamp(String) -
Method in class org.axiondb.jdbc.BaseAxionResultSetDecorator
-
- getTimestamp(String, Calendar) -
Method in class org.axiondb.jdbc.BaseAxionResultSetDecorator
-
- getTimeZone() -
Static method in class org.axiondb.types.TimestampType
-
- getTimeZone() -
Static method in class org.axiondb.types.TimeType
-
- getToken(int) -
Method in class org.axiondb.parser.AxionDateTimeFormatParser
- Get the specific Token.
- getToken(int) -
Method in class org.axiondb.parser.AxionSqlParser
- Get the specific Token.
- getTransactionIsolation() -
Method in class org.axiondb.jdbc.AxionConnection
-
- getTransactionManager() -
Method in interface org.axiondb.Database
- Get the
TransactionManager
for this database.
- getTransactionManager() -
Method in class org.axiondb.engine.BaseDatabase
-
- getTransactionManager() -
Method in class org.axiondb.engine.SnapshotIsolationTransaction
-
- getType() -
Method in interface org.axiondb.Constraint
- Get a human-readable descrption of the type of constraint I represent.
- getType() -
Method in class org.axiondb.constraints.BaseConstraint
-
- getType() -
Method in class org.axiondb.engine.commands.CreateIndexCommand
-
- getType() -
Method in class org.axiondb.engine.commands.CreateTableCommand
-
- getType() -
Method in class org.axiondb.engine.indexes.BaseArrayIndex
-
- getType() -
Method in class org.axiondb.engine.indexes.BaseBTreeIndex
-
- getType() -
Method in class org.axiondb.engine.tables.BaseTable
-
- getType() -
Method in class org.axiondb.engine.tables.ExternalAxionDBTable
-
- getType() -
Method in class org.axiondb.engine.tables.ExternalDatabaseTable
-
- getType() -
Method in class org.axiondb.engine.tables.TableView
-
- getType() -
Method in class org.axiondb.engine.TransactableTableImpl
-
- getType() -
Method in class org.axiondb.FromNode
- get the type of the join
- getType() -
Method in interface org.axiondb.Index
- Returns my type.
- getType() -
Method in class org.axiondb.jdbc.AxionResultSet
-
- getType() -
Method in class org.axiondb.jdbc.BaseAxionResultSetDecorator
-
- getType() -
Method in interface org.axiondb.Table
- Get the type of this table.
- getTypeInfo() -
Method in class org.axiondb.jdbc.AxionDatabaseMetaData
- Supported.
- getTypeMap() -
Method in class org.axiondb.jdbc.AxionConnection
-
- getUDTs(String, String, String, int[]) -
Method in class org.axiondb.jdbc.AxionDatabaseMetaData
- Currently not supported.
- getUnicodeStream(int) -
Method in class org.axiondb.jdbc.AxionResultSet
- Deprecated. See
ResultSet.getUnicodeStream(int)
- getUnicodeStream(String) -
Method in class org.axiondb.jdbc.AxionResultSet
- Deprecated. See
ResultSet.getUnicodeStream(int)
- getUnicodeStream(int) -
Method in class org.axiondb.jdbc.BaseAxionResultSetDecorator
-
- getUnicodeStream(String) -
Method in class org.axiondb.jdbc.BaseAxionResultSetDecorator
-
- getUpdateCount() -
Method in class org.axiondb.jdbc.AxionStatement
-
- getUpdateSQL() -
Method in class org.axiondb.engine.tables.ExternalDatabaseTable
-
- getUpdateValueIterator() -
Method in class org.axiondb.engine.commands.UpsertCommand
-
- getURL() -
Method in class org.axiondb.jdbc.AxionConnection
-
- getURL() -
Method in class org.axiondb.jdbc.AxionDatabaseMetaData
- Returns the connect string used to establish my
Connection
.
- getURL(int) -
Method in class org.axiondb.jdbc.AxionResultSet
-
- getURL(String) -
Method in class org.axiondb.jdbc.AxionResultSet
-
- getURL(int) -
Method in class org.axiondb.jdbc.BaseAxionResultSetDecorator
-
- getURL(String) -
Method in class org.axiondb.jdbc.BaseAxionResultSetDecorator
-
- getUserName() -
Method in class org.axiondb.DatabaseLink
-
- getUserName() -
Method in class org.axiondb.jdbc.AxionDatabaseMetaData
- Currently returns
null
.
- getUsingSubSelectCommand() -
Method in class org.axiondb.engine.commands.UpsertCommand
-
- getUtf8Stream() -
Method in class org.axiondb.types.ClobSource
-
- getValue() -
Method in class org.axiondb.engine.rowcollection.IntHashMap.Entry
- Returns the value for this entry.
- getValue() -
Method in class org.axiondb.event.DatabaseSequenceEvent
-
- getValue() -
Method in class org.axiondb.parser.Token
- An optional attribute value of the Token.
- getValue() -
Method in class org.axiondb.Sequence
- Get the current value of this sequence.
- getValueCount() -
Method in class org.axiondb.engine.commands.InsertIntoClause
-
- getValueCount() -
Method in class org.axiondb.engine.commands.UpdateCommand
-
- getValueIterator() -
Method in class org.axiondb.engine.commands.InsertCommand
-
- getValueIterator() -
Method in class org.axiondb.engine.commands.InsertIntoClause
-
- getValueIterator() -
Method in class org.axiondb.engine.commands.UpdateCommand
-
- getValueList() -
Method in class org.axiondb.engine.indexes.BaseArrayIndex
-
- getValues() -
Method in class org.axiondb.engine.commands.InsertIntoClause
-
- getValues() -
Method in class org.axiondb.jdbc.AxionPreparedStatement.Parameters
-
- getVendorCode() -
Method in exception org.axiondb.AxionException
- Returns the Axion-specific vendor code for this exception
- getVersionColumns(String, String, String) -
Method in class org.axiondb.jdbc.AxionDatabaseMetaData
- Currently not supported.
- getWarnings() -
Method in class org.axiondb.jdbc.AxionConnection
-
- getWarnings() -
Method in class org.axiondb.jdbc.AxionResultSet
-
- getWarnings() -
Method in class org.axiondb.jdbc.AxionStatement
-
- getWarnings() -
Method in class org.axiondb.jdbc.BaseAxionResultSetDecorator
-
- getWhenClause() -
Method in class org.axiondb.engine.commands.InsertIntoClause
-
- getWhere() -
Method in class org.axiondb.engine.commands.AxionQueryContext
- Returns the
where tree
for this query.
- getWhere() -
Method in class org.axiondb.engine.commands.DeleteCommand
-
- getWhere() -
Method in class org.axiondb.engine.commands.UpdateCommand
-
- glomLobs() -
Method in class org.axiondb.engine.tables.DiskTable
- Deprecated. use GlomLobsHelper instead
- glomLobs() -
Method in class org.axiondb.engine.tables.GlomLobsHelper
-
- GlomLobsHelper - Class in org.axiondb.engine.tables
- An Utility to glom lobs.
- GlomLobsHelper(DiskTable) -
Constructor for class org.axiondb.engine.tables.GlomLobsHelper
-
- GREATER -
Static variable in interface org.axiondb.parser.AxionSqlParserConstants
- RegularExpression Id.
- GREATEREQUAL -
Static variable in interface org.axiondb.parser.AxionSqlParserConstants
- RegularExpression Id.
- GreaterThanFunction - Class in org.axiondb.functions
-
- GreaterThanFunction() -
Constructor for class org.axiondb.functions.GreaterThanFunction
-
- GreaterThanOrEqualFunction - Class in org.axiondb.functions
-
- GreaterThanOrEqualFunction() -
Constructor for class org.axiondb.functions.GreaterThanOrEqualFunction
-
- GROUP -
Static variable in interface org.axiondb.parser.AxionSqlParserConstants
- RegularExpression Id.
- GroupedRowIterator - Class in org.axiondb.engine.rowiterators
- Processes a "raw" iterator to implement GROUP BY functionality.
- GroupedRowIterator(boolean, RowIterator, Map, List, List, Selectable, Selectable, List) -
Constructor for class org.axiondb.engine.rowiterators.GroupedRowIterator
-
- GroupedRowIterator(RowIterator, Map, List, List, Selectable, List) -
Constructor for class org.axiondb.engine.rowiterators.GroupedRowIterator
-
ColumnIdentifier
references a column in this table
true
if I have a current Row
.
equals
/
hashCode
contract.
IntHashMap
.
Object.hashCode()
contract.
equals
/
hashCode
contract.
Object.hashCode()
contract.
equals
/
hashCode
contract.
ComparatorChain.equals(java.lang.Object)
.
true
iff the given Index
exists.
true
if I have more Row
s when traversing the list
in the forward direction.
true
if I have more Row
s when traversing the list
in the reverse direction.
IFTHEN(condition value)
: returns value if condition
evalates to true; else, it returns null.Index
instances.indices
to disk.ResultSet.rowInserted
.
array index
over integer keys.IndexLoader
for IntArrayIndex
.B-Tree index
over integer keys.IndexLoader
for IntBTreeIndex
.DataType
representing an integer value.IntHashMap
entry.IntListIterator
s into
a single IntListIterator
.Index
exists for the given Column
IntHashMap
contains no key-value mappings.
true
if there are no rows to report with this iterator.
true
when this database is known to be read only, false
otherwise.
TransactionManager.shutdown()
.
Row
composed of zero or more Row
s, joined together
end-to-end.JoinedRow
s.RowIterator
that simply wraps a ListIterator
.Row
in the list, positioning the cursor to just after the
last Row
in the list.
Row
which loads data from a RowSource
as needed.RowIterator
that creates LazyRow
s based upon a list of
Row
identifiers.Type integer
representing the
length of the input string .RowIterator
implementing LIMIT and OFFSET.RowIterator
that simply wraps a ListIterator
.RowIterator
that for a given List
.typed
literal value.LobSource
s.LobLocator
s.DataType
representing a Large Object (LOB), for example a Clob
or
Blob
.string
containing the lower
case version of the input string .RowIterator
for the current query/subquery.
TransactableTable
for this table.
BooleanTypeboolean
that
indicates whether first string matches the regular expression pattern
represented by the second string.Database
.Table
.TableFactory
for memory-based tables
.Row
in the list, or throws
NoSuchElementException
if no next Row
exists.
RowIterator.next()
row, if any, or the number of elements is
the iterator if we've reached the end.
Selectable
s is null
.true
.
false
, since null
s are considered greater
than any non- null
value.
false
, since null
s are considered greater
than any non- null
value.
true
, since null
s are considered greater
than any non- null
value.
false
, since null
s are considered greater
than any non- null
value.
index
over Object
keys.IndexLoader
for ObjectArrayIndex
.Object
s, based on the implementation described in
"Introduction to Algorithms" by Cormen, Leiserson and Rivest (CLR).B-Tree index
over Object
keys.IndexLoader
for ObjectBTreeIndex
.DataType
representing a Serializable
object value.OrderNode
that sorts the given selectable in
ascending or descending order.
Constraint
implementations.AxionCommand
implementations.RowIterator
implementations.Function
implementations.DataType
implementations.command
from the given String
.
RowIterator.next()
, if any, but
don't update my position.
RowIterator.previous()
, if any,
but don't update my position.
Index
, adding my current rows to it.
Row
in the list, or throws
NoSuchElementException
if no next Row
exists.
RowIterator.previous()
row, if any, or -1 if we're add the
beginning of the list.
Selectable
s are
null
or my collection of Selectable
s is not
unique
.IntHashMap
.
IntHashMap
.
IntRowMap
.
DataInput
.
DataInput
.
DelegatingRowIterator
that is wraps
a RowIterator
from some Index
,
and that can be reset
to recreate the iterator
for a new bound value
.REMOUNT
command, which points the database at
a new location or refresh the external table.IntHashMap
if present.
Row
at the current position in my underlying collection, or throw
UnsupportedOperationException
.
IntRowMap
if present.
RowIterator
to its initial state (positioned just
before the first Row
in the list).
org.axiondb.Selectableidentifiers
I may have.
resolves
all of the
Selectable
s in my list.
Comparator
for Rows
, which will sort a collection according to
the value of a single selectable.Row
with meta-information.RowDecorator
s.Table
.Table
has changed, for
example, due to a DML command.Table
.Row
s.RowDecoratorIterator
based upon some decorator
and
RowIterator
.Row
generator and container.Table
.RowCollection
view of the values contained in this
IntRowMap
.
Row
wrapper for sub-query view.