public static interface SQLBuilder.UpdateBuilder extends SQLBuilder.Statement
Modifier and Type | Method and Description |
---|---|
SQLBuilder.UpdateColumnBuilder |
column() |
boolean |
has_where() |
SQLBuilder.TableNameBuilder |
table() |
ExpressionBuilder |
where() |
accept
SQLBuilder.TableNameBuilder table()
SQLBuilder.UpdateColumnBuilder column()
ExpressionBuilder where()
boolean has_where()