public interface CQL3Row
Modifier and Type | Interface and Description |
---|---|
static interface |
CQL3Row.Builder |
static interface |
CQL3Row.RowIterator |
Modifier and Type | Method and Description |
---|---|
java.nio.ByteBuffer |
getClusteringColumn(int i) |
java.util.List<Cell> |
getCollection(ColumnIdentifier name) |
Cell |
getColumn(ColumnIdentifier name) |
java.nio.ByteBuffer getClusteringColumn(int i)
Cell getColumn(ColumnIdentifier name)
java.util.List<Cell> getCollection(ColumnIdentifier name)
Copyright © 2014 The Apache Software Foundation