Uses of Class
org.apache.hadoop.hbase.hbql.statement.SelectStatement

Packages that use SelectStatement
org.apache.hadoop.hbase.hbql.impl   
org.apache.hadoop.hbase.hbql.statement.args   
org.apache.hadoop.hbase.hbql.statement.select   
 

Uses of SelectStatement in org.apache.hadoop.hbase.hbql.impl
 

Methods in org.apache.hadoop.hbase.hbql.impl that return SelectStatement
 SelectStatement Query.getSelectStmt()
           
protected  SelectStatement HResultSetImpl.getSelectStmt()
           
 

Methods in org.apache.hadoop.hbase.hbql.impl with parameters of type SelectStatement
static AggregateRecord AggregateRecord.newAggregateRecord(SelectStatement selectStmt)
           
static
<E> Query<E>
Query.newQuery(HConnectionImpl conn, SelectStatement selectStatement, Class clazz, QueryListener<E>... listeners)
           
 

Uses of SelectStatement in org.apache.hadoop.hbase.hbql.statement.args
 

Methods in org.apache.hadoop.hbase.hbql.statement.args that return SelectStatement
 SelectStatement SelectValuesInsertSource.getSelectStatement()
           
 

Constructors in org.apache.hadoop.hbase.hbql.statement.args with parameters of type SelectStatement
SelectValuesInsertSource(SelectStatement selectStatement)
           
 

Uses of SelectStatement in org.apache.hadoop.hbase.hbql.statement.select
 

Methods in org.apache.hadoop.hbase.hbql.statement.select with parameters of type SelectStatement
 void SelectExpressionContext.assignAsNamesForExpressions(SelectStatement selectStatement)
           
 void SelectElement.assignAsNamesForExpressions(SelectStatement selectStatement)
           
 void FamilySelectElement.assignAsNamesForExpressions(SelectStatement selectStatement)
           
 



Copyright © 2011. All Rights Reserved.