EncryptionWithColumnKey
Properties
- $_TSPEC : mixed
- $isValidate : mixed
- $key_metadata : string
- Retrieval metadata of column encryption key *.
- $path_in_schema : array<string|int, string>
- Column path in schema *.
Methods
- __construct() : mixed
- getName() : mixed
- read() : mixed
- write() : mixed
Properties
$_TSPEC
public
static mixed
$_TSPEC
= [1 => ['var' => 'path_in_schema', 'isRequired' => true, 'type' => \Thrift\Type\TType::LST, 'etype' => \Thrift\Type\TType::STRING, 'elem' => ['type' => \Thrift\Type\TType::STRING]], 2 => ['var' => 'key_metadata', 'isRequired' => false, 'type' => \Thrift\Type\TType::STRING]]
$isValidate
public
static mixed
$isValidate
= false
$key_metadata
Retrieval metadata of column encryption key *.
public
string
$key_metadata
$path_in_schema
Column path in schema *.
public
array<string|int, string>
$path_in_schema
Methods
__construct()
public
__construct([mixed $vals = null ]) : mixed
Parameters
- $vals : mixed = null
getName()
public
getName() : mixed
read()
public
read(mixed $input) : mixed
Parameters
- $input : mixed
write()
public
write(mixed $output) : mixed
Parameters
- $output : mixed