org.apache.hive.service.cli.operation
Class ExecuteStatementOperation
java.lang.Object
org.apache.hive.service.cli.operation.Operation
org.apache.hive.service.cli.operation.ExecuteStatementOperation
- Direct Known Subclasses:
- HiveCommandOperation, SQLOperation
public abstract class ExecuteStatementOperation
- extends Operation
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 |
statement
protected String statement
confOverlay
protected Map<String,String> confOverlay
ExecuteStatementOperation
public ExecuteStatementOperation(Session parentSession,
String statement,
Map<String,String> confOverlay)
getStatement
public String getStatement()
newExecuteStatementOperation
public static ExecuteStatementOperation newExecuteStatementOperation(Session parentSession,
String statement,
Map<String,String> confOverlay)
Copyright © 2013 The Apache Software Foundation