org.apache.hadoop.hbase.hbql.statement
Interface ConnectionStatement

All Superinterfaces:
HBqlStatement
All Known Implementing Classes:
AlterTableStatement, CompactTableStatement, CreateAsyncExecutorStatement, CreateIndexStatement, CreateMappingStatement, CreateQueryExecutorPoolStatement, CreateTableStatement, DeleteStatement, DescribeIndexForMappingStatement, DescribeIndexForTableStatement, DescribeMappingStatement, DescribeTableStatement, DisableTableStatement, DropAsyncExecutorStatement, DropIndexForMappingStatement, DropIndexForTableStatement, DropMappingStatement, DropQueryExecutorPoolStatement, DropTableStatement, EnableTableStatement, EvalStatement, FlushTableStatement, ImportStatement, InsertStatement, ParseStatement, SelectStatement, ShowAsyncExecutorsStatement, ShowMappingsStatement, ShowQueryExecutorPoolsStatement, ShowTablesStatement, SplitTableStatement, StatementWithMapping, StatementWithParameters, TableStatement

public interface ConnectionStatement
extends HBqlStatement


Method Summary
 ExecutionResults evaluatePredicateAndExecute(HConnectionImpl connection)
           
 
Methods inherited from interface org.apache.hadoop.hbase.hbql.statement.HBqlStatement
validate
 

Method Detail

evaluatePredicateAndExecute

ExecutionResults evaluatePredicateAndExecute(HConnectionImpl connection)
                                             throws HBqlException
Throws:
HBqlException


Copyright © 2011. All Rights Reserved.