Interface DdlExecutor

All Known Implementing Classes:
DdlExecutorImpl, MockDdlExecutor, ServerDdlExecutor

public interface DdlExecutor
Executes DDL commands.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final DdlExecutor
    DDL executor that cannot handle any DDL.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Executes a DDL statement.