BQuery epxGetQuery()
Retrieves a DBQuery instance from the DBQueryPool which can be used for performing queries against the EPX database. The DBQuery instance represents an existing connection to the database. If an exception is encountered with any DBQuery or DBResultSet methods, the close() method on the DBQuery instance should be called to reset the connection. The same connection can be used for queries that are executed sequentially.
NOTE: Any query object that is retrieved using this method needs to be relinquished with the epxFreeQuery() method.