Use the sqlj.unsetUDTextName( ) procedure to remove the mapping from a user-defined data type to a Java class.
sqlj.unsetUDTExtName: |--sqlj.unsetUDTExtName--(--data_type--)------------------------|
Element | Description | Restrictions | Syntax |
---|---|---|---|
data_type | User-defined data type for which to remove the mapping | Must exist | Identifier |
This procedure removes the SQL-to-Java mapping and consequently removes any cached copy of the Java class from database server shared memory.
The unsetUDTextName procedure is an extension to the SQLJ:SQL Routines Using the Java Programming Language specification.
Related statements: CREATE FUNCTION, CREATE PROCEDURE, EXECUTE FUNCTION , GRANT, CALL, FOREACH, and LET