Uses of Class
org.apache.cassandra.cql3.CQLStatement.Raw
-
Packages that use CQLStatement.Raw Package Description org.apache.cassandra.cql3 org.apache.cassandra.cql3.statements org.apache.cassandra.cql3.statements.schema -
-
Uses of CQLStatement.Raw in org.apache.cassandra.cql3
Methods in org.apache.cassandra.cql3 with type parameters of type CQLStatement.Raw Modifier and Type Method Description static <T extends CQLStatement.Raw>
TQueryProcessor. parseStatement(java.lang.String queryStr, java.lang.Class<T> klass, java.lang.String type)
Methods in org.apache.cassandra.cql3 that return CQLStatement.Raw Modifier and Type Method Description static CQLStatement.Raw
QueryProcessor. parseStatement(java.lang.String queryStr)
-
Uses of CQLStatement.Raw in org.apache.cassandra.cql3.statements
Subclasses of CQLStatement.Raw in org.apache.cassandra.cql3.statements Modifier and Type Class Description class
AlterRoleStatement
class
AuthenticationStatement
class
AuthorizationStatement
static class
BatchStatement.Parsed
class
CreateRoleStatement
static class
DeleteStatement.Parsed
class
DescribeStatement<T>
The differentsDESCRIBE
statements parsed from a CQL statement.static class
DescribeStatement.Element
DescribeStatement
implementation used for describe queries for a single schema element.static class
DescribeStatement.Listing
DescribeStatement
implementation used for describe queries that only list elements names.class
DropRoleStatement
class
GrantPermissionsStatement
class
GrantRoleStatement
class
ListPermissionsStatement
class
ListRolesStatement
class
ListUsersStatement
static class
ModificationStatement.Parsed
class
PermissionsManagementStatement
class
QualifiedStatement
Abstract class for statements that work on sub-keyspace level (tables, views, indexes, functions, etc.)class
RevokePermissionsStatement
class
RevokeRoleStatement
class
RoleManagementStatement
static class
SelectStatement.RawStatement
class
TruncateStatement
static class
UpdateStatement.ParsedInsert
static class
UpdateStatement.ParsedInsertJson
A parsed INSERT JSON statement.static class
UpdateStatement.ParsedUpdate
class
UseStatement
-
Uses of CQLStatement.Raw in org.apache.cassandra.cql3.statements.schema
Subclasses of CQLStatement.Raw in org.apache.cassandra.cql3.statements.schema Modifier and Type Class Description static class
AlterKeyspaceStatement.Raw
static class
AlterTableStatement.Raw
static class
AlterTypeStatement.Raw
static class
AlterViewStatement.Raw
static class
CreateAggregateStatement.Raw
static class
CreateFunctionStatement.Raw
static class
CreateIndexStatement.Raw
static class
CreateKeyspaceStatement.Raw
static class
CreateTableStatement.Raw
static class
CreateTriggerStatement.Raw
static class
CreateTypeStatement.Raw
static class
CreateViewStatement.Raw
static class
DropAggregateStatement.Raw
static class
DropFunctionStatement.Raw
static class
DropIndexStatement.Raw
static class
DropKeyspaceStatement.Raw
static class
DropTableStatement.Raw
static class
DropTriggerStatement.Raw
static class
DropTypeStatement.Raw
static class
DropViewStatement.Raw
-