As far a I know, these additional properties simply aren't exposed at a
"default" level (although as you note, are accessible via the regular
API).

Patches welcome.

On Wed, 19 Feb 2003, Russ Milliken wrote:

> Is there support for default Connection properties other than ReadOnly
> and AutoCommit?  You can create a PoolableConnectionFactory specifying
> defaultReadOnly and defaultAutoCommit at construction time, or may
> change the defaults at any time thereafter via API methods.  This is
> good, but what of the other properties on Connection, e.g. Catalog,
> TransactionIsolation, and TypeMap?  Are these in DBCP somewhere else,
> and if so, shouldn't these all be in one place, i.e.,
> PoolableConnectionFactory?
>
> -Russ
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to