Table of Contents

Class FirebirdConAdapter

Namespace
Tripous.Data
Assembly
Tripous.Data.dll

Connection string adapter for Firebird databases.

public class FirebirdConAdapter : DbConAdapter
Inheritance
FirebirdConAdapter
Inherited Members
Extension Methods

Properties

PropDefs

Gets the connection property definitions supported by Firebird.

public override DbConPropDef[] PropDefs { get; }

Property Value

DbConPropDef[]

ServerType

Gets the database server type handled by this adapter.

public override DbServerType ServerType { get; }

Property Value

DbServerType

Methods

WriteServer(List<string>, List<DbConProp>)

Writes the server value using the Firebird DataSource key.

protected override void WriteServer(List<string> Parts, List<DbConProp> Props)

Parameters

Parts List<string>
Props List<DbConProp>

WriteUserId(List<string>, List<DbConProp>)

Writes the user id value using the Firebird User key.

protected override void WriteUserId(List<string> Parts, List<DbConProp> Props)

Parameters

Parts List<string>
Props List<DbConProp>