public class DropTableSqlProcessorImpl extends Object implements DropTableSqlProcessor
Modifier and Type | Field and Description |
---|---|
static DropTableSqlProcessor |
dropTableSqlProcessor |
Constructor and Description |
---|
DropTableSqlProcessorImpl() |
Modifier and Type | Method and Description |
---|---|
protected String |
delimiter(String name) |
List<String> |
getDropSqls() |
static DropTableSqlProcessor |
getInstance(String languageType) |
String |
getLanguageType() |
protected String |
getSingleDropSql(Table table) |
public static DropTableSqlProcessor dropTableSqlProcessor
public static DropTableSqlProcessor getInstance(String languageType)
public String getLanguageType()
getLanguageType
in interface DropTableSqlProcessor
public List<String> getDropSqls()
getDropSqls
in interface DropTableSqlProcessor
Copyright © 2006–2018 TinyGroup. All rights reserved.