Name

table_drop_policy — Drops policy function from table.

Synopsis

table_drop_policy ( in _tb varchar ,
in _type varchar );

Description

Drops policy function from table.

Parameters

_tb

is the table to which the policy applies

_type

defines the scope of the policy in relation to SQL statement processing using one of more of the following values; I (for Inserts), D (for Deletions), U (for Updates), S (for Selects).

Return Types

None.

[Note] Note:

Note that if either the table or the procedure gets dropped the policy is also autodropped.