Function Metadata
SYS.Functions
This table supplies information about the functions in the data sources and system schemas.
Column Name | Type | Description |
---|---|---|
| string | VDB name |
| string | Schema name |
| string | Function name |
| string | Function name in the source system |
| string | Function UID |
| string | Description set by the user |
| string | Description set by the system |
| boolean | Whether the function accepts variable arguments or not |
SYS.Functions
table is available since v4.6
SYS.Functions
contains information about data source functions since v4.8
OriginalDescription
column is available since v4.8
SYS.FunctionParams
This supplies information on function parameters.
Column Name | Type | Description |
---|---|---|
| string | VDB name |
| string | Schema name |
| string | Function name |
| string | Function UID |
| string | Parameter name |
| string | CData Virtuality Server runtime data type name |
| integer | Position in function arguments |
| string | Parameter direction: " |
| integer | Precision of parameter |
| integer | Length of the parameter value |
| integer | Scale of parameter |
| integer | Radix of parameter |
| string | Nullability: " |
| string | Function UID |
| string | Description set by the user |
| string | Description set by the system |
SYS.FunctionParams
table is available since v4.6
SYS.FunctionParams
contains information about data source function parameters since v4.8
OriginalDescription
column is available since v4.8