public static class UpdateStatement.ParsedInsertJson extends ModificationStatement.Parsed
type
bindVariables
Constructor and Description |
---|
ParsedInsertJson(QualifiedName name,
Attributes.Raw attrs,
Json.Raw jsonValue,
boolean defaultUnset,
boolean ifNotExists) |
Modifier and Type | Method and Description |
---|---|
protected ModificationStatement |
prepareInternal(TableMetadata metadata,
VariableSpecifications bindVariables,
Conditions conditions,
Attributes attrs) |
getConditions, newRestrictions, prepare, prepare
isFullyQualified, keyspace, name, setKeyspace, setKeyspace, toString
setBindVariables
public ParsedInsertJson(QualifiedName name, Attributes.Raw attrs, Json.Raw jsonValue, boolean defaultUnset, boolean ifNotExists)
protected ModificationStatement prepareInternal(TableMetadata metadata, VariableSpecifications bindVariables, Conditions conditions, Attributes attrs)
prepareInternal
in class ModificationStatement.Parsed
Copyright © 2009- The Apache Software Foundation