Package | Description |
---|---|
org.axiondb.engine.commands |
AxionCommand implementations. |
Modifier and Type | Class and Description |
---|---|
class |
AddConstraintCommand
An
ADD CONSTRAINT command, as generated by ALTER TABLE
and CREATE TABLE statements. |
class |
AlterSequenceCommand
A
ALTER SEQUENCE command. |
class |
AlterTableCommand
A ALTER TABLE tableName ADD | DROP |ALTER column definition command.
|
class |
CheckFileStateCommand
A
CHECKFILESTATE query. |
class |
ChildTableUpdater
Update/Delete Child rows for a given relation.
|
class |
ConstraintCommand |
class |
CreateCommand
Abstract base for commands like
CREATE TABLE and
CREATE SEQUENCE . |
class |
CreateDatabaseLinkCommand
A
CREATE DATABASE LINK command. |
class |
CreateIndexCommand
A
CREATE [UNIQUE] [TYPE] INDEX command. |
class |
CreateSequenceCommand
A
CREATE SEQUENCE command. |
class |
CreateTableCommand
A
CREATE [TYPE] TABLE command. |
class |
CreateViewCommand
A
CREATE VIEW AS sub-query command. |
class |
DefragCommand
A DEFRAG TABLE tableName command, to compact the a disk resident table
|
class |
DeleteCommand
A DELETE command.
|
class |
DropCommand
Abstract base class for things like
DROP TABLE and
DROP SEQUENCE . |
class |
DropConstraintCommand
A
DROP CONSTRAINT command. |
class |
DropDatabaseLinkCommand
A
DROP DATABASE LINK command. |
class |
DropIndexCommand
A
DROP INDEX command. |
class |
DropSequenceCommand
A
DROP SEQUENCE command. |
class |
DropTableCommand
A
DROP TABLE command. |
class |
DropViewCommand
A
DROP VIEW command. |
class |
InsertCommand
An INSERT statement.
|
class |
InsertIntoClause
An INSERT INTO Clause.
|
class |
RemountCommand
A
REMOUNT command, which points the database at
a new location or refresh the external table. |
class |
SelectCommand
A SELECT query.
|
class |
ShutdownCommand
A SHUTDOWN command, which closes the database.
|
class |
SubSelectCommand
A Sub SELECT query used for view, scalar value, from node, row list
|
class |
TruncateCommand
A
TRUNCATE TABLE command. |
class |
UpdateCommand
An UPDATE command.
|
class |
UpsertCommand
An UPSERT or MERGE command.
|