...
- Database Table functions - Looks Look up and insert data into tables
- Callable Statement functions - Executes Execute stored procedures
- Prepared Statement functions - Efficiently executes execute statements multiple times and has support for failover
- Database Bulk functions - Bundles Bundle multiple queries into one SQL statement
Note | ||
---|---|---|
| ||
All database related APL functions utilize use a db connection pool, and they pick a connection from the pool for each invocation. Connection properties, such as the transaction state, are handled internally by each function and are never visible in APL. These database functions are currently designed to work with the following database data types; character, string, integer and date data types such as VARCHAR, INTEGER, NUMBER, DATE and TIMESTAMP. Other database data types are restricted for APL database functions. The list below contains examples of such types, usually very large data types or custom objects, structures and similar types.
|