Table of Contents

Class MySqlConAdapter

Namespace
Tripous.Data
Assembly
Tripous.Data.dll

Connection string adapter for MySQL databases.

public class MySqlConAdapter : DbConAdapter
Inheritance
MySqlConAdapter
Inherited Members
Extension Methods

Properties

PropDefs

Gets the connection property definitions supported by MySQL.

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

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

Writes the SSL mode setting.

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

Parameters

Parts List<string>
Props List<DbConProp>

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

Writes the user id using the MySQL Uid key.

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

Parameters

Parts List<string>
Props List<DbConProp>