Interface DdlCommand

All Known Implementing Classes:
CreateIndexCommand, CreateUniqueConstraintWithMultipleNullsCommand, DropIndexCommand, DropTableCommand, DropTableIfExistsCommand, RenameTableCommand

public interface DdlCommand
A command to edit SQL data definitions.
  • Method Summary

    Modifier and Type
    Method
    Description
     
  • Method Details

    • getStatement

      String getStatement()