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