On Wed, 5 Dec 2007, Jignesh K. Shah wrote:
> So how come the API documentation for it is in privateapi and not publicapi..
> That prompted me to infer that it is experimental. (I may not be alone in
> drawing that inference from it.)
The driver just implements the standard interfaces in J2SE, so there's
nothing that really needs to be exposed from an API standpoint.
PGXADataSource should be moved to the public API, but it's unlikely for
people to call it directly.
Kris Jurka