public class SQLBuilderBase.UpdateBuilderBase extends SQLBuilderBase.AbstractStatement implements SQLBuilder.UpdateBuilder
Modifier and Type | Field and Description |
---|---|
protected java.util.List<SQLBuilder.UpdateColumnBuilder> |
columns |
protected SQLBuilder.TableNameBuilder |
table |
protected GeometryExpressionBuilder |
where |
properties
Constructor and Description |
---|
UpdateBuilderBase() |
Modifier and Type | Method and Description |
---|---|
void |
accept(ExpressionBuilder.Visitor visitor,
ExpressionBuilder.VisitorFilter filter) |
SQLBuilder.UpdateColumnBuilder |
column() |
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 java.util.List<SQLBuilder.UpdateColumnBuilder> columns
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.UpdateBuilder
public SQLBuilder.TableNameBuilder table()
table
in interface SQLBuilder.UpdateBuilder
public SQLBuilder.UpdateColumnBuilder column()
column
in interface SQLBuilder.UpdateBuilder
public boolean has_where()
has_where
in interface SQLBuilder.UpdateBuilder
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