| 
 | Oracle Fusion Middleware Java API Reference for Oracle Extension SDK 11g Release 2 (11.1.2.4.0) E17493-05 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectoracle.jdeveloper.db.adapter.AbstractConnectionCreator
oracle.jdeveloper.db.adapter.AbstractOracleConnCreator
public abstract class AbstractOracleConnCreator
| Constructor Summary | |
|---|---|
| protected  | AbstractOracleConnCreator() | 
| Method Summary | |
|---|---|
|  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. | 
| 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)
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()
ConnectionCreator
listAllowedProperties in interface ConnectionCreatorlistAllowedProperties in class AbstractConnectionCreator| 
 | Oracle Fusion Middleware Java API Reference for Oracle Extension SDK 11g Release 2 (11.1.2.4.0) E17493-05 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||