The BCD and MJD IDL modules define types to represent common database column types such as binary data, fixed-point numeric data, dates, times. The BCD::Binary CORBA type maps to a Java byte array. The other BCD and MJD types map to data representations that are optimized for network transport.
To convert between the IDL-mapped datatypes and from core java.* classes, use these classes from the com.sybase.CORBA.jdbc11 package:
Class |
Description |
---|---|
SQL |
Contains methods to convert from BCD.* and MJD.* types to java.* types |
IDL |
Contains methods to convert from java.* types to BCD.* and MJD.* types |
Chapter 1, “Java Classes and Interfaces,” in the EAServer API Reference provides reference pages for these classes.