public class SQLBuilderBase.DropTableBuilderBase extends SQLBuilderBase.AbstractStatement implements SQLBuilder.DropTableBuilder
Modifier and Type | Field and Description |
---|---|
protected SQLBuilder.TableNameBuilder |
table |
properties
Constructor and Description |
---|
DropTableBuilderBase() |
Modifier and Type | Method and Description |
---|---|
void |
accept(ExpressionBuilder.Visitor visitor,
ExpressionBuilder.VisitorFilter filter) |
SQLBuilder.TableNameBuilder |
table() |
java.lang.String |
toString() |
java.lang.String |
toString(Formatter<ExpressionBuilder.Value> formatter) |
java.util.List<java.lang.String> |
toStrings() |
java.util.List<java.lang.String> |
toStrings(Formatter formatter) |
clone
copyPropertiesFrom, getProperties, getProperty, replace, setProperty
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
clone, copyPropertiesFrom, replace
getProperties, getProperty, setProperty
cloneQuietly, cloneQuietly
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
accept
in class ExpressionBuilder.AbstractValue
public java.lang.String toString()
toString
in class java.lang.Object
public java.lang.String toString(Formatter<ExpressionBuilder.Value> formatter)
toString
in interface ExpressionBuilder.Value
public java.util.List<java.lang.String> toStrings()
toStrings
in interface SQLBuilder.DropTableBuilder
public java.util.List<java.lang.String> toStrings(Formatter formatter)
toStrings
in interface SQLBuilder.DropTableBuilder