Uses of Class
com.gpudb.protocol.ShowDatasourceResponse
-
Packages that use ShowDatasourceResponse Package Description com.gpudb com.gpudb.protocol -
-
Uses of ShowDatasourceResponse in com.gpudb
Methods in com.gpudb that return ShowDatasourceResponse Modifier and Type Method Description ShowDatasourceResponseGPUdb. showDatasource(ShowDatasourceRequest request)Shows information about a specified data source or all data sources.ShowDatasourceResponseGPUdb. showDatasource(String name, Map<String,String> options)Shows information about a specified data source or all data sources. -
Uses of ShowDatasourceResponse in com.gpudb.protocol
Methods in com.gpudb.protocol that return ShowDatasourceResponse Modifier and Type Method Description ShowDatasourceResponseShowDatasourceResponse. setAdditionalInfo(List<Map<String,String>> additionalInfo)Additional information about the respective data sources indatasourceNames.ShowDatasourceResponseShowDatasourceResponse. setDatasourceNames(List<String> datasourceNames)The data source names.ShowDatasourceResponseShowDatasourceResponse. setInfo(Map<String,String> info)Additional information.ShowDatasourceResponseShowDatasourceResponse. setStorageProviderTypes(List<String> storageProviderTypes)The storage provider type of the data sources named indatasourceNames.
-