IPrimaryPostgresSPLD

Assembly: Metabase;

Namespace: Prognoz.Platform.Interop.Metabase;

Description

The IPrimaryPostgresSPLD interface contains properties of the security module used on connecting to the repository, located on the PostgreSQL server.

Inheritance Hierarchy

          ISecurityPackageLogonData

          IPrimaryPostgresSPLD

Properties

  Property name Brief description
CaseSensitive The CaseSensitive property determines whether the case is taken into account on working with repository on the PostgreSQL server.
Database The Database property determines the identifier of the database on the PostgreSQL server in which the repository is created.
KrbSrvName The KrbSrvName property determines name of the MIT Kerberos service used in connection.
Server The Server property determines the name of the server, on which the PostgreSQL DBMS is located.
SupportBinaryProtocol The SupportBinaryProtocol property determines whether binary queries will be used to work with server.
UseGssApi The UseGssApi property determines use of authentication for the PostgreSQL server by the GSS API mechanism.

Properties inherited from ISecurityPackageLogonData

  Property name Brief description
The IsUnicode property returns whether the Unicode encoding is used.
The LogonEvent property determines the use of events when connecting to the database.
The ParamCount property returns the number of security unit parameters.
The ParamName property returns the name of the security unit parameter.
The ParamValue property determines a value of the security unit parameter.
The Unicode property determines whether to use the Unicode encoding.
The Valid property returns whether security unit parameters are correct.

Methods inherited from ISecurityPackageLogonData

  Property name Brief description
The Clone method returns an object that contains a copy of the security unit parameters.
The DbObjectO method returns the identifier of the object with the prefix that corresponds to the current repository.

See also:

Metabase Assembly Interfaces