Class PostgresProviderConnectorFactory
- Namespace
- Steeltoe.CloudFoundry.Connector.PostgreSql
- Assembly
- Steeltoe.CloudFoundry.ConnectorBase.dll
public class PostgresProviderConnectorFactory
- Inheritance
-
PostgresProviderConnectorFactory
- Inherited Members
Constructors
PostgresProviderConnectorFactory(PostgresServiceInfo, PostgresProviderConnectorOptions, Type)
public PostgresProviderConnectorFactory(PostgresServiceInfo sinfo, PostgresProviderConnectorOptions config, Type type)
Parameters
sinfo
PostgresServiceInfoconfig
PostgresProviderConnectorOptionstype
Type
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()