Class OCommandSQL

All Implemented Interfaces:
OCommandRequest, OCommandRequestInternal, OCommandRequestText
Direct Known Subclasses:
OCommandSQLResultset

public class OCommandSQL extends OCommandRequestTextAbstract
SQL command request implementation. It just stores the request and delegated the execution to the configured OCommandExecutor.
Author:
Luca Garulli (l.garulli--(at)--orientdb.com)
  • Constructor Details

    • OCommandSQL

      public OCommandSQL()
    • OCommandSQL

      public OCommandSQL(String iText)
  • Method Details