David Van Couvering wrote:

> Here is a new proposal, taking into account Kathey's comments:
> 
> [ ] VOTE on toString() format for Derby embedded connections
> 
> Physical Connections, Pooled Connections (EmbedConnection,
> EmbedConnection30,
>  BrokeredConnection, BrokeredConnection30):
>     <classname>@<hashcode> (DATABASE=<dbname>), (SESSIONID=<sessionid>),
> (DRDAID=<drdaid>), (XID=<xid>)
> 
> Pooled Connections (EmbedPooledConnection, EmbedXAConnection):
>     <classname>@<hashcode> (ID=<uniqueid>), Physical
> Connection=<underlying connection string>
> 

Could you add examples, just to be clear? E.g. I'm not sure what
classname means, EmbedConnection or
org.apache.derby.impl.jdbc.EmbededConnection.

Dan.

Reply via email to