Uses of Interface
org.eclipse.jpt.db.ConnectionProfile

Packages that use ConnectionProfile
org.eclipse.jpt.core   
org.eclipse.jpt.db   
 

Uses of ConnectionProfile in org.eclipse.jpt.core
 

Methods in org.eclipse.jpt.core that return ConnectionProfile
 ConnectionProfile JpaDataSource.getConnectionProfile()
          The connection profile is null if the connection profile name is invalid.
 ConnectionProfile JpaProject.getConnectionProfile()
          Return the JPA project's connection.
 

Uses of ConnectionProfile in org.eclipse.jpt.db
 

Methods in org.eclipse.jpt.db that return ConnectionProfile
 ConnectionProfile ConnectionProfileFactory.buildConnectionProfile(java.lang.String name)
          Build and return a connection profile that wraps the DTP connection profile with the specified name.
 ConnectionProfile ConnectionProfileFactory.buildConnectionProfile(java.lang.String name, DatabaseFinder finder)
          Build and return a connection profile that wraps the DTP connection profile with the specified name.
 ConnectionProfile DatabaseObject.getConnectionProfile()
          Return the database object's connection profile.
 

Methods in org.eclipse.jpt.db with parameters of type ConnectionProfile
 void ConnectionAdapter.aboutToClose(ConnectionProfile profile)
           
 void ConnectionListener.aboutToClose(ConnectionProfile profile)
           
 void ConnectionAdapter.catalogChanged(ConnectionProfile profile, Catalog catalog)
           
 void ConnectionListener.catalogChanged(ConnectionProfile profile, Catalog catalog)
           
 void ConnectionAdapter.closed(ConnectionProfile profile)
           
 void ConnectionListener.closed(ConnectionProfile profile)
           
 void ConnectionAdapter.columnChanged(ConnectionProfile profile, Column column)
           
 void ConnectionListener.columnChanged(ConnectionProfile profile, Column column)
           
 void ConnectionAdapter.databaseChanged(ConnectionProfile profile, Database database)
           
 void ConnectionListener.databaseChanged(ConnectionProfile profile, Database database)
           
 void ConnectionAdapter.foreignKeyChanged(ConnectionProfile profile, ForeignKey foreignKey)
           
 void ConnectionListener.foreignKeyChanged(ConnectionProfile profile, ForeignKey foreignKey)
           
 void ConnectionAdapter.modified(ConnectionProfile profile)
           
 void ConnectionListener.modified(ConnectionProfile profile)
           
 boolean ConnectionAdapter.okToClose(ConnectionProfile profile)
           
 boolean ConnectionListener.okToClose(ConnectionProfile profile)
           
 void ConnectionAdapter.opened(ConnectionProfile profile)
           
 void ConnectionListener.opened(ConnectionProfile profile)
           
 void ConnectionAdapter.schemaChanged(ConnectionProfile profile, Schema schema)
           
 void ConnectionListener.schemaChanged(ConnectionProfile profile, Schema schema)
           
 void ConnectionAdapter.sequenceChanged(ConnectionProfile profile, Sequence sequence)
           
 void ConnectionListener.sequenceChanged(ConnectionProfile profile, Sequence sequence)
           
 void ConnectionAdapter.tableChanged(ConnectionProfile profile, Table table)
           
 void ConnectionListener.tableChanged(ConnectionProfile profile, Table table)