public abstract class AuthenticationStatement extends ParsedStatement implements CQLStatement
ParsedStatement.Prepared
Constructor and Description |
---|
AuthenticationStatement() |
Modifier and Type | Method and Description |
---|---|
abstract ResultMessage |
execute(ClientState state) |
ResultMessage |
execute(QueryState state,
QueryOptions options)
Execute the statement and return the resulting result or null if there is no result.
|
ResultMessage |
executeInternal(QueryState state,
QueryOptions options)
Variante of execute used for internal query against the system tables, and thus only query the local node.
|
int |
getBoundTerms()
Returns the number of bound terms in this statement.
|
ParsedStatement.Prepared |
prepare() |
getBoundVariables, setBoundVariables
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
checkAccess, validate
public ParsedStatement.Prepared prepare()
prepare
in class ParsedStatement
public int getBoundTerms()
CQLStatement
getBoundTerms
in interface CQLStatement
public ResultMessage execute(QueryState state, QueryOptions options) throws RequestExecutionException, RequestValidationException
CQLStatement
execute
in interface CQLStatement
state
- the current query stateoptions
- options for this query (consistency, variables, pageSize, ...)RequestExecutionException
RequestValidationException
public abstract ResultMessage execute(ClientState state) throws RequestExecutionException, RequestValidationException
public ResultMessage executeInternal(QueryState state, QueryOptions options)
CQLStatement
executeInternal
in interface CQLStatement
state
- the current query stateCopyright © 2015 The Apache Software Foundation