Cppgres
Build Postgres extensions in C++
Loading...
Searching...
No Matches
cppgres::role Struct Reference
Inheritance diagram for cppgres::role:
cppgres::oid

Public Member Functions

 role (std::string role_name)
 
std::string_view name () const
 
bool is_member (role &other, bool ignore_superuser=false)
 
 oid ()
 
 oid (::Oid oid)
 
 oid (oid &oid)
 
 oid (const oid &oid)
 
- Public Member Functions inherited from cppgres::oid
 oid (::Oid oid)
 
 oid (oid &oid)
 
 oid (const oid &oid)
 
bool operator== (const oid &rhs) const
 
bool operator!= (const oid &rhs) const
 
bool operator== (const ::Oid &rhs) const
 
bool operator!= (const ::Oid &rhs) const
 
 operator::Oid () const
 
 operator::Oid & ()
 
bool is_valid () const
 

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