SQL Guide : solidDB® SQL statements : REVOKE PASSTHROUGH
  
REVOKE PASSTHROUGH
REVOKE PASSTHROUGH
  FROM {PUBLIC | user_name [, user_name]... | role_name
  [, role_name]... }
Supported in
This command requires the use of the SQL passthrough feature.
Usage
The REVOKE PASSTHROUGH statement revokes access rights for SQL passthrough.
Examples
REVOKE PASSTHROUGH READ FROM cdcuser1, cdcuser2 REVOKE PASSTHROUGH WRITE FROM cdcuser1, cdcuser2
See also
GRANT PASSTHROUGH
solidDB® SQL statements