nanodbc
A small C++ wrapper for the native C ODBC API
Loading...
Searching...
No Matches
nanodbc::catalog::table_privileges Class Reference

Result set for a list of tables and the privileges associated with each table. More...

#include <nanodbc.h>

Public Member Functions

bool next ()
 Move to the next result in the result set.
 
string table_catalog () const
 Fetch table catalog.
 
string table_schema () const
 Fetch table schema.
 
string table_name () const
 Fetch table name.
 
string grantor () const
 Fetch name of user who granted the privilege.
 
string grantee () const
 Fetch name of user whom the privilege was granted.
 
string privilege () const
 Fetch the table privilege.
 
string is_grantable () const
 Fetch indicator whether the grantee is permitted to grant the privilege to other users.
 

Detailed Description

Result set for a list of tables and the privileges associated with each table.


The documentation for this class was generated from the following file: