| 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.
|
| Modifier and Type | Method and Description |
|---|---|
AlterTableMetadataRequest |
AlterTableMetadataRequest.setMetadataMap(Map<String,String> metadataMap)
A map which contains the metadata of the tables that are to be updated.
|
AlterTableMetadataRequest |
AlterTableMetadataRequest.setOptions(Map<String,String> options)
Optional parameters.
|
AlterTableMetadataRequest |
AlterTableMetadataRequest.setTableNames(List<String> tableNames)
Names of the tables whose metadata will be updated, in
[schema_name.]table_name format, using standard
Copyright © 2025. All rights reserved. |