IBX.IBServices.TIBConfigService.EncryptColumn

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure EncryptColumn(tableName, columnName, encryptionKey : String);

C++

void __fastcall EncryptColumn(System::UnicodeString tableName, System::UnicodeString columnName, System::UnicodeString encryptionKey);

Properties

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

Description

Encrypts a specified column.

  • tableName represents the name of the table that contains the column to be encrypted.
  • columnName represents the name of the column to be encrypted.
  • encryptionKey represents the encryption key.

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

See Also