Skip navigation links 
 
oracle.jdeveloper.db.adapter
Class OracleLiteConnectionCreator
java.lang.Object
  
oracle.jdeveloper.db.adapter.AbstractConnectionCreator
      
oracle.jdeveloper.db.adapter.AbstractOracleConnCreator
          
oracle.jdeveloper.db.adapter.OracleConnectionCreator
              
oracle.jdeveloper.db.adapter.OracleLiteConnectionCreator
- All Implemented Interfaces:
 
- ConnectionCreator
 
- 
public class OracleLiteConnectionCreator
 
- extends OracleConnectionCreator
 
ConnectionCreator implementation for Oracle Lite connections. Supports both Type 2 and Type 4 connections.
 
 
  
 
  
 
| 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 | 
 
 
OLITE_DRIVER_CLASS
public static final java.lang.String OLITE_DRIVER_CLASS
- 
- See Also:
 
- Constant Field Values
 
 
SUBTYPE_OLITE
public static final java.lang.String SUBTYPE_OLITE
- 
- See Also:
 
- Constant Field Values
 
 
OracleLiteConnectionCreator
public OracleLiteConnectionCreator()
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 OracleConnectionCreator 
 
- 
- 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 OracleConnectionCreator 
 
- 
- Throws:
 
java.sql.SQLException 
 
Skip navigation links 
 
Copyright © 1997, 2016, Oracle. All rights reserved.