@Immutable public class DeleteStatement extends java.lang.Object implements DmlStatement, BindableStatement<DeleteStatement>, NamespaceNameOmittable<DeleteStatement>
Modifier and Type | Field and Description |
---|---|
java.lang.String |
alias |
com.google.common.collect.ImmutableList<AndPredicateList> |
andPredicateLists |
com.google.common.collect.ImmutableMap<java.lang.String,java.lang.String> |
attributes |
com.google.common.collect.ImmutableList<OrPredicateList> |
orPredicateLists |
TableRef |
table |
Modifier and Type | Method and Description |
---|---|
<R,C> R |
accept(DmlStatementVisitor<R,C> visitor,
C context) |
<R,C> R |
accept(StatementVisitor<R,C> visitor,
C context) |
DeleteStatement |
bind(java.util.List<Value> positionalValues) |
DeleteStatement |
bind(java.util.Map<java.lang.String,Value> namedValues) |
static DeleteStatement |
create(TableRef table,
java.lang.String alias,
com.google.common.collect.ImmutableList<AndPredicateList> andPredicateLists,
com.google.common.collect.ImmutableList<OrPredicateList> orPredicateLists,
com.google.common.collect.ImmutableMap<java.lang.String,java.lang.String> attributes) |
static DeleteStatement |
create(TableRef table,
java.lang.String alias,
com.google.common.collect.ImmutableList<Predicate> predicates,
com.google.common.collect.ImmutableMap<java.lang.String,java.lang.String> attributes) |
boolean |
equals(java.lang.Object o) |
int |
hashCode() |
boolean |
namespaceNameOmitted() |
DeleteStatement |
setNamespaceNameIfOmitted(java.lang.String namespaceName) |
java.lang.String |
toSql() |
java.lang.String |
toString() |
public final TableRef table
@Nullable public final java.lang.String alias
public final com.google.common.collect.ImmutableList<AndPredicateList> andPredicateLists
public final com.google.common.collect.ImmutableList<OrPredicateList> orPredicateLists
public final com.google.common.collect.ImmutableMap<java.lang.String,java.lang.String> attributes
public DeleteStatement bind(java.util.List<Value> positionalValues)
bind
in interface BindableStatement<DeleteStatement>
public DeleteStatement bind(java.util.Map<java.lang.String,Value> namedValues)
bind
in interface BindableStatement<DeleteStatement>
public <R,C> R accept(StatementVisitor<R,C> visitor, C context)
public <R,C> R accept(DmlStatementVisitor<R,C> visitor, C context)
accept
in interface DmlStatement
public boolean namespaceNameOmitted()
namespaceNameOmitted
in interface NamespaceNameOmittable<DeleteStatement>
public DeleteStatement setNamespaceNameIfOmitted(java.lang.String namespaceName)
setNamespaceNameIfOmitted
in interface NamespaceNameOmittable<DeleteStatement>
public java.lang.String toString()
toString
in class java.lang.Object
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public static DeleteStatement create(TableRef table, @Nullable java.lang.String alias, com.google.common.collect.ImmutableList<Predicate> predicates, com.google.common.collect.ImmutableMap<java.lang.String,java.lang.String> attributes)
public static DeleteStatement create(TableRef table, @Nullable java.lang.String alias, com.google.common.collect.ImmutableList<AndPredicateList> andPredicateLists, com.google.common.collect.ImmutableList<OrPredicateList> orPredicateLists, com.google.common.collect.ImmutableMap<java.lang.String,java.lang.String> attributes)