transforms

The transforms view provides information about transforms defined in the current database.

Column name Data type Description
udt_catalog sql_identifier The name of the current database that holds the type associated with the transform.
udt_schema sql_identifier The name of the schema that holds the type associated with the transform.
udt_name sql_identifier The name of the type associated with the transform.
specific_catalog sql_identifier The name of the current database containing the function.
specific_schema sql_identifier The name of the schema containing the function.
specific_name sql_identifier The “specific name” of the function.
group_name sql_identifier Specifies the language to which the transform applies.
transform_type character_data The type of the transform.
The possible options are:
  • FROM SQL
  • TO SQL