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, convertToJDBCParameterInfos, getBundle, getConnection, getConnectionURL, getDriver, getDriverClassName, getInvalidURLMessage, getJDBCProperties, getLogger, getPropertyOrThrow, hasLength, listJDBCParameterInfos, listRequiredProperties, loadDriver, shouldEncrypt, shouldPromptForPassword, throwMissingPropertyException
protected void setCustomProperties(java.util.Properties connProps, java.util.Properties jdbcProps)
AbstractConnectionCreator
Username, password and role are done by default by this abstract creator.
setCustomProperties
in class AbstractConnectionCreator
connProps
- 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()
ConnectionCreator
listAllowedProperties
in interface ConnectionCreator
listAllowedProperties
in class AbstractConnectionCreator
ConnectionCreator.listRequiredProperties()