Review other Adaptive Server datatypes supported by jConnect.
jConnect supports these Adaptive Server datatypes:
- 
                    
bigint – an exact numeric datatype designed to be used when
                        the range of the existing int types is insufficient.
                 
- 
                    
unsigned int – unsigned versions of the exact numeric
                        integer datatypes: unsignedsmallint,
                            unsignedint, and unsignedbigint.
                 
- 
                    
unitext – a variable-length datatype for Unicode
                        characters.