public class SQLBuilderBase.DropTableBuilderBase extends Object implements SQLBuilder.DropTableBuilder
Modifier and Type | Field and Description |
---|---|
protected SQLBuilder.TableNameBuilder |
table |
Constructor and Description |
---|
DropTableBuilderBase() |
Modifier and Type | Method and Description |
---|---|
void |
accept(ExpressionBuilder.Visitor visitor,
ExpressionBuilder.VisitorFilter filter) |
SQLBuilder.TableNameBuilder |
table() |
String |
toString() |
List<String> |
toStrings() |
protected SQLBuilder.TableNameBuilder table
public SQLBuilder.TableNameBuilder table()
table
in interface SQLBuilder.DropTableBuilder
public void accept(ExpressionBuilder.Visitor visitor, ExpressionBuilder.VisitorFilter filter)
accept
in interface ExpressionBuilder.Visitable
public List<String> toStrings()
toStrings
in interface SQLBuilder.DropTableBuilder