All databases
sysxtypes contains one row for each extended, Java-SQL datatype. Uses row-level locking.
Refer to Java in Adaptive Server Enterprise for more information about Java-SQL classes and datatypes.
The columns for sysxtypes are:
Name  | 
Datatype  | 
Description  | 
|---|---|---|
sensitivity  | 
sensitivity  | 
Used by the Secure Adaptive Server.  | 
xtname  | 
varchar(255)  | 
The name of the extended type.  | 
xtid  | 
int  | 
System-generated ID for the extended type.  | 
xtstatus  | 
int  | 
Internal status information. Unused.  | 
xtmetatype  | 
int  | 
Unused.  | 
xtcontainer  | 
int  | 
The ID of the JAR file containing the class. Can be NULL.  | 
xtsource  | 
text  | 
Source code for the extended type. Unused.  | 
xtbinary  | 
image  | 
Object code for the extended type. For Java classes, it contains the class file.  |