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