public abstract class UntypedResultSet extends java.lang.Object implements java.lang.Iterable<UntypedResultSet.Row>
Modifier and Type | Class and Description |
---|---|
static class |
UntypedResultSet.Row |
Constructor and Description |
---|
UntypedResultSet() |
Modifier and Type | Method and Description |
---|---|
static UntypedResultSet |
create(java.util.List<java.util.Map<java.lang.String,java.nio.ByteBuffer>> results) |
static UntypedResultSet |
create(ResultSet rs) |
static UntypedResultSet |
create(SelectStatement select,
ConsistencyLevel cl,
ClientState clientState,
QueryPager pager,
int pageSize)
This method is intended for testing purposes, since it executes query on cluster
and not on the local node only.
|
static UntypedResultSet |
create(SelectStatement select,
QueryPager pager,
int pageSize) |
boolean |
isEmpty() |
abstract java.util.List<ColumnSpecification> |
metadata() |
abstract UntypedResultSet.Row |
one() |
abstract int |
size() |
public static UntypedResultSet create(ResultSet rs)
public static UntypedResultSet create(java.util.List<java.util.Map<java.lang.String,java.nio.ByteBuffer>> results)
public static UntypedResultSet create(SelectStatement select, QueryPager pager, int pageSize)
public static UntypedResultSet create(SelectStatement select, ConsistencyLevel cl, ClientState clientState, QueryPager pager, int pageSize)
public boolean isEmpty()
public abstract int size()
public abstract UntypedResultSet.Row one()
public abstract java.util.List<ColumnSpecification> metadata()
Copyright © 2009-2020 The Apache Software Foundation