Package | Description |
---|---|
org.apache.cassandra.cql3 | |
org.apache.cassandra.cql3.statements |
Modifier and Type | Method and Description |
---|---|
ModificationStatement.Parsed |
CqlParser.batchStatementObjective() |
ModificationStatement.Parsed |
CqlParser.insertStatement() |
Modifier and Type | Class and Description |
---|---|
static class |
DeleteStatement.Parsed |
static class |
UpdateStatement.ParsedInsert |
static class |
UpdateStatement.ParsedInsertJson
A parsed INSERT JSON statement.
|
static class |
UpdateStatement.ParsedUpdate |
Constructor and Description |
---|
Parsed(BatchStatement.Type type,
Attributes.Raw attrs,
java.util.List<ModificationStatement.Parsed> parsedStatements) |
Copyright © 2020 The Apache Software Foundation