Database
sqlexd.txt
Associated article: Extenders, UDFs, and Stored Procedures
Tags: Database
Published source code accompanying the article by Ken North in which he discusses the emerging generation of feature-rich applications require multimedia, geo-spatial data, and types that are more complex than traditional SQL rows and columns.
Extenders, UDFs, and Stored Procedures by Ken North Listing One SELECT id, surname, perannum(salary) from emp Listing Two CREATE FUNCTION metaname (en_string) RETURNS VARCHAR EXTERNAL NAME 'encode!metaname' LANGUAGE JAVA PARAMETER STYLE DB2GENERAL NO SQL FENCED Listing ...


