public abstract class CFStatement extends ParsedStatement
ParsedStatement.Prepared
Modifier and Type | Field and Description |
---|---|
protected CFName |
cfName |
protected java.lang.Boolean |
fullyQualified |
Modifier | Constructor and Description |
---|---|
protected |
CFStatement(CFName cfName) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
columnFamily() |
boolean |
isFullyQualified() |
java.lang.String |
keyspace() |
void |
prepareKeyspace(ClientState state) |
void |
prepareKeyspace(java.lang.String keyspace) |
getBoundVariables, getFunctions, prepare, setBoundVariables, setBoundVariables
protected final CFName cfName
protected java.lang.Boolean fullyQualified
protected CFStatement(CFName cfName)
public void prepareKeyspace(ClientState state) throws InvalidRequestException
InvalidRequestException
public void prepareKeyspace(java.lang.String keyspace)
public boolean isFullyQualified()
public java.lang.String keyspace()
public java.lang.String columnFamily()
Copyright © 2022 The Apache Software Foundation