Entering content frame

Syntax documentation set_statement Locate the document in the library structure

<set_statement> ::=
  SET ROLE ALL [EXCEPT <
role_name
>,...]
| SET ROLE NONE
| SET ROLE <role_name>,...
[IDENTIFIED BY <password>]
| SET ISOLATION LEVEL <
unsigned_integer
>
| SET CURRENT_SCHEMA = <
schema_name
>

 

Leaving content frame