Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.3.0)

E17493-04


oracle.jdeveloper.db.adapter
Class AbstractOracleConnCreator

java.lang.Object
  extended by oracle.jdeveloper.db.adapter.AbstractConnectionCreator
      extended by oracle.jdeveloper.db.adapter.AbstractOracleConnCreator

All Implemented Interfaces:
ConnectionCreator
Direct Known Subclasses:
OracleConnectionCreator

public abstract class AbstractOracleConnCreator
extends AbstractConnectionCreator

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

AbstractOracleConnCreator

protected AbstractOracleConnCreator()

Method Detail

setCustomProperties

protected void setCustomProperties(java.util.Properties connProps,
                                   java.util.Properties jdbcProps)
Description copied from class: AbstractConnectionCreator
Override to include connection type specific properties in the jdbc properties set that the driver will be created with.

Username, password and role are done by default by this abstract creator.

Overrides:
setCustomProperties in class AbstractConnectionCreator
Parameters:
connProps - the connection properties defined in the connection definition.
jdbcProps - the properties that will be used to create the JDBC connection

main

public static void main(java.lang.String[] args)

listAllowedProperties

public java.util.Collection<java.lang.String> listAllowedProperties()
Description copied from interface: ConnectionCreator
Gets a list of the properties that are relevant to this creator. If a property is not listed, it is not needed/supported.
Specified by:
listAllowedProperties in interface ConnectionCreator
Overrides:
listAllowedProperties in class AbstractConnectionCreator
Returns:
a list of the allowed property keys for the connection's properties.

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.3.0)

E17493-04


Copyright © 1997, 2012, Oracle. All rights reserved.