Uses of Interface
org.eclipse.net4j.db.IDBConnection
Packages that use IDBConnection
Package
Description
The Net4j DB framework.
Server service provider interfaces and useful base implementations for the Net4j DB framework.
-
Uses of IDBConnection in org.eclipse.net4j.db
Methods in org.eclipse.net4j.db that return IDBConnectionModifier and TypeMethodDescriptionIDBDatabase.getConnection()
IDBPreparedStatement.getConnection()
IDBSchemaTransaction.getConnection()
IDBDatabase.getConnections()
IDBPreparedStatement.getTransaction()
Deprecated.Methods in org.eclipse.net4j.db with parameters of type IDBConnection -
Uses of IDBConnection in org.eclipse.net4j.spi.db
Methods in org.eclipse.net4j.spi.db with parameters of type IDBConnectionModifier and TypeMethodDescriptionDBAdapter.openSchemaTransaction
(IDBDatabase database, IDBConnection currentConnection)
IDBPreparedStatement.getConnection()
.