Table of Contents

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

sinfo PostgresServiceInfo
config PostgresProviderConnectorOptions
type Type

Methods

Create(IServiceProvider)

public virtual object Create(IServiceProvider provider)

Parameters

provider IServiceProvider

Returns

object

CreateConnection(string)

public virtual object CreateConnection(string connectionString)

Parameters

connectionString string

Returns

object

CreateConnectionString()

public virtual string CreateConnectionString()

Returns

string