Stored Procedures - User Defined Types
Displays a list of known User Defined Types. These are public classes drawn from DLLs placed in the product's StoredProcedures/DotNet folder and JAR files placed in the product's StoredProcedures/Java folder.
User-Defined Types are simple structures containing only other simple structures, simple data types like bool, byte, short, int, long, string, Date, float, double and arrays thereof.
These types can be used as parameters or return values of stored procedures. They must be marked with the System.Serializable attribute in .NET or with the java.io.Serializable interface in Java.
Click on each type to see a drop-down information box.