| Database Toolbox™ | ![]() |
tp = tableprivileges(dbmeta,
'cata')
tp = tableprivileges(dbmeta,
'cata', 'sch')
tp = tableprivileges(dbmeta,
'cata', 'sch', 'tab')
tp = tableprivileges(dbmeta, 'cata') returns a list of table privileges for all tables in the catalog cata, for the database whose database metadata object is dbmeta.
tp = tableprivileges(dbmeta, 'cata', 'sch') returns a list of table privileges for all tables in:
The schema sch
Of the catalog cata
For the database whose database metadata object is dbmeta
tp = tableprivileges(dbmeta, 'cata', 'sch', 'tab') returns a list of privileges for:
The table tab
The schema sch
Of the catalog cata
For the database whose database metadata object is dbmeta
Get table privileges for the builds table in the schema geck for the catalog msdb, for the database metadata object dbmeta.
tp = tableprivileges(dbmeta,'msdb','geck', 'builds')
tp =
'DELETE' 'INSERT' 'REFERENCES' ...
'SELECT' 'UPDATE'
![]() | supports | tables | ![]() |
| © 1984-2008- The MathWorks, Inc. - Site Help - Patents - Trademarks - Privacy Policy - Preventing Piracy - RSS |