Table of Contents

Class PostgreSqlTypeLocator

Namespace
Steeltoe.CloudFoundry.Connector.PostgreSql
Assembly
Steeltoe.CloudFoundry.ConnectorBase.dll

Assemblies and types used for interacting with PostgreSQL

public static class PostgreSqlTypeLocator
Inheritance
PostgreSqlTypeLocator
Inherited Members

Properties

Assemblies

Gets a list of supported PostgreSQL assemblies

public static string[] Assemblies { get; }

Property Value

string[]

ConnectionTypeNames

Gets a list of PostgreSQL types that implement IDbConnection

public static string[] ConnectionTypeNames { get; }

Property Value

string[]

NpgsqlConnection

Gets NpgsqlConnection from a PostgreSQL Library

public static Type NpgsqlConnection { get; }

Property Value

Type

Exceptions

ConnectorException

When type is not found