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, setBoundVariablesprotected final CFName cfName
protected java.lang.Boolean fullyQualified
protected CFStatement(CFName cfName)
public void prepareKeyspace(ClientState state) throws InvalidRequestException
InvalidRequestExceptionpublic void prepareKeyspace(java.lang.String keyspace)
public boolean isFullyQualified()
public java.lang.String keyspace()
public java.lang.String columnFamily()
Copyright © 2009-2022 The Apache Software Foundation