| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DriverInstance | |
|---|---|
| org.eclipse.datatools.connectivity.drivers | |
| org.eclipse.datatools.connectivity.ui | |
| Uses of DriverInstance in org.eclipse.datatools.connectivity.drivers | 
|---|
| Methods in org.eclipse.datatools.connectivity.drivers that return DriverInstance | |
|---|---|
|  DriverInstance | DriverManager.createNewDriverInstance(java.lang.String templateID,
                        java.lang.String name,
                        java.lang.String jarList)Create a new DriverInstance based on the incoming templateID, driver name, and jar list. | 
|  DriverInstance | DriverManager.createNewDriverInstance(java.lang.String templateID,
                        java.lang.String name,
                        java.lang.String jarList,
                        java.lang.String driverClass)Create a new DriverInstance based on the incoming templateID, driver name, and jar list. | 
|  DriverInstance[] | DriverManager.getAllDriverInstances()Returns an array of all driver instances | 
|  DriverInstance | DriverManager.getDriverInstanceByID(java.lang.String id)Retrieve a DriverInstance by Id | 
|  DriverInstance | DriverManager.getDriverInstanceByName(java.lang.String name)Retrieve a DriverInstance by name. | 
|  DriverInstance[] | DriverManager.getDriverInstancesByCategory(java.lang.String categoryid) | 
|  DriverInstance[] | DriverManager.getDriverInstancesByName(java.lang.String name)Retrieve DriverInstances by name. | 
|  DriverInstance[] | DriverManager.getDriverInstancesByTemplate(java.lang.String templateid) | 
|  DriverInstance[] | DriverManager.getValidDriverInstances()Returns an array of valid driver instances | 
| Methods in org.eclipse.datatools.connectivity.drivers with parameters of type DriverInstance | |
|---|---|
|  void | DriverManager.addDriverInstance(DriverInstance di) | 
|  boolean | DriverMigratorBase.performMigration(DriverInstance driver)Default implementation. | 
|  boolean | IDriverMigrator.performMigration(DriverInstance driver)This method is invoked by the framework when a connection profile of the migration extension's sourceProfile type has been loaded. | 
|  void | IDriverInstancePropertyDescriptor.setDriverInstance(DriverInstance instance)Provide the driver instance to the property descriptor to get any additional information needed. | 
| Constructors in org.eclipse.datatools.connectivity.drivers with parameters of type DriverInstance | |
|---|---|
| DriverValidator(DriverInstance driverInstance)Driver validator constructor | |
| Uses of DriverInstance in org.eclipse.datatools.connectivity.ui | 
|---|
| Methods in org.eclipse.datatools.connectivity.ui with parameters of type DriverInstance | |
|---|---|
|  void | DriverClassBrowsePropertyDescriptor.setDriverInstance(DriverInstance instance) | 
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||