org.apache.hadoop.hbase.hbql.statement
Class StatementWithMapping

java.lang.Object
  extended by org.apache.hadoop.hbase.hbql.statement.GenericStatement
      extended by org.apache.hadoop.hbase.hbql.statement.StatementWithMapping
All Implemented Interfaces:
ConnectionStatement, HBqlStatement
Direct Known Subclasses:
CreateIndexStatement, CreateMappingStatement, DescribeIndexForMappingStatement, DescribeMappingStatement, DropIndexForMappingStatement, DropMappingStatement, StatementWithParameters

public abstract class StatementWithMapping
extends GenericStatement
implements ConnectionStatement


Constructor Summary
  StatementWithMapping()
           
protected StatementWithMapping(StatementPredicate predicate, String mappingName)
           
 
Method Summary
 MappingContext getMappingContext()
           
 
Methods inherited from class org.apache.hadoop.hbase.hbql.statement.GenericStatement
evaluatePredicateAndExecute, execute, validate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.apache.hadoop.hbase.hbql.statement.ConnectionStatement
evaluatePredicateAndExecute
 
Methods inherited from interface org.apache.hadoop.hbase.hbql.statement.HBqlStatement
validate
 

Constructor Detail

StatementWithMapping

public StatementWithMapping()

StatementWithMapping

protected StatementWithMapping(StatementPredicate predicate,
                               String mappingName)
Method Detail

getMappingContext

public MappingContext getMappingContext()


Copyright © 2011. All Rights Reserved.