Modifier and Type | Method and Description |
---|---|
QueryResultSetMetadata |
QueryHandleWithResultSet.getResultMetadata()
The result metadata
|
Modifier and Type | Method and Description |
---|---|
void |
QueryHandleWithResultSet.setResultMetadata(QueryResultSetMetadata resultMetadata)
The result metadata
|
Modifier and Type | Method and Description |
---|---|
QueryResultSetMetadata |
LensClientResultSet.getResultSetMetadata() |
QueryResultSetMetadata |
LensStatement.getResultSetMetaData()
Gets the result set meta data for the most recently executed query.
|
QueryResultSetMetadata |
LensStatement.getResultSetMetaData(LensQuery query)
Gets the result set meta data.
|
Constructor and Description |
---|
LensClientResultSet(QueryResultSetMetadata resultSetMetaData,
QueryResult result)
Instantiates a new lens client result set.
|
Constructor and Description |
---|
LensJdbcResultSet(QueryResult result,
QueryResultSetMetadata metadata,
LensJdbcStatement statement)
Instantiates a new lens jdbc result set.
|
LensJdbcResultSetMetadata(QueryResultSetMetadata metadata)
Instantiates a new lens jdbc result set metadata.
|
Modifier and Type | Method and Description |
---|---|
QueryResultSetMetadata |
LensResultSetMetadata.toQueryResultSetMetadata()
To query result set metadata.
|
Modifier and Type | Method and Description |
---|---|
QueryResultSetMetadata |
QueryExecutionService.getResultSetMetadata(LensSessionHandle sessionHandle,
QueryHandle queryHandle)
Get the result set metadata - list of columns(names and types) and result size.
|
Modifier and Type | Method and Description |
---|---|
QueryResultSetMetadata |
QueryExecutionServiceImpl.getResultSetMetadata(LensSessionHandle sessionHandle,
QueryHandle queryHandle) |
QueryResultSetMetadata |
QueryServiceResource.getResultSetMetadata(LensSessionHandle sessionid,
String queryHandle)
Get resultset metadata of the query.
|
Copyright © 2014–2018 Apache Software Foundation. All rights reserved.