| 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.setInfo(Map<String,String> info)
Additional information.
|
AlterTableMetadataResponse |
AlterTableMetadataResponse.setMetadataMap(Map<String,String> metadataMap)
Value of
metadataMap. |
AlterTableMetadataResponse |
AlterTableMetadataResponse.setTableNames(List<String> tableNames)
Value of
tableNames. |
Copyright © 2025. All rights reserved.