Class OracleProviderConnectorFactory
- Namespace
- Steeltoe.CloudFoundry.Connector.Oracle
- Assembly
- Steeltoe.CloudFoundry.ConnectorBase.dll
public class OracleProviderConnectorFactory
- Inheritance
-
OracleProviderConnectorFactory
- Derived
- Inherited Members
Constructors
OracleProviderConnectorFactory()
public OracleProviderConnectorFactory()
OracleProviderConnectorFactory(OracleServiceInfo, OracleProviderConnectorOptions, Type)
public OracleProviderConnectorFactory(OracleServiceInfo sinfo, OracleProviderConnectorOptions config, Type type)
Parameters
sinfo
OracleServiceInfoconfig
OracleProviderConnectorOptionstype
Type
Properties
ConnectorType
protected Type ConnectorType { get; set; }
Property Value
Methods
Create(IServiceProvider)
public virtual object Create(IServiceProvider provider)
Parameters
provider
IServiceProvider
Returns
CreateConnection(string)
public virtual object CreateConnection(string connectionString)
Parameters
connectionString
string
Returns
CreateConnectionString()
public virtual string CreateConnectionString()