Package | Description |
---|---|
org.apache.cassandra.cql3.statements |
Modifier and Type | Field and Description |
---|---|
protected Attributes.Raw |
ModificationStatement.Parsed.attrs |
Constructor and Description |
---|
Parsed(BatchStatement.Type type,
Attributes.Raw attrs,
java.util.List<ModificationStatement.Parsed> parsedStatements) |
Parsed(CFName name,
Attributes.Raw attrs,
java.util.List<Operation.RawDeletion> deletions,
java.util.List<Relation> whereClause,
java.util.List<Pair<ColumnIdentifier.Raw,ColumnCondition.Raw>> conditions,
boolean ifExists) |
Parsed(CFName name,
Attributes.Raw attrs,
java.util.List<Pair<ColumnIdentifier.Raw,ColumnCondition.Raw>> conditions,
boolean ifNotExists,
boolean ifExists) |
ParsedInsert(CFName name,
Attributes.Raw attrs,
java.util.List<ColumnIdentifier.Raw> columnNames,
java.util.List<Term.Raw> columnValues,
boolean ifNotExists)
A parsed
INSERT statement. |
ParsedInsertJson(CFName name,
Attributes.Raw attrs,
Json.Raw jsonValue,
boolean ifNotExists) |
ParsedUpdate(CFName name,
Attributes.Raw attrs,
java.util.List<Pair<ColumnIdentifier.Raw,Operation.RawUpdate>> updates,
java.util.List<Relation> whereClause,
java.util.List<Pair<ColumnIdentifier.Raw,ColumnCondition.Raw>> conditions,
boolean ifExists)
Creates a new UpdateStatement from a column family name, columns map, consistency
level, and key term.
|
Copyright © 2020 The Apache Software Foundation