IBX.IBServices.TIBConfigService.EncryptColumn
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.
tableNamerepresents the name of the table that contains the column to be encrypted.columnNamerepresents the name of the column to be encrypted.encryptionKeyrepresents the encryption key.
For full information about InterBase encryption, see the InterBase Data Definition Guide.