Interface DdlCommand
-
- All Known Implementing Classes:
CreateIndexCommand
,CreateUniqueConstraintWithMultipleNullsCommand
,DropIndexCommand
,DropTableCommand
,DropTableIfExistsCommand
,RenameTableCommand
public interface DdlCommand
A command to edit SQL data definitions.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getStatement()
-
-
-
Method Detail
-
getStatement
String getStatement()
-
-