Previous Topic: COBOL Application ConsiderationsNext Topic: Unicode Considerations


DBMS Considerations with Decimal Precision

For Java generated code, CA Gen implements all attributes marked with decimal precision as a BigDecimal class and passes them to the JDBC driver. It is the responsibility of the driver to accurately store and retrieve the application data.