DropTable

This class represents the statement DROP TABLE

Methods
void addNextDropTable(DropTable drop)
Chain another drop table statement to this statement.
void addNextDropTable(DropTable drop)
Chain another drop table statement to this statement.
Parameters:
drop - the statement to add
int getType()
int getType()
void setDropAction(ConstraintActionType dropAction)
void setDropAction(ConstraintActionType dropAction)
void setIfExists(boolean b)
void setIfExists(boolean b)
void setTableName(String tableName)
void setTableName(String tableName)
int update()
int update()