com.atlassian.confluence.upgrade.ddl
Interface DdlCommand

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

public interface DdlCommand

A command to edit SQL data definitions.


Method Summary
 String getStatement()
           
 

Method Detail

getStatement

String getStatement()


Copyright © 2003–2015 Atlassian. All rights reserved.