Class PostgresProviderConnectorFactory
- Namespace
- Steeltoe.Connector.PostgreSql
- Assembly
- Steeltoe.Connector.ConnectorBase.dll
public class PostgresProviderConnectorFactory
- Inheritance
-
PostgresProviderConnectorFactory
- Inherited Members
Constructors
PostgresProviderConnectorFactory(PostgresServiceInfo, PostgresProviderConnectorOptions, Type)
public PostgresProviderConnectorFactory(PostgresServiceInfo sinfo, PostgresProviderConnectorOptions config, Type type)
Parameters
sinfoPostgresServiceInfoconfigPostgresProviderConnectorOptionstypeType
Methods
Create(IServiceProvider)
public virtual object Create(IServiceProvider provider)
Parameters
providerIServiceProvider
Returns
CreateConnection(string)
public virtual object CreateConnection(string connectionString)
Parameters
connectionStringstring
Returns
CreateConnectionString()
public virtual string CreateConnectionString()