|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ConnectionProvider | |
com.ptc.windchill.upgrade.history | |
com.ptc.windchill.upgrade.ius | |
com.ptc.windchill.upgrade.modeldiff |
Uses of ConnectionProvider in com.ptc.windchill.upgrade.history |
Fields in com.ptc.windchill.upgrade.history declared as ConnectionProvider | |
private ConnectionProvider |
JdbcIUHPersistenceDelegate.connectionProvider_
|
private ConnectionProvider |
InstallAndUpgradeHistoryTransferrer.connectionProvider_
|
Constructors in com.ptc.windchill.upgrade.history with parameters of type ConnectionProvider | |
JdbcIUHPersistenceDelegate(ConnectionProvider connection_provider)
Creates a new JdbcIUHPersistenceDelegate object. |
|
InstallAndUpgradeHistoryTransferrer(String file_name,
ConnectionProvider connection_provider)
Constructs an instance to store the version history of the database into the given file as an XML document. |
|
InstallAndUpgradeHistoryTransferrer(ConnectionProvider connection_provider,
String file_name)
Constructs an instance to store the version history of the database into the given file as an XML document. |
Uses of ConnectionProvider in com.ptc.windchill.upgrade.ius |
Classes in com.ptc.windchill.upgrade.ius that implement ConnectionProvider | |
class |
UpgradeContext
|
Uses of ConnectionProvider in com.ptc.windchill.upgrade.modeldiff |
Methods in com.ptc.windchill.upgrade.modeldiff that return ConnectionProvider | |
(package private) static ConnectionProvider |
Db.newConnectionProvider()
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |