Class PostgreSqlConAdapter
Connection string adapter for PostgreSQL databases.
public class PostgreSqlConAdapter : DbConAdapter
- Inheritance
-
PostgreSqlConAdapter
- Inherited Members
- Extension Methods
Properties
PropDefs
Gets the connection property definitions supported by PostgreSQL.
public override DbConPropDef[] PropDefs { get; }
Property Value
ServerType
Gets the database server type handled by this adapter.
public override DbServerType ServerType { get; }
Property Value
Methods
WriteServer(List<string>, List<DbConProp>)
Writes the server value using the PostgreSQL Host key.
protected override void WriteServer(List<string> Parts, List<DbConProp> Props)
Parameters
WriteSslMode(List<string>, List<DbConProp>)
Writes the SSL mode setting.
protected override void WriteSslMode(List<string> Parts, List<DbConProp> Props)
Parameters
WriteTrustServerCertificate(List<string>, List<DbConProp>)
Writes the trust server certificate setting.
protected override void WriteTrustServerCertificate(List<string> Parts, List<DbConProp> Props)
Parameters
WriteUserId(List<string>, List<DbConProp>)
Writes the user id value using the PostgreSQL Username key.
protected override void WriteUserId(List<string> Parts, List<DbConProp> Props)