Querying and connecting to databases
The query builder APIs provide support for retrieving information from PolicyCenter application databases.
The API framework models features of SQL SELECT statements to make
object-oriented Gosu queries. The query builder APIs support many, but not all, features of
the SQL SELECT statement.
Connections to the database connection pool can be automatic or, to improve performance, reserved.
