IPrimaryVerticaSPLD

Assembly: Metabase;

Namespace: Prognoz.Platform.Interop.Metabase;

Description

The IPrimaryVerticaSPLD interface contains properties and methods of a security module that is used to connect to the repository located on HP Vertica server.

Inheritance Hierarchy

          ISecurityPackageLogonData

          IPrimaryVerticaSPLD

Properties

  Property name Brief description
The Database property determines a name of the database that stores repository data.
The Port property determines the port, via which server connection is established.
The Scheme property determines a schema name in database.
The Server property determines a name of the server, on which HP Vertica DBMS is located.

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