Use the CREATE INDEX statement
- Last Updated: March 30, 2020
- 1 minute read
- OpenEdge
- Version 12.2
- Documentation
Use the CREATE TABLE statement with the optional ENCRYPT
WITH clause to create an encrypted index. When using the ENCRYPT
WITH clause, OpenEdge SQL creates a new object policy for the index in the database
security schema. Encryption does not take place until database object blocks are written to
disk in a later application transaction or through a separate utility. Note that the new index
must be associated in the statement with a Type II storage area. To create an encrypted index,
use the following syntax:
|