Metabase > Metabase Assembly Interfaces > IPrimaryPostgresSPLD
Assembly: Metabase;
The IPrimaryPostgresSPLD interface contains properties and methods of the security module that are used on connecting to servers based on PostgreSQL DBMS.
IPrimaryPostgresSPLD
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 a database identifier on the PostgreSQL server with the ability to specify a custom schema. |
![]() |
DatabaseOnly | The DatabaseOnly property determines identifier of the PostgreSQL server database, in which the repository is created. |
![]() |
KrbSrvName | The KrbSrvName property determines a name of the MIT Kerberos service used in connection. |
![]() |
Server | The Server property determines a name of the server, on which PostgreSQL DBMS is located. |
![]() |
SchemaOnly | The SchemaOnly property determines a custom schema identifier in database. |
![]() |
SSLMode | The SSLMode property determines a mode of SSL connection work. |
![]() |
SupportBinaryProtocol | The SupportBinaryProtocol property determines whether binary queries will be used to work with server. |
![]() |
UseGssApi | The UseGssApi property determines the use of authentication for the PostgreSQL server by the GSS API mechanism. |
Property name | Brief description | |
![]() |
IsUnicode | The IsUnicode property returns whether the Unicode encoding is used. |
![]() |
LogonEvent | The LogonEvent property determines the use of events when connecting to the repository. |
![]() |
ParamCount | The ParamCount property returns the number of security unit parameters. |
![]() |
ParamName | The ParamName property returns the name of the security unit parameter. |
![]() |
ParamValue | The ParamValue property determines a value of the security unit parameter. |
![]() |
Unicode | The Unicode property determines whether to use the Unicode encoding. |
![]() |
Valid | The Valid property returns whether security unit parameters are correct. |
Property name | Brief description | |
![]() |
Clone | The Clone method returns an object that contains a copy of the security unit parameters. |
![]() |
DbObjectO | The DbObjectO method returns identifier of the object with the prefix that corresponds to the current repository. |
See also: