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 int | size()Get the size of the result set. | 
| abstract QueryResult | toQueryResult()Get the corresponding query result object. | 
public abstract int size()
                  throws LensException
LensException - the lens exceptionpublic abstract LensResultSetMetadata getMetadata() throws LensException
LensResultSetMetadataLensExceptionpublic abstract QueryResult toQueryResult() throws LensException
QueryResultLensException - the lens exceptionCopyright © 2014–2015 Apache Software Foundation. All rights reserved.