Quote:
|
Originally Posted by ARWinner
Select text from syscat.routines should give you the text for SQL routines.
If theay are not SQL routines, there is no way to query the DB to get this that I know of.
Andy
|
As you know TEXT is clob column and I know I have UDF like:
create function xxxxxx(4000) for bit data)
returns varchar(4000)
specific cbchr
external name 'yyyyyy!bbbb'
language C
parameter style DB2SQL
not variant
fenced
not null call
no sql
no external action
no scratchpad
no final call;
I expect to see this body, how can I see that?