Method CryptTable():setupStruct() Professional

Set up a table structure to comply with the choosen encryption operation mode.

Syntax
:setupStruct([<aSourceStruct>], [<cViaDbe>]) --> aTargetStruct
Parameters
<aSourceStruct>
The structure of the table to be encrypted. The default value is the return value of DbStruct().
<cViaDbe>
Optionally, the name of the target DatabaseEngine can be passed. The default value is the return value of DbeSetDefault().
Return

The method returns the stucture of the target table as an array.

Description

The method :setupStruct() sets up the table structure for a table to be encrypted. It will insert the IV-field if necessary, and might extend the record length to meet the operation mode criteria of the CryptProvider.

Feedback

If you see anything in the documentation that is not correct, does not match your experience with the particular feature or requires further clarification, please use this form to report a documentation issue.