Uses of Class
org.apache.hadoop.hbase.hbql.statement.args.WithArgs

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

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

Methods in org.apache.hadoop.hbase.hbql.impl that return WithArgs
protected  WithArgs HResultSetImpl.getWithArgs()
           
 

Methods in org.apache.hadoop.hbase.hbql.impl with parameters of type WithArgs
 HTableWrapper HConnectionImpl.newHTableWrapper(WithArgs withArgs, String tableName)
           
 

Uses of WithArgs in org.apache.hadoop.hbase.hbql.parser
 

Methods in org.apache.hadoop.hbase.hbql.parser that return WithArgs
static WithArgs ParserUtil.parseWithClause(String sql)
           
 

Uses of WithArgs in org.apache.hadoop.hbase.hbql.statement
 

Methods in org.apache.hadoop.hbase.hbql.statement that return WithArgs
 WithArgs SelectStatement.getWithArgs()
           
 

Constructors in org.apache.hadoop.hbase.hbql.statement with parameters of type WithArgs
DeleteStatement(StatementPredicate predicate, List<String> originaltemList, String mappingName, WithArgs withArgs)
           
SelectStatement(List<SelectElement> selectElementList, String mappingName, WithArgs withArgs)
           
 

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

Methods in org.apache.hadoop.hbase.hbql.statement.args with parameters of type WithArgs
 List<RowRequest> KeyRange.getRowRequestList(WithArgs withArgs, ColumnAttrib keyAttrib, Set<ColumnAttrib> columnAttribs)
           
 

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

Methods in org.apache.hadoop.hbase.hbql.statement.select with parameters of type WithArgs
 org.apache.hadoop.hbase.client.ResultScanner ScanRequest.getResultScanner(Mapping mapping, WithArgs withArgs, org.apache.hadoop.hbase.client.HTableInterface table)
           
 org.apache.hadoop.hbase.client.ResultScanner RowRequest.getResultScanner(Mapping mapping, WithArgs withArgs, org.apache.hadoop.hbase.client.HTableInterface table)
           
 org.apache.hadoop.hbase.client.ResultScanner IndexRequest.getResultScanner(Mapping mapping, WithArgs withArgs, org.apache.hadoop.hbase.client.HTableInterface table)
           
 org.apache.hadoop.hbase.client.ResultScanner GetRequest.getResultScanner(Mapping mapping, WithArgs withArgs, org.apache.hadoop.hbase.client.HTableInterface table)
           
 



Copyright © 2011. All Rights Reserved.