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

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

public class SetStatement
extends GenericStatement
implements NonConnectionStatement


Constructor Summary
SetStatement(String variable, String value)
           
 
Method Summary
 ExecutionResults execute()
           
 String getValue()
           
 String getVariable()
           
 
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.HBqlStatement
validate
 

Constructor Detail

SetStatement

public SetStatement(String variable,
                    String value)
Method Detail

getVariable

public String getVariable()

getValue

public String getValue()

execute

public ExecutionResults execute()
                         throws HBqlException
Specified by:
execute in interface NonConnectionStatement
Throws:
HBqlException


Copyright © 2011. All Rights Reserved.