Table of Contents

Class SqlProviders

Namespace
Tripous.Data
Assembly
Tripous.Data.dll

A collection of SqlProvider instances.

public static class SqlProviders
Inheritance
SqlProviders
Inherited Members

Properties

Firebird

Gets a SqlProvider instance

public static SqlProviderFirebird Firebird { get; }

Property Value

SqlProviderFirebird

MsSql

Gets a SqlProvider instance

public static SqlProviderMsSql MsSql { get; }

Property Value

SqlProviderMsSql

MySql

Gets a SqlProvider instance

public static SqlProviderMySql MySql { get; }

Property Value

SqlProviderMySql

Oracle

Gets a SqlProvider instance

public static SqlProviderOracle Oracle { get; }

Property Value

SqlProviderOracle

PostgreSql

Gets a SqlProvider instance

public static SqlProviderPostgreSql PostgreSql { get; }

Property Value

SqlProviderPostgreSql

Sqlite

Gets a SqlProvider instance

public static SqlProviderSqlite Sqlite { get; }

Property Value

SqlProviderSqlite

Methods

GetSqlProvider(DbServerType)

Gets the SqlProvider instance for the specified DbServerType.

public static SqlProvider GetSqlProvider(DbServerType DbServerType)

Parameters

DbServerType DbServerType

Returns

SqlProvider