Class OSimpleExecServerStatement

All Implemented Interfaces:
Node
Direct Known Subclasses:
OAlterSystemRoleStatement, OCreateDatabaseStatement, OCreateSystemUserStatement, ODropDatabaseStatement, OExistsSystemUserStatement

public abstract class OSimpleExecServerStatement extends OServerStatement
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)