|
|||||||||||
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.getDriverInstanceByID(java.lang.String id)
Retrieve a DriverInstance by Id |
DriverInstance[] |
DriverManager.getDriverInstancesByCategory(java.lang.String categoryid)
|
DriverInstance[] |
DriverManager.getDriverInstancesByTemplate(java.lang.String templateid)
|
DriverInstance |
DriverManager.getDriverInstanceByName(java.lang.String name)
Retrieve a DriverInstance by name. |
DriverInstance[] |
DriverManager.getValidDriverInstances()
Returns an array of valid driver instances |
DriverInstance[] |
DriverManager.getAllDriverInstances()
Returns an array of all driver instances |
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. |
Methods in org.eclipse.datatools.connectivity.drivers with parameters of type DriverInstance | |
void |
IDriverInstancePropertyDescriptor.setDriverInstance(DriverInstance instance)
Provide the driver instance to the property descriptor to get any additional information needed. |
void |
DriverManager.addDriverInstance(DriverInstance di)
|
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 |