Interface DdlCommand
- All Known Implementing Classes:
CreateIndexCommand
,CreateUniqueConstraintWithMultipleNullsCommand
,DropIndexCommand
,DropTableCommand
,DropTableIfExistsCommand
,RenameTableCommand
public interface DdlCommand
A command to edit SQL data definitions.
-
Method Summary
-
Method Details
-
getStatement
String getStatement()
-