Several Java objects are generated to manage the access to middleware componenents.

    Tables that have a user interface form are defined with has Form = TRUE.

    Tables can be defined without a user interface form.

    Fields are defined to be visible on forms of type

    • New
    • Show
    • Edit
    • Search
    • Search Result
    • Field validations are defined to be used by the Javascript field validation library gen_validatorv4. All the validation functions available in that library may be used.

    The PreparedStatement objects and CallableStatement objects for every defined table are generated.

    The system maintains multiple connection pools through the ConnectionPoolManager singleton object.

Connection Pool Type Purpose
Security DB Used to perform data operations against the Security Database
Update Proc Used by stored procedures to update row data
Row Select
Row Seal
Field List
DB View
Multi Form