Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [dtp-connect-dev] Connectivity API review

Thanks for the feedback Max.

The managed connection interface is responsible for managing a single
connection for each connection factory on the profile and is not specific
to DB profiles or connections.  The generic DB profile has two connection
factories, one for creating java.sql.Connection objects and one for
creating org.eclipse.datatools...ConnectionInof objects.  Given that, I do
not think it makes sense to add this to the interface.

If you require access to a specific database, you will need to traverse the
SQL model that is wrapped by the ConnectionInfo object.

Hope that helps,
Rob



Back to the top