Column Name | Data Type | Description |
---|---|---|
function_name | char(32) | Name identifying the function. |
support | char(10) | This column has one of four values: RESTRICT indicates this function is supported but with restrictions. A restriction may be as simple as requiring a literal value for a parameter, or may indicate a slight variation from the standard Ingres behavior for this function. |
COMPAT indicates a native DMBS function exactly matches the Ingres function. No translation is performed. TRANS indicates that the function is translated to the target DMBS SQL without restrictions. NO indicates that a function is not supported. | ||
parm1 | char(10) | A value of LITERAL indicates that the first parameter to this function must be a literal value. A value of EXPR indicates that both literal values and expressions are allowed for this parameter. |
parm2 | char(10) | LITERAL or EXPR. |
parm3 | char(10) | LITERAL or EXPR. |
mapping | varchar(253) | This column documents the target DBMS SQL that is generated when the Enterprise Access product does translations. |
comments | varchar(400) | Comments. |