Class DdlExecutorImpl

java.lang.Object
org.apache.calcite.server.DdlExecutorImpl
All Implemented Interfaces:
DdlExecutor, ReflectiveVisitor
Direct Known Subclasses:
MockDdlExecutor, ServerDdlExecutor

public class DdlExecutorImpl extends Object implements DdlExecutor, ReflectiveVisitor
Abstract implementation of DdlExecutor.
  • Constructor Details

    • DdlExecutorImpl

      protected DdlExecutorImpl()
      Creates a DdlExecutorImpl. Protected only to allow sub-classing; use a singleton instance where possible.
  • Method Details