IBX.IBServices.TIBConfigService.DefaultDecryption

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DefaultDecryption(tableName, ColumnName, defaultValue : String);

C++

void __fastcall DefaultDecryption(System::UnicodeString tableName, System::UnicodeString ColumnName, System::UnicodeString defaultValue);

Properties

Type Visibility Source Unit Parent
procedure
function
public
IBX.IBServices.pas
IBX.IBServices.hpp
IBX.IBServices TIBConfigService

Description

Specifies a default decryption value for a specified column.

  • tableName represents the name of the table that contains the column for which the default decryption value is set.
  • columnName represents the name of the column for which the default decryption value is set.
  • defaultValue represents the default decryption value that displays when a user who does not have decryption privileges for that column tries to access the column’s data.

For full information about InterBase encryption, see the InterBase Data Definition Guide.

See Also