|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.7.2) E13403-10 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object
oracle.jdeveloper.db.adapter.AbstractConnectionCreator
oracle.jdeveloper.db.adapter.AbstractOracleConnCreator
public abstract class AbstractOracleConnCreator
Constructor Summary | |
---|---|
protected |
AbstractOracleConnCreator() |
Method Summary | |
---|---|
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. |
Methods inherited from class oracle.jdeveloper.db.adapter.AbstractConnectionCreator |
---|
allowNullPassword, getBundle, getConnection, getConnectionURL, getDriverClassName, getPropertyOrThrow, hasLength, shouldEncrypt, shouldPromptForPassword |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected AbstractOracleConnCreator()
Method Detail |
---|
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)
|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.7.2) E13403-10 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |