Advantage SQL Engine
Contains one row for each function in the database.
Field Name |
Field Type |
Field Size |
Description |
Name |
CICharacter |
200 |
Function name. |
Package |
CICharacter |
200 |
Name of the package that the function is part of. May be NULL or empty string. |
Return Type |
CICharacter |
20 |
Data type of the function. |
Input Parameters |
Memo |
Variable |
Input parameters in comma separated list. |
Implementation |
Memo |
Variable |
The SQL script that implements the function. |
Comment |
Memo |
Variable |
Function description. |
User_Defined_Prop |
Blob |
Variable |
Inaccessible at the moment. |