CFS Security Functions

This section describes functions you can use with the Connector Framework Services (CFS) security features.

These functions reside in the v_idol schema in the idollib library that is installed with CFS. When you run one of these functions, you must qualify its name with the v_idol schema. For example:

=> SELECT v_idol.DELETE_COMMUNITY_KEY();

In This Section