| Package | Description | 
|---|---|
| com.gpudb | |
| com.gpudb.protocol | 
| Modifier and Type | Method and Description | 
|---|---|
AlterTableMetadataResponse | 
GPUdb.alterTableMetadata(AlterTableMetadataRequest request)
Updates (adds or changes) metadata for tables. 
 | 
AlterTableMetadataResponse | 
GPUdb.alterTableMetadata(List<String> tableNames,
                  Map<String,String> metadataMap,
                  Map<String,String> options)
Updates (adds or changes) metadata for tables. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
AlterTableMetadataResponse | 
AlterTableMetadataResponse.setMetadataMap(Map<String,String> metadataMap)  | 
AlterTableMetadataResponse | 
AlterTableMetadataResponse.setTableNames(List<String> tableNames)  | 
Copyright © 2019. All rights reserved.