SYS.Functions
このテーブルでは、データソースとシステムスキーマの機能に関する情報を提供します。
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.FunctionParams
関数のパラメータに関する情報を提供します。
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 |