org.apache.hive.service.cli.operation
Class ExecuteStatementOperation

java.lang.Object
  extended by org.apache.hive.service.cli.operation.Operation
      extended by org.apache.hive.service.cli.operation.ExecuteStatementOperation
Direct Known Subclasses:
HiveCommandOperation, SQLOperation

public abstract class ExecuteStatementOperation
extends Operation


Field Summary
protected  Map<String,String> confOverlay
           
protected  String statement
           
 
Fields inherited from class org.apache.hive.service.cli.operation.Operation
DEFAULT_FETCH_MAX_ROWS, hasResultSet, LOG, parentSession
 
Constructor Summary
ExecuteStatementOperation(Session parentSession, String statement, Map<String,String> confOverlay)
           
 
Method Summary
 String getStatement()
           
static ExecuteStatementOperation newExecuteStatementOperation(Session parentSession, String statement, Map<String,String> confOverlay)
           
 
Methods inherited from class org.apache.hive.service.cli.operation.Operation
assertState, cancel, close, getConfiguration, getHandle, getNextRowSet, getNextRowSet, getParentSession, getResultSetSchema, getState, getType, hasResultSet, isCanceled, isFailed, isFinished, isRunning, run, setConfiguration, setHasResultSet, setState
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

statement

protected String statement

confOverlay

protected Map<String,String> confOverlay
Constructor Detail

ExecuteStatementOperation

public ExecuteStatementOperation(Session parentSession,
                                 String statement,
                                 Map<String,String> confOverlay)
Method Detail

getStatement

public String getStatement()

newExecuteStatementOperation

public static ExecuteStatementOperation newExecuteStatementOperation(Session parentSession,
                                                                     String statement,
                                                                     Map<String,String> confOverlay)


Copyright © 2013 The Apache Software Foundation