Modifier and Type | Class and Description |
---|---|
class |
OCommandExecutorScript
Executes Script Commands.
|
Modifier and Type | Class and Description |
---|---|
class |
OCommandExecutorSQLAlterClass
SQL ALTER PROPERTY command: Changes an attribute of an existent property in the target class.
|
class |
OCommandExecutorSQLAlterCluster
SQL ALTER PROPERTY command: Changes an attribute of an existent property in the target class.
|
class |
OCommandExecutorSQLAlterDatabase
SQL ALTER DATABASE command: Changes an attribute of the current database.
|
class |
OCommandExecutorSQLAlterProperty
SQL ALTER PROPERTY command: Changes an attribute of an existent property in the target class.
|
class |
OCommandExecutorSQLAlterSequence |
class |
OCommandExecutorSQLCreateClass
SQL CREATE CLASS command: Creates a new property in the target class.
|
class |
OCommandExecutorSQLCreateCluster
SQL CREATE CLUSTER command: Creates a new cluster.
|
class |
OCommandExecutorSQLCreateEdge
SQL CREATE EDGE command.
|
class |
OCommandExecutorSQLCreateIndex
SQL CREATE INDEX command: Create a new index against a property.
|
class |
OCommandExecutorSQLCreateProperty
SQL CREATE PROPERTY command: Creates a new property in the target class.
|
class |
OCommandExecutorSQLCreateSequence |
class |
OCommandExecutorSQLCreateUser
Creates a new user.
|
class |
OCommandExecutorSQLCreateVertex
SQL CREATE VERTEX command.
|
class |
OCommandExecutorSQLDelegate
SQL UPDATE command.
|
class |
OCommandExecutorSQLDelete
SQL UPDATE command.
|
class |
OCommandExecutorSQLDeleteEdge
SQL DELETE EDGE command.
|
class |
OCommandExecutorSQLDeleteVertex
SQL DELETE VERTEX command.
|
class |
OCommandExecutorSQLDropClass
SQL DROP CLASS command: Drops a class from the database.
|
class |
OCommandExecutorSQLDropCluster
SQL DROP CLUSTER command: Drop a cluster from the database
|
class |
OCommandExecutorSQLDropIndex
SQL REMOVE INDEX command: Remove an index
|
class |
OCommandExecutorSQLDropProperty
SQL CREATE PROPERTY command: Creates a new property in the target class.
|
class |
OCommandExecutorSQLDropSequence |
class |
OCommandExecutorSQLDropUser
Drops a use.
|
class |
OCommandExecutorSQLEarlyResultsetAbstract
Abstract class that early executes the command and provide the iterator interface on top of the
resultset.
|
class |
OCommandExecutorSQLExplain
Explains the execution of a command returning profiling information.
|
class |
OCommandExecutorSQLFindReferences
FIND REFERENCES command: Finds references to records in all or part of database
|
class |
OCommandExecutorSQLInsert
SQL INSERT command.
|
class |
OCommandExecutorSQLLiveSelect |
class |
OCommandExecutorSQLLiveUnsubscribe |
class |
OCommandExecutorSQLMoveVertex
SQL MOVE VERTEX command.
|
class |
OCommandExecutorSQLOptimizeDatabase
SQL ALTER DATABASE command: Changes an attribute of the current database.
|
class |
OCommandExecutorSQLRebuildIndex
SQL REMOVE INDEX command: Remove an index
|
class |
OCommandExecutorSQLResultsetAbstract
Executes a TRAVERSE crossing records.
|
class |
OCommandExecutorSQLResultsetDelegate
SQL UPDATE command.
|
class |
OCommandExecutorSQLSelect
Executes the SQL SELECT statement.
|
class |
OCommandExecutorSQLTransactional
Acts as a delegate to the real command inserting the execution of the command inside a new
transaction if not yet begun.
|
class |
OCommandExecutorSQLTraverse
Executes a TRAVERSE crossing records.
|
class |
OCommandExecutorSQLTruncateClass
SQL TRUNCATE CLASS command: Truncates an entire class deleting all configured clusters where the
class relies on.
|
class |
OCommandExecutorSQLTruncateCluster
SQL TRUNCATE CLUSTER command: Truncates an entire record cluster.
|
class |
OCommandExecutorSQLTruncateRecord
SQL TRUNCATE RECORD command: Truncates a record without loading it.
|
class |
OCommandExecutorSQLUpdate
SQL UPDATE command.
|
Modifier and Type | Class and Description |
---|---|
class |
OCommandExecutorSQLHARemoveServer
SQL HA REMOVE SERVER command: removes a server from ha configuration.
|
class |
OCommandExecutorSQLHAStatus
SQL HA STATUS command: returns the high availability configuration.
|
class |
OCommandExecutorSQLHASyncCluster
SQL HA SYNC CLUSTER command: synchronizes a cluster from distributed servers.
|
class |
OCommandExecutorSQLHASyncDatabase
SQL HA SYNC DATABASE command: synchronizes database form distributed servers.
|
Copyright © 2009–2020 OrientDB. All rights reserved.