_describe_extfn

_describe_extfn is called at the beginning of each state to allow the server to get and set logical properties. The UDF can do this by using the six describe methods (describe_parameter_get, describe_parameter_set, describe_column_get, describe_column_set, describe_udf_get, and describe_udf_set) in the a_v4_proc_context object.

See Describe API.