Uses of Class
com.gpudb.protocol.ShowTableMetadataResponse
-
Packages that use ShowTableMetadataResponse Package Description com.gpudb com.gpudb.protocol -
-
Uses of ShowTableMetadataResponse in com.gpudb
Methods in com.gpudb that return ShowTableMetadataResponse Modifier and Type Method Description ShowTableMetadataResponseGPUdb. showTableMetadata(ShowTableMetadataRequest request)Retrieves the user provided metadata for the specified tables.ShowTableMetadataResponseGPUdb. showTableMetadata(List<String> tableNames, Map<String,String> options)Retrieves the user provided metadata for the specified tables. -
Uses of ShowTableMetadataResponse in com.gpudb.protocol
Methods in com.gpudb.protocol that return ShowTableMetadataResponse Modifier and Type Method Description ShowTableMetadataResponseShowTableMetadataResponse. setInfo(Map<String,String> info)Additional information.ShowTableMetadataResponseShowTableMetadataResponse. setMetadataMaps(List<Map<String,String>> metadataMaps)A list of maps which contain the metadata of the tables in the order the tables are listed intableNames.ShowTableMetadataResponseShowTableMetadataResponse. setTableNames(List<String> tableNames)Value oftableNames.
-