New Transact-SQL commands

Table 2-4 summarizes the new Transact-SQL commands.

Table 2-4: New commands

Command

Function

create function (SQLJ)

Creates a SQLJ function, which is a Java method with a SQL name.

drop function

Removes a SQLJ function from the database.