|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 |
---|
Constructor parameters in org.apache.cassandra.transport.messages with type arguments of type ColumnSpecification | |
---|---|
ResultMessage.Prepared(int statementId,
java.util.List<ColumnSpecification> names)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |