| 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK 11g Release 2 (11.1.2.1.0) E17493-02  | 
|||||||||
| 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.SQLServerConnectionCreator
public class SQLServerConnectionCreator
| Field Summary | |
|---|---|
static java.lang.String | 
INSTANCE_CLASS_REFTYPE
Property key for the instance name of the database.  | 
static java.lang.String | 
SQLSERVER_DRIVER_CLASS
 | 
static java.lang.String | 
SQLSERVER_WEBLOGIC_DRIVER_CLASS
 | 
static java.lang.String | 
SUBTYPE_SQLSERVER
 | 
| Constructor Summary | |
|---|---|
SQLServerConnectionCreator()
 | 
|
| 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.  | 
 java.util.Collection<java.lang.String> | 
listAllowedProperties()
Gets a list of the properties that are relevant to this creator.  | 
| Methods inherited from class oracle.jdeveloper.db.adapter.AbstractConnectionCreator | 
|---|
allowNullPassword, getBundle, getConnection, getPropertyOrThrow, hasLength, setCustomProperties, shouldEncrypt, shouldPromptForPassword | 
| Methods inherited from class java.lang.Object | 
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Field Detail | 
|---|
public static final java.lang.String SQLSERVER_WEBLOGIC_DRIVER_CLASS
public static final java.lang.String SQLSERVER_DRIVER_CLASS
public static final java.lang.String SUBTYPE_SQLSERVER
public static final java.lang.String INSTANCE_CLASS_REFTYPE
| Constructor Detail | 
|---|
public SQLServerConnectionCreator()
| Method Detail | 
|---|
public java.lang.String getDriverClassName(java.util.Properties props)
                                    throws java.sql.SQLException
AbstractConnectionCreator
getDriverClassName in interface ConnectionCreatorgetDriverClassName in class AbstractConnectionCreatorjava.sql.SQLException
public java.lang.String getConnectionURL(java.util.Properties props)
                                  throws java.sql.SQLException
AbstractConnectionCreator
getConnectionURL in interface ConnectionCreatorgetConnectionURL in class AbstractConnectionCreatorjava.sql.SQLExceptionpublic 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.1.0) E17493-02  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||