Uses of Class
org.apache.cassandra.cql3.ColumnSpecification

Packages that use ColumnSpecification
org.apache.cassandra.cql3   
org.apache.cassandra.cql3.statements   
org.apache.cassandra.transport.messages   
 

Uses of ColumnSpecification in org.apache.cassandra.cql3
 

Subclasses of ColumnSpecification in org.apache.cassandra.cql3
static class CFDefinition.Name
           
 

Fields in org.apache.cassandra.cql3 with type parameters of type ColumnSpecification
 java.util.List<ColumnSpecification> ResultSet.Metadata.names
           
 

Constructor parameters in org.apache.cassandra.cql3 with type arguments of type ColumnSpecification
ResultSet.Metadata(java.util.List<ColumnSpecification> names)
           
ResultSet(java.util.List<ColumnSpecification> metadata)
           
UntypedResultSet.Row(java.util.List<ColumnSpecification> names, java.util.List<java.nio.ByteBuffer> columns)
           
 

Uses of ColumnSpecification in org.apache.cassandra.cql3.statements
 

Fields in org.apache.cassandra.cql3.statements with type parameters of type ColumnSpecification
 java.util.List<ColumnSpecification> ParsedStatement.Prepared.boundNames
           
 

Constructor parameters in org.apache.cassandra.cql3.statements with type arguments of type ColumnSpecification
ParsedStatement.Prepared(CQLStatement statement, java.util.List<ColumnSpecification> boundNames)
           
 

Uses of ColumnSpecification in org.apache.cassandra.transport.messages
 

Method parameters in org.apache.cassandra.transport.messages with type arguments of type ColumnSpecification
static ResultMessage.Prepared ResultMessage.Prepared.forThrift(int statementId, java.util.List<ColumnSpecification> names)
           
 

Constructor parameters in org.apache.cassandra.transport.messages with type arguments of type ColumnSpecification
ResultMessage.Prepared(MD5Digest statementId, java.util.List<ColumnSpecification> names)
           
 



Copyright © 2012 The Apache Software Foundation