oracle.jdeveloper.db.adapter
Class OracleConnectionCreator
java.lang.Object
  
oracle.jdeveloper.db.adapter.AbstractConnectionCreator
      
oracle.jdeveloper.db.adapter.AbstractOracleConnCreator
          
oracle.jdeveloper.db.adapter.OracleConnectionCreator
- All Implemented Interfaces: 
 - ConnectionCreator
 
- Direct Known Subclasses: 
 - OracleLiteConnectionCreator
 
public class OracleConnectionCreator
- extends AbstractOracleConnCreator
 
ConnectionCreator for Oracle connections, both thick and thin.
 
 
| 
Method Summary | 
 java.lang.String | 
getConnectionURL(java.util.Properties props)
 
          The default implementation on this abstract class return the
 DatabaseProvider.DRIVER_CLASS_REFTYPE property. | 
 java.lang.String | 
getDriverClassName(java.util.Properties props)
 
          The default implementation on this class returns the 
 DatabaseProvider.CUSTOM_URL_CLASS_REFTYPE property. | 
 
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
ORACLE_DRIVER_CLASS
public static final java.lang.String ORACLE_DRIVER_CLASS
- See Also:
 - Constant Field Values
 
OLD_ORACLE_DRIVER_CLASS
public static final java.lang.String OLD_ORACLE_DRIVER_CLASS
- See Also:
 - Constant Field Values
 
SUBTYPE_ORA_JDBC
public static final java.lang.String SUBTYPE_ORA_JDBC
- See Also:
 - Constant Field Values
 
ORA_DRIVER_TYPE_CLASS_REFTYPE
public static final java.lang.String ORA_DRIVER_TYPE_CLASS_REFTYPE
- See Also:
 - Constant Field Values
 
ORA_DRIVER_THIN
public static final java.lang.String ORA_DRIVER_THIN
- See Also:
 - Constant Field Values
 
ORA_DRIVER_OCI8
public static final java.lang.String ORA_DRIVER_OCI8
- See Also:
 - Constant Field Values
 
OracleConnectionCreator
public OracleConnectionCreator()
getConnectionURL
public java.lang.String getConnectionURL(java.util.Properties props)
                                  throws java.sql.SQLException
- Description copied from class: 
AbstractConnectionCreator 
- The default implementation on this abstract class return the
 DatabaseProvider.DRIVER_CLASS_REFTYPE property. Override as appropriate.
- Specified by:
 getConnectionURL in interface ConnectionCreator- Overrides:
 getConnectionURL in class AbstractConnectionCreator
 
- Throws:
 java.sql.SQLException
 
 
getDriverClassName
public java.lang.String getDriverClassName(java.util.Properties props)
                                    throws java.sql.SQLException
- Description copied from class: 
AbstractConnectionCreator 
- The default implementation on this class returns the 
 DatabaseProvider.CUSTOM_URL_CLASS_REFTYPE property. Override as 
 appropraite.
- Specified by:
 getDriverClassName in interface ConnectionCreator- Overrides:
 getDriverClassName in class AbstractConnectionCreator
 
- Throws:
 java.sql.SQLException
 
 
Copyright © 1997, 2010, Oracle. All rights reserved.