Modifier and Type | Class and Description |
---|---|
class |
OCommandExecutorAbstract
Abstract implementation of Executor Command interface.
|
Modifier and Type | Class and Description |
---|---|
class |
OCommandExecutorFunction
Executes Script Commands.
|
class |
OCommandExecutorScript
Executes Script Commands.
|
Modifier and Type | Class and Description |
---|---|
class |
OCommandExecutorSQLAbstract
SQL abstract Command Executor implementation.
|
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 |
OCommandExecutorSQLCreateFunction
SQL CREATE FUNCTION command.
|
class |
OCommandExecutorSQLCreateIndex
SQL CREATE INDEX command: Create a new index against a property.
|
class |
OCommandExecutorSQLCreateLink
SQL CREATE LINK command: Transform a JOIN relationship to a physical LINK
|
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 |
OCommandExecutorSQLGrant
SQL GRANT command: Grant a privilege to a database role.
|
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 |
OCommandExecutorSQLPermissionAbstract
SQL GRANT command: Grant a privilege to a database role.
|
class |
OCommandExecutorSQLRebuildIndex
SQL REMOVE INDEX command: Remove an index
|
class |
OCommandExecutorSQLResultsetAbstract
Executes a TRAVERSE crossing records.
|
class |
OCommandExecutorSQLResultsetDelegate
SQL UPDATE command.
|
class |
OCommandExecutorSQLRetryAbstract
Base abstract class with RETRY
|
class |
OCommandExecutorSQLRevoke
SQL REVOKE command: Revoke a privilege to a database role.
|
class |
OCommandExecutorSQLSelect
Executes the SQL SELECT statement.
|
class |
OCommandExecutorSQLSetAware |
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 | Method and Description |
---|---|
static OSQLFunctionRuntime |
OSQLHelper.getFunction(OBaseParser iCommand,
String iWord) |
static Object |
OSQLHelper.parseValue(OBaseParser iCommand,
String iWord,
OCommandContext iContext) |
static Object |
OSQLHelper.parseValue(OBaseParser iCommand,
String iWord,
OCommandContext iContext,
boolean resolveContextVariables) |
static Object |
OSQLHelper.parseValue(OSQLPredicate iSQLFilter,
OBaseParser iCommand,
String iWord,
OCommandContext iContext) |
Modifier and Type | Class and Description |
---|---|
class |
OSQLFilter
Parsed query.
|
class |
OSQLPredicate
Parses text in SQL format and build a tree of conditions.
|
class |
OSQLTarget
Target parser.
|
Modifier and Type | Method and Description |
---|---|
protected void |
OSQLFilterItemFieldAny.setRoot(OBaseParser iQueryToParse,
String iRoot) |
protected abstract void |
OSQLFilterItemAbstract.setRoot(OBaseParser iQueryToParse,
String iRoot) |
void |
OSQLFilterItemVariable.setRoot(OBaseParser iQueryToParse,
String iRoot) |
void |
OSQLFilterItemField.setRoot(OBaseParser iQueryToParse,
String iRoot) |
protected void |
OSQLFilterItemFieldAll.setRoot(OBaseParser iQueryToParse,
String iRoot) |
Constructor and Description |
---|
OSQLFilterItemAbstract(OBaseParser iQueryToParse,
String iText) |
OSQLFilterItemField(OBaseParser iQueryToParse,
String iName,
OClass iClass) |
OSQLFilterItemVariable(OBaseParser iQueryToParse,
String iName) |
Modifier and Type | Method and Description |
---|---|
protected void |
OSQLFunctionRuntime.setRoot(OBaseParser iQueryToParse,
String iText) |
Constructor and Description |
---|
OSQLFunctionRuntime(OBaseParser iQueryToParse,
String iText) |
Modifier and Type | Method and Description |
---|---|
protected void |
OSQLMethodRuntime.setRoot(OBaseParser iQueryToParse,
String iText) |
Constructor and Description |
---|
OSQLMethodRuntime(OBaseParser iQueryToParse,
String iText) |
Modifier and Type | Class and Description |
---|---|
class |
OCommandGremlinExecutor
Executes a GREMLIN 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.