24#ifndef DD_SYSTEM_VIEWS__ROLE_COLUMN_GRANTS_INCLUDED
25#define DD_SYSTEM_VIEWS__ROLE_COLUMN_GRANTS_INCLUDED
32namespace system_views {
Definition: role_column_grants.h:40
Role_column_grants()
Definition: role_column_grants.cc:35
static const Role_column_grants & instance()
Definition: role_column_grants.cc:30
static const String_type & view_name()
Definition: role_column_grants.h:59
enum_fields
Definition: role_column_grants.h:42
@ FIELD_GRANTOR_HOST
Definition: role_column_grants.h:44
@ FIELD_GRANTEE
Definition: role_column_grants.h:45
@ FIELD_TABLE_SCHEMA
Definition: role_column_grants.h:48
@ FIELD_GRANTEE_HOST
Definition: role_column_grants.h:46
@ FIELD_TABLE_NAME
Definition: role_column_grants.h:49
@ FIELD_GRANTOR
Definition: role_column_grants.h:43
@ FIELD_IS_GRANTABLE
Definition: role_column_grants.h:52
@ FIELD_COLUMN_NAME
Definition: role_column_grants.h:50
@ FIELD_PRIVILEGE_TYPE
Definition: role_column_grants.h:51
@ FIELD_TABLE_CATALOG
Definition: role_column_grants.h:47
const String_type & name() const final
Definition: role_column_grants.h:64
Definition: system_view_impl.h:33
const dd::String_type s_view_name
Definition: columns_extensions.cc:41
The version of the current data dictionary table definitions.
Definition: dictionary_client.h:43
Char_string_template< String_type_allocator > String_type
Definition: string_type.h:51