Class OSimpleExecStatement

All Implemented Interfaces:
Node
Direct Known Subclasses:
OAlterRoleStatement, OAlterSecurityPolicyStatement, OBeginStatement, OCommitStatement, OConsoleStatement, OCreateFunctionStatement, OCreateLinkStatement, OCreateSecurityPolicyStatement, OCreateSequenceStatement, OCreateUserStatement, ODropUserStatement, OExpressionStatement, OGrantStatement, OHaSetStatement, OHaStatusStatement, OHaSyncClusterStatement, OHaSyncDatabaseStatement, OLetStatement, OOptimizeDatabaseStatement, OProfileStorageStatement, ORebuildIndexStatement, OReturnStatement, ORevokeStatement, ORollbackStatement, OSleepStatement, OTruncateRecordStatement

public abstract class OSimpleExecStatement extends OStatement
Superclass for SQL statements that are too simple to deserve an execution planner. All the execution is delegated to the statement itself, with the execute(ctx) method.
Author:
Luigi Dell'Aquila (l.dellaquila-(at)-orientdb.com)