IBX.IBServices.TIBConfigService.DefaultDecryption
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.
tableNamerepresents the name of the table that contains the column for which the default decryption value is set.columnNamerepresents the name of the column for which the default decryption value is set.defaultValuerepresents 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.