showTypes
Retrieves information for the specified data type ID or type label. For all data types that match the input criteria, the database returns the type ID, the type schema, the label (if available), and the type’s column properties.Parameters:request-Requestobject containing the parameters for the operation.Returns:Responseobject containing the results of the operation.Throws:GPUdbException- if an error occurs during the operation.showTypes
public ShowTypesResponse showTypes(String typeId, String label, Map<String, String> options) throws GPUdbException Retrieves information for the specified data type ID or type label. For all data types that match the input criteria, the database returns the type ID, the type schema, the label (if available), and the type’s column properties.Parameters:typeId- Type Id returned in response to a call tocreateType.label- Option string that was supplied by user in a call tocreateType.options- Optional parameters.NO_JOIN_TYPES: When set to ‘true’, no join types will be included. Supported values:The default value isFALSE.
Map.Returns:Responseobject containing the results of the operation.Throws:GPUdbException- if an error occurs during the operation.