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) |
boolean |
isEmpty() |
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 boolean isEmpty()
public abstract int size()
public abstract UntypedResultSet.Row one()
Copyright © 2014 The Apache Software Foundation