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
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 |