|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use StatementType | |
---|---|
org.apache.cassandra.cql |
Uses of StatementType in org.apache.cassandra.cql |
---|
Fields in org.apache.cassandra.cql declared as StatementType | |
---|---|
StatementType |
CQLStatement.type
|
Fields in org.apache.cassandra.cql with type parameters of type StatementType | |
---|---|
static java.util.EnumSet<StatementType> |
StatementType.requiresKeyspace
|
Methods in org.apache.cassandra.cql that return StatementType | |
---|---|
static StatementType |
StatementType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static StatementType[] |
StatementType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Constructors in org.apache.cassandra.cql with parameters of type StatementType | |
---|---|
CQLStatement(StatementType type,
java.lang.Object statement)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |