public abstract class LensResultSet extends Object
Constructor and Description |
---|
LensResultSet() |
Modifier and Type | Method and Description |
---|---|
abstract LensResultSetMetadata |
getMetadata()
Get the result set metadata
|
abstract Integer |
size()
Get the size of the result set.
|
abstract QueryResult |
toQueryResult()
Get the corresponding query result object.
|
public abstract Integer size() throws LensException
LensException
- the lens exceptionpublic abstract LensResultSetMetadata getMetadata() throws LensException
LensResultSetMetadata
LensException
public abstract QueryResult toQueryResult() throws LensException
QueryResult
LensException
- the lens exceptionCopyright © 2014–2015 Apache Software Foundation. All rights reserved.