| Products & Services | Solutions | Academia | Support | User Community | Company |
| Download Product Updates | | | Get Pricing | | | Trial Software |
| Documentation → Database Toolbox |
| Contents | Index |
| Learn more about 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 | ![]() |

Includes the most popular MATLAB recorded presentations with Q&A sessions led by MATLAB experts.
| © 1984-2009- The MathWorks, Inc. - Site Help - Patents - Trademarks - Privacy Policy - Preventing Piracy - RSS |