Class OCommandExecutorSQLRetryAbstract

All Implemented Interfaces:
OCommandExecutor
Direct Known Subclasses:
OCommandExecutorSQLUpdate

public abstract class OCommandExecutorSQLRetryAbstract extends OCommandExecutorSQLSetAware
Base abstract class with RETRY
Author:
Luca Garulli (l.garulli--(at)--orientdb.com)
  • Field Details

    • KEYWORD_RETRY

      public static final String KEYWORD_RETRY
      See Also:
    • retry

      protected int retry
    • wait

      protected int wait
  • Constructor Details

    • OCommandExecutorSQLRetryAbstract

      public OCommandExecutorSQLRetryAbstract()
  • Method Details