MEMBER
methods of the type.
CREATE TYPE
definition.
MEMBER
in the type specification and body.
An external procedure is a procedure implemented in a language not stored in the database but callable from SQL. After the procedure is implemented, the compiled code must be placed in a file accessible to the database server. Then the external procedure is registered with the server using a CREATE PROCEDURE or CREATE FUNCTION statement.
†It requires a DBA privilege to use an external procedure.
Go beyond the show by going behind the scenes. |