IBM Books

SQL Reference


SYSCAT.CASTFUNCTIONS

Contains a row for each cast function. It does not include built-in cast functions.


Table 42. SYSCAT.CASTFUNCTIONS Catalog View
Column Name Data Type Nullable Description
FROM_TYPESCHEMA VARCHAR(128)
Qualified name of the data type of the parameter.
FROM_TYPENAME VARCHAR(18)
TO_TYPESCHEMA VARCHAR(128)
Qualified name of the data type of the result after casting.
TO_TYPENAME VARCHAR(18)
FUNCSCHEMA VARCHAR(128)
Qualified name of the function.
FUNCNAME VARCHAR(18)
SPECIFICNAME VARCHAR(18)
The name of the function instance.
ASSIGN_FUNCTION CHAR(1)

Y = Implicit assignment function

N = Not an assignment function



[ Top of Page | Previous Page | Next Page | Table of Contents | Index ]

[ DB2 List of Books | Search the DB2 Books ]