Uses of Class
com.gpudb.protocol.ShowTableRequest
-
Packages that use ShowTableRequest Package Description com.gpudb com.gpudb.protocol -
-
Uses of ShowTableRequest in com.gpudb
Methods in com.gpudb with parameters of type ShowTableRequest Modifier and Type Method Description ShowTableResponseGPUdb. showTable(ShowTableRequest request)Retrieves detailed information about a table, view, or schema, specified intableName. -
Uses of ShowTableRequest in com.gpudb.protocol
Methods in com.gpudb.protocol that return ShowTableRequest Modifier and Type Method Description ShowTableRequestShowTableRequest. setOptions(Map<String,String> options)Optional parameters.ShowTableRequestShowTableRequest. setTableName(String tableName)Name of the table for which to retrieve the information, in [schema_name.]table_name format, using standard name resolution rules.
-