Uses of Class
com.gpudb.protocol.ShowTableMetadataRequest
-
Packages that use ShowTableMetadataRequest Package Description com.gpudb com.gpudb.protocol -
-
Uses of ShowTableMetadataRequest in com.gpudb
Methods in com.gpudb with parameters of type ShowTableMetadataRequest Modifier and Type Method Description ShowTableMetadataResponseGPUdb. showTableMetadata(ShowTableMetadataRequest request)Retrieves the user provided metadata for the specified tables. -
Uses of ShowTableMetadataRequest in com.gpudb.protocol
Methods in com.gpudb.protocol that return ShowTableMetadataRequest Modifier and Type Method Description ShowTableMetadataRequestShowTableMetadataRequest. setOptions(Map<String,String> options)Optional parameters.ShowTableMetadataRequestShowTableMetadataRequest. setTableNames(List<String> tableNames)Names of tables whose metadata will be fetched, in [schema_name.]table_name format, using standard name resolution rules.
-