public abstract class AbstractOracleConnCreator extends AbstractConnectionCreator
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractOracleConnCreator() |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<java.lang.String> |
listAllowedProperties()
Gets a list of the properties that are relevant to this creator.
|
static void |
main(java.lang.String[] args) |
protected void |
setCustomProperties(java.util.Properties connProps, java.util.Properties jdbcProps)
Override to include connection type specific properties in the jdbc properties set that the driver will be created with.
|
allowNullPassword, getBundle, getConnection, getConnectionURL, getDriverClassName, getInvalidURLMessage, getPropertyOrThrow, hasLength, shouldEncrypt, shouldPromptForPassword
protected void setCustomProperties(java.util.Properties connProps,
java.util.Properties jdbcProps)
AbstractConnectionCreatorUsername, password and role are done by default by this abstract creator.
setCustomProperties in class AbstractConnectionCreatorconnProps - the connection properties defined in the connection definition.jdbcProps - the properties that will be used to create the JDBC connectionpublic static void main(java.lang.String[] args)
public java.util.Collection<java.lang.String> listAllowedProperties()
ConnectionCreatorlistAllowedProperties in interface ConnectionCreatorlistAllowedProperties in class AbstractConnectionCreator