Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1)

E13403-03

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
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)

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1)

E13403-03

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