1.0

Table Of Contents
Views: No view denition involves expressions which have this UDT.
Constraints: No constraints reference expressions of this UDT.
Generated columns: No generated columns reference expressions of this UDT.
Routines: No functions or procedures have arguments or return values of this UDT.
Table Functions: No table functions return tables with columns of this UDT.
Example
DROP TYPE price RESTRICT;
DROP VIEW
Remove the specied view.
Syntax
DROP VIEW view-name
Description
Removes the specied view.
GRANT
Enable permissions for a specic user or all users.
Syntax
The syntax for the GRANT statement differs if you are granting privileges to a table or to a routine.
Syntax for tables
GRANT privilege-type ON [TABLE] { table-name | view-name } TO grantees
Syntax for routines
GRANT EXECUTE ON { FUNCTION | PROCEDURE } routine-designator TO grantees
Description
The GRANT statement enables permissions for a specic user or all users to perform actions on SQL objects.
The following types of permissions can be granted:
Perform DML operations on a specic table.
Insert/Delete rows from a table.
Select/Update data on a table or subset of columns in a table.
Create a foreign key reference to the named table or to a subset of columns from a table.
Dene trigger on a table.
Run a specied function or procedure.
Note:
This release of SQLFire does not support Loader/Writer/Listener privileges, Data Aware Procedure
privileges, where clause read privileges, or Write Behind Listeners privileges.
You cannot grant privileges to gateway senders or gateway senders when using WAN replication.
vFabric SQLFire User's Guide478
vFabric SQLFire Reference