Skip to main content
  • showTypes

    public ShowTypesResponse showTypes(ShowTypesRequest request) 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:
    request - Request object containing the parameters for the operation.
    Returns:
    Response object 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 to createType.
    label - Option string that was supplied by user in a call to createType.
    options - Optional parameters.The default value is an empty Map.
    Returns:
    Response object containing the results of the operation.
    Throws:
    GPUdbException - if an error occurs during the operation.