Table of Contents

Class OracleTypeLocator

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

Assemblies and types used for interacting with Oracle

public static class OracleTypeLocator
Inheritance
OracleTypeLocator
Inherited Members

Properties

Assemblies

Gets a list of supported Oracle Client assemblies

public static string[] Assemblies { get; }

Property Value

string[]

ConnectionTypeNames

Gets a list of Oracle types that implement IDbConnection

public static string[] ConnectionTypeNames { get; }

Property Value

string[]

OracleConnection

Gets SqlConnection from a Oracle Library

public static Type OracleConnection { get; }

Property Value

Type

Exceptions

ConnectorException

When type is not found