Methods in org.apache.hive.service.cli with parameters of type SessionHandle |
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)
|
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)
|
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)
|
Methods in org.apache.hive.service.cli.thrift with parameters of type SessionHandle |
void |
ThriftCLIServiceClient.closeSession(SessionHandle sessionHandle)
|
OperationHandle |
ThriftCLIServiceClient.executeStatement(SessionHandle sessionHandle,
String statement,
Map<String,String> confOverlay)
|
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)
|
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)
|