Uses of Class
org.apache.hadoop.hbase.hbql.statement.args.SelectStatementArgs.ArgType

Packages that use SelectStatementArgs.ArgType
org.apache.hadoop.hbase.hbql.statement.args   
 

Uses of SelectStatementArgs.ArgType in org.apache.hadoop.hbase.hbql.statement.args
 

Methods in org.apache.hadoop.hbase.hbql.statement.args that return SelectStatementArgs.ArgType
static SelectStatementArgs.ArgType SelectStatementArgs.ArgType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static SelectStatementArgs.ArgType[] SelectStatementArgs.ArgType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in org.apache.hadoop.hbase.hbql.statement.args with parameters of type SelectStatementArgs.ArgType
SelectStatementArgs(SelectStatementArgs.ArgType argType, GenericValue... exprs)
           
 



Copyright © 2011. All Rights Reserved.