public static class UpdateStatementBuilder.UpdateOngoingWhere extends UpdateStatementBuilder.Buildable implements OngoingWhere<UpdateStatementBuilder.UpdateOngoingWhereOr,UpdateStatementBuilder.UpdateOngoingWhereAnd>
alias, andPredicateListsBuilder, assignments, namespaceName, orPredicateListsBuilder, predicate, tableName
Modifier and Type | Method and Description |
---|---|
UpdateStatementBuilder.UpdateOngoingWhereAnd |
and(OrPredicateList orPredicateList)
Specifies WHERE predicates.
|
UpdateStatementBuilder.UpdateOngoingWhereAnd |
and(Predicate predicate)
Adds a WHERE predicate.
|
UpdateStatementBuilder.UpdateOngoingWhereOr |
or(AndPredicateList andPredicateList)
Specifies WHERE predicates.
|
UpdateStatementBuilder.UpdateOngoingWhereOr |
or(Predicate predicate)
Adds a WHERE predicate.
|
build, withAbacReadTag, withAbacWriteTag, withAttribute, withAttributes
public UpdateStatementBuilder.UpdateOngoingWhereAnd and(Predicate predicate)
OngoingWhere
and
in interface OngoingWhere<UpdateStatementBuilder.UpdateOngoingWhereOr,UpdateStatementBuilder.UpdateOngoingWhereAnd>
predicate
- a WHERE predicate to addpublic UpdateStatementBuilder.UpdateOngoingWhereAnd and(OrPredicateList orPredicateList)
OngoingWhere
and
in interface OngoingWhere<UpdateStatementBuilder.UpdateOngoingWhereOr,UpdateStatementBuilder.UpdateOngoingWhereAnd>
orPredicateList
- a list of or-wise WHERE predicates to addpublic UpdateStatementBuilder.UpdateOngoingWhereOr or(Predicate predicate)
OngoingWhere
or
in interface OngoingWhere<UpdateStatementBuilder.UpdateOngoingWhereOr,UpdateStatementBuilder.UpdateOngoingWhereAnd>
predicate
- a WHERE predicate to addpublic UpdateStatementBuilder.UpdateOngoingWhereOr or(AndPredicateList andPredicateList)
OngoingWhere
or
in interface OngoingWhere<UpdateStatementBuilder.UpdateOngoingWhereOr,UpdateStatementBuilder.UpdateOngoingWhereAnd>
andPredicateList
- a list of and-wise WHERE predicates to add