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

java.lang.Object
  extended by org.apache.hadoop.hbase.hbql.statement.GenericStatement
      extended by org.apache.hadoop.hbase.hbql.statement.ParseStatement
All Implemented Interfaces:
ConnectionStatement, HBqlStatement

public class ParseStatement
extends GenericStatement
implements ConnectionStatement


Constructor Summary
ParseStatement(HBqlStatement stmt)
           
 
Method Summary
 ExecutionResults execute(HConnectionImpl connection)
           
static String usage()
           
 
Methods inherited from class org.apache.hadoop.hbase.hbql.statement.GenericStatement
evaluatePredicateAndExecute, 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

ParseStatement

public ParseStatement(HBqlStatement stmt)
Method Detail

execute

public ExecutionResults execute(HConnectionImpl connection)
                         throws HBqlException
Overrides:
execute in class GenericStatement
Throws:
HBqlException

usage

public static String usage()


Copyright © 2011. All Rights Reserved.