Uses of Class
com.gpudb.protocol.AlterTableMetadataResponse
-
Packages that use AlterTableMetadataResponse Package Description com.gpudb com.gpudb.protocol -
-
Uses of AlterTableMetadataResponse in com.gpudb
Methods in com.gpudb that return AlterTableMetadataResponse Modifier and Type Method Description AlterTableMetadataResponseGPUdb. alterTableMetadata(AlterTableMetadataRequest request)Updates (adds or changes) metadata for tables.AlterTableMetadataResponseGPUdb. alterTableMetadata(List<String> tableNames, Map<String,String> metadataMap, Map<String,String> options)Updates (adds or changes) metadata for tables. -
Uses of AlterTableMetadataResponse in com.gpudb.protocol
Methods in com.gpudb.protocol that return AlterTableMetadataResponse Modifier and Type Method Description AlterTableMetadataResponseAlterTableMetadataResponse. setInfo(Map<String,String> info)Additional information.AlterTableMetadataResponseAlterTableMetadataResponse. setMetadataMap(Map<String,String> metadataMap)Value ofmetadataMap.AlterTableMetadataResponseAlterTableMetadataResponse. setTableNames(List<String> tableNames)Value oftableNames.
-