Uses of Class
com.gpudb.protocol.ShowDatasourceRequest
-
Packages that use ShowDatasourceRequest Package Description com.gpudb com.gpudb.protocol -
-
Uses of ShowDatasourceRequest in com.gpudb
Methods in com.gpudb with parameters of type ShowDatasourceRequest Modifier and Type Method Description ShowDatasourceResponseGPUdb. showDatasource(ShowDatasourceRequest request)Shows information about a specified data source or all data sources. -
Uses of ShowDatasourceRequest in com.gpudb.protocol
Methods in com.gpudb.protocol that return ShowDatasourceRequest Modifier and Type Method Description ShowDatasourceRequestShowDatasourceRequest. setName(String name)Name of the data source for which to retrieve information.ShowDatasourceRequestShowDatasourceRequest. setOptions(Map<String,String> options)Optional parameters.
-