public class ConnectionConfigurerExtension extends de.cs3d.util.eclipse.extension.simple.IdentifiableExtension<ConnectionConfiguration>
ConnectionConfigurer
s.Modifier and Type | Field and Description |
---|---|
static String |
EXTENSION_ID
Identifier of the JDBC configuration extension point.
|
Constructor and Description |
---|
ConnectionConfigurerExtension()
Default constructor
|
Modifier and Type | Method and Description |
---|---|
void |
applyAll(Connection connection)
Apply the configurations to a connection.
|
protected ConnectionConfiguration |
create(String elementId,
org.eclipse.core.runtime.IConfigurationElement element) |
protected String |
getIdAttributeName() |
static ConnectionConfigurerExtension |
getInstance()
Get the extension instance.
|
public static final String EXTENSION_ID
public ConnectionConfigurerExtension()
public static ConnectionConfigurerExtension getInstance()
protected String getIdAttributeName()
getIdAttributeName
in class de.cs3d.util.eclipse.extension.simple.IdentifiableExtension<ConnectionConfiguration>
IdentifiableExtension.getIdAttributeName()
protected ConnectionConfiguration create(String elementId, org.eclipse.core.runtime.IConfigurationElement element)
create
in class de.cs3d.util.eclipse.extension.simple.IdentifiableExtension<ConnectionConfiguration>
IdentifiableExtension.create(java.lang.String, org.eclipse.core.runtime.IConfigurationElement)
public void applyAll(Connection connection)
connection
- the database connectionBuild 2013-10-07_11-27-38
Revision 99b27713a799a59a21b0b166eaaea8aaefbf125a