| Package | Description | 
|---|---|
| com.gpudb | |
| com.gpudb.protocol | 
| Modifier and Type | Method and Description | 
|---|---|
ShowTypesResponse | 
GPUdb.showTypes(ShowTypesRequest request)
Retrieves information for the specified data type ID or type label. 
 | 
ShowTypesResponse | 
GPUdb.showTypes(String typeId,
         String label,
         Map<String,String> options)
Retrieves information for the specified data type ID or type label. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
ShowTypesResponse | 
ShowTypesResponse.setLabels(List<String> labels)  | 
ShowTypesResponse | 
ShowTypesResponse.setProperties(List<Map<String,List<String>>> properties)  | 
ShowTypesResponse | 
ShowTypesResponse.setTypeIds(List<String> typeIds)  | 
ShowTypesResponse | 
ShowTypesResponse.setTypeSchemas(List<String> typeSchemas)  | 
Copyright © 2019. All rights reserved.