Uses of Class
org.apache.hive.service.cli.HiveSQLException

Packages that use HiveSQLException
org.apache.hive.service.cli   
org.apache.hive.service.cli.operation   
org.apache.hive.service.cli.session   
org.apache.hive.service.cli.thrift   
 

Uses of HiveSQLException in org.apache.hive.service.cli
 

Methods in org.apache.hive.service.cli that throw HiveSQLException
 void ICLIService.cancelOperation(OperationHandle opHandle)
           
 void EmbeddedCLIServiceClient.cancelOperation(OperationHandle opHandle)
           
abstract  void CLIServiceClient.cancelOperation(OperationHandle opHandle)
           
 void CLIService.cancelOperation(OperationHandle opHandle)
           
 void ICLIService.closeOperation(OperationHandle opHandle)
           
 void EmbeddedCLIServiceClient.closeOperation(OperationHandle opHandle)
           
abstract  void CLIServiceClient.closeOperation(OperationHandle opHandle)
           
 void CLIService.closeOperation(OperationHandle opHandle)
           
 void ICLIService.closeSession(SessionHandle sessionHandle)
           
 void EmbeddedCLIServiceClient.closeSession(SessionHandle sessionHandle)
           
abstract  void CLIServiceClient.closeSession(SessionHandle sessionHandle)
           
 void CLIService.closeSession(SessionHandle sessionHandle)
           
 OperationHandle ICLIService.executeStatement(SessionHandle sessionHandle, String statement, Map<String,String> confOverlay)
           
 OperationHandle EmbeddedCLIServiceClient.executeStatement(SessionHandle sessionHandle, String statement, Map<String,String> confOverlay)
           
abstract  OperationHandle CLIServiceClient.executeStatement(SessionHandle sessionHandle, String statement, Map<String,String> confOverlay)
           
 OperationHandle CLIService.executeStatement(SessionHandle sessionHandle, String statement, Map<String,String> confOverlay)
           
 RowSet ICLIService.fetchResults(OperationHandle opHandle)
           
 RowSet CLIServiceClient.fetchResults(OperationHandle opHandle)
           
 RowSet CLIService.fetchResults(OperationHandle opHandle)
           
 RowSet ICLIService.fetchResults(OperationHandle opHandle, FetchOrientation orientation, long maxRows)
           
 RowSet EmbeddedCLIServiceClient.fetchResults(OperationHandle opHandle, FetchOrientation orientation, long maxRows)
           
abstract  RowSet CLIServiceClient.fetchResults(OperationHandle opHandle, FetchOrientation orientation, long maxRows)
           
 RowSet CLIService.fetchResults(OperationHandle opHandle, FetchOrientation orientation, long maxRows)
           
 OperationHandle ICLIService.getCatalogs(SessionHandle sessionHandle)
           
 OperationHandle EmbeddedCLIServiceClient.getCatalogs(SessionHandle sessionHandle)
           
abstract  OperationHandle CLIServiceClient.getCatalogs(SessionHandle sessionHandle)
           
 OperationHandle CLIService.getCatalogs(SessionHandle sessionHandle)
           
 OperationHandle ICLIService.getColumns(SessionHandle sessionHandle, String catalogName, String schemaName, String tableName, String columnName)
           
 OperationHandle EmbeddedCLIServiceClient.getColumns(SessionHandle sessionHandle, String catalogName, String schemaName, String tableName, String columnName)
           
abstract  OperationHandle CLIServiceClient.getColumns(SessionHandle sessionHandle, String catalogName, String schemaName, String tableName, String columnName)
           
 OperationHandle CLIService.getColumns(SessionHandle sessionHandle, String catalogName, String schemaName, String tableName, String columnName)
           
 OperationHandle ICLIService.getFunctions(SessionHandle sessionHandle, String catalogName, String schemaName, String functionName)
           
 OperationHandle EmbeddedCLIServiceClient.getFunctions(SessionHandle sessionHandle, String catalogName, String schemaName, String functionName)
           
abstract  OperationHandle CLIServiceClient.getFunctions(SessionHandle sessionHandle, String catalogName, String schemaName, String functionName)
           
 OperationHandle CLIService.getFunctions(SessionHandle sessionHandle, String catalogName, String schemaName, String functionName)
           
 GetInfoValue ICLIService.getInfo(SessionHandle sessionHandle, GetInfoType infoType)
           
 GetInfoValue EmbeddedCLIServiceClient.getInfo(SessionHandle sessionHandle, GetInfoType getInfoType)
           
abstract  GetInfoValue CLIServiceClient.getInfo(SessionHandle sessionHandle, GetInfoType getInfoType)
           
 GetInfoValue CLIService.getInfo(SessionHandle sessionHandle, GetInfoType getInfoType)
           
 OperationState ICLIService.getOperationStatus(OperationHandle opHandle)
           
 OperationState EmbeddedCLIServiceClient.getOperationStatus(OperationHandle opHandle)
           
abstract  OperationState CLIServiceClient.getOperationStatus(OperationHandle opHandle)
           
 OperationState CLIService.getOperationStatus(OperationHandle opHandle)
           
 TableSchema ICLIService.getResultSetMetadata(OperationHandle opHandle)
           
 TableSchema EmbeddedCLIServiceClient.getResultSetMetadata(OperationHandle opHandle)
           
abstract  TableSchema CLIServiceClient.getResultSetMetadata(OperationHandle opHandle)
           
 TableSchema CLIService.getResultSetMetadata(OperationHandle opHandle)
           
 OperationHandle ICLIService.getSchemas(SessionHandle sessionHandle, String catalogName, String schemaName)
           
 OperationHandle EmbeddedCLIServiceClient.getSchemas(SessionHandle sessionHandle, String catalogName, String schemaName)
           
abstract  OperationHandle CLIServiceClient.getSchemas(SessionHandle sessionHandle, String catalogName, String schemaName)
           
 OperationHandle CLIService.getSchemas(SessionHandle sessionHandle, String catalogName, String schemaName)
           
 OperationHandle ICLIService.getTables(SessionHandle sessionHandle, String catalogName, String schemaName, String tableName, List<String> tableTypes)
           
 OperationHandle EmbeddedCLIServiceClient.getTables(SessionHandle sessionHandle, String catalogName, String schemaName, String tableName, List<String> tableTypes)
           
abstract  OperationHandle CLIServiceClient.getTables(SessionHandle sessionHandle, String catalogName, String schemaName, String tableName, List<String> tableTypes)
           
 OperationHandle CLIService.getTables(SessionHandle sessionHandle, String catalogName, String schemaName, String tableName, List<String> tableTypes)
           
 OperationHandle ICLIService.getTableTypes(SessionHandle sessionHandle)
           
 OperationHandle EmbeddedCLIServiceClient.getTableTypes(SessionHandle sessionHandle)
           
abstract  OperationHandle CLIServiceClient.getTableTypes(SessionHandle sessionHandle)
           
 OperationHandle CLIService.getTableTypes(SessionHandle sessionHandle)
           
 OperationHandle ICLIService.getTypeInfo(SessionHandle sessionHandle)
           
 OperationHandle EmbeddedCLIServiceClient.getTypeInfo(SessionHandle sessionHandle)
           
abstract  OperationHandle CLIServiceClient.getTypeInfo(SessionHandle sessionHandle)
           
 OperationHandle CLIService.getTypeInfo(SessionHandle sessionHandle)
           
 SessionHandle ICLIService.openSession(String username, String password, Map<String,String> configuration)
           
 SessionHandle EmbeddedCLIServiceClient.openSession(String username, String password, Map<String,String> configuration)
           
abstract  SessionHandle CLIServiceClient.openSession(String username, String password, Map<String,String> configuration)
           
 SessionHandle CLIService.openSession(String username, String password, Map<String,String> configuration)
           
 void OperationState.validateTransition(OperationState newState)
           
static void OperationState.validateTransition(OperationState oldState, OperationState newState)
           
 

Uses of HiveSQLException in org.apache.hive.service.cli.operation
 

Methods in org.apache.hive.service.cli.operation that throw HiveSQLException
protected  void Operation.assertState(OperationState state)
           
 void SQLOperation.cancel()
           
 void Operation.cancel()
           
 void OperationManager.cancelOperation(OperationHandle opHandle)
           
 void SQLOperation.close()
           
abstract  void Operation.close()
           
 void MetadataOperation.close()
           
 void HiveCommandOperation.close()
           
 void OperationManager.closeOperation(OperationHandle opHandle)
           
 RowSet Operation.getNextRowSet()
           
 RowSet SQLOperation.getNextRowSet(FetchOrientation orientation, long maxRows)
           
abstract  RowSet Operation.getNextRowSet(FetchOrientation orientation, long maxRows)
           
 RowSet HiveCommandOperation.getNextRowSet(FetchOrientation orientation, long maxRows)
           
 RowSet GetTypeInfoOperation.getNextRowSet(FetchOrientation orientation, long maxRows)
           
 RowSet GetTableTypesOperation.getNextRowSet(FetchOrientation orientation, long maxRows)
           
 RowSet GetTablesOperation.getNextRowSet(FetchOrientation orientation, long maxRows)
           
 RowSet GetSchemasOperation.getNextRowSet(FetchOrientation orientation, long maxRows)
           
 RowSet GetFunctionsOperation.getNextRowSet(FetchOrientation orientation, long maxRows)
           
 RowSet GetColumnsOperation.getNextRowSet(FetchOrientation orientation, long maxRows)
           
 RowSet GetCatalogsOperation.getNextRowSet(FetchOrientation orientation, long maxRows)
           
 RowSet OperationManager.getOperationNextRowSet(OperationHandle opHandle)
           
 RowSet OperationManager.getOperationNextRowSet(OperationHandle opHandle, FetchOrientation orientation, long maxRows)
           
 TableSchema OperationManager.getOperationResultSetSchema(OperationHandle opHandle)
           
 OperationState OperationManager.getOperationState(OperationHandle opHandle)
           
 TableSchema SQLOperation.getResultSetSchema()
           
abstract  TableSchema Operation.getResultSetSchema()
           
 TableSchema HiveCommandOperation.getResultSetSchema()
           
 TableSchema GetTypeInfoOperation.getResultSetSchema()
           
 TableSchema GetTableTypesOperation.getResultSetSchema()
           
 TableSchema GetTablesOperation.getResultSetSchema()
           
 TableSchema GetSchemasOperation.getResultSetSchema()
           
 TableSchema GetFunctionsOperation.getResultSetSchema()
           
 TableSchema GetColumnsOperation.getResultSetSchema()
           
 TableSchema GetCatalogsOperation.getResultSetSchema()
           
 void SQLOperation.prepare()
           
 void SQLOperation.run()
           
abstract  void Operation.run()
           
 void HiveCommandOperation.run()
           
 void GetTypeInfoOperation.run()
           
 void GetTableTypesOperation.run()
           
 void GetTablesOperation.run()
           
 void GetSchemasOperation.run()
           
 void GetFunctionsOperation.run()
           
 void GetColumnsOperation.run()
           
 void GetCatalogsOperation.run()
           
protected  OperationState Operation.setState(OperationState newState)
           
 

Uses of HiveSQLException in org.apache.hive.service.cli.session
 

Methods in org.apache.hive.service.cli.session that throw HiveSQLException
 void Session.close()
           
 void SessionManager.closeSession(SessionHandle sessionHandle)
           
 OperationHandle Session.executeStatement(String statement, Map<String,String> confOverlay)
           
 OperationHandle Session.getCatalogs()
           
 OperationHandle Session.getColumns(String catalogName, String schemaName, String tableName, String columnName)
           
 OperationHandle Session.getFunctions(String catalogName, String schemaName, String functionName)
           
 GetInfoValue Session.getInfo(GetInfoType getInfoType)
           
 IMetaStoreClient Session.getMetaStoreClient()
           
 OperationHandle Session.getSchemas(String catalogName, String schemaName)
           
 Session SessionManager.getSession(SessionHandle sessionHandle)
           
 OperationHandle Session.getTables(String catalogName, String schemaName, String tableName, List<String> tableTypes)
           
 OperationHandle Session.getTableTypes()
           
 OperationHandle Session.getTypeInfo()
           
 

Uses of HiveSQLException in org.apache.hive.service.cli.thrift
 

Methods in org.apache.hive.service.cli.thrift that throw HiveSQLException
 void ThriftCLIServiceClient.cancelOperation(OperationHandle opHandle)
           
 void ThriftCLIServiceClient.checkStatus(TStatus status)
           
 void ThriftCLIServiceClient.closeOperation(OperationHandle opHandle)
           
 void ThriftCLIServiceClient.closeSession(SessionHandle sessionHandle)
           
 OperationHandle ThriftCLIServiceClient.executeStatement(SessionHandle sessionHandle, String statement, Map<String,String> confOverlay)
           
 RowSet ThriftCLIServiceClient.fetchResults(OperationHandle opHandle)
           
 RowSet ThriftCLIServiceClient.fetchResults(OperationHandle opHandle, FetchOrientation orientation, long maxRows)
           
 OperationHandle ThriftCLIServiceClient.getCatalogs(SessionHandle sessionHandle)
           
 OperationHandle ThriftCLIServiceClient.getColumns(SessionHandle sessionHandle, String catalogName, String schemaName, String tableName, String columnName)
           
 OperationHandle ThriftCLIServiceClient.getFunctions(SessionHandle sessionHandle, String catalogName, String schemaName, String functionName)
           
 GetInfoValue ThriftCLIServiceClient.getInfo(SessionHandle sessionHandle, GetInfoType infoType)
           
 OperationState ThriftCLIServiceClient.getOperationStatus(OperationHandle opHandle)
           
 TableSchema ThriftCLIServiceClient.getResultSetMetadata(OperationHandle opHandle)
           
 OperationHandle ThriftCLIServiceClient.getSchemas(SessionHandle sessionHandle, String catalogName, String schemaName)
           
 OperationHandle ThriftCLIServiceClient.getTables(SessionHandle sessionHandle, String catalogName, String schemaName, String tableName, List<String> tableTypes)
           
 OperationHandle ThriftCLIServiceClient.getTableTypes(SessionHandle sessionHandle)
           
 OperationHandle ThriftCLIServiceClient.getTypeInfo(SessionHandle sessionHandle)
           
 SessionHandle ThriftCLIServiceClient.openSession(String username, String password, Map<String,String> configuration)
           
 



Copyright © 2013 The Apache Software Foundation