Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct { DBClient *sql.DB DBVersion *version.Version ParameterService *parameterService ProfileService *profileService UserService *userService RoleService *roleService GrantService *grantService }
Client fkfkkf
type GrantObjectPrivs ¶
GrantObjectPrivs ...
type GrantRolePrivs ¶
type GrantRolePrivs struct { Grantee string GrantedRole string AdminOption string DelegateOption string DefaultRole string Common string Inherited string }
GrantRolePrivs ...
type GrantSysPrivs ¶
type GrantSysPrivs struct { Grantee string Privilege string AdminOption string Common string Inherited string }
GrantSysPrivs ..
type GrantTable ¶
type GrantTable struct { Grantee string Owner string TableName string Grantor string Privilege string Grantable string Hierarchy string Common string Type string Inherited string }
GrantTable ...
type ResourceGrantObjectPrivilege ¶
type ResourceGrantObjectPrivilege struct { Grantee string Privilege []string Owner string ObjectName string }
ResourceGrantObjectPrivilege ...
type ResourceGrantRolePrivilege ¶
ResourceGrantRolePrivilege ..
type ResourceGrantSystemPrivilege ¶
ResourceGrantSystemPrivilege ..
type ResourceParameter ¶
ResourceParameter ..
type ResourceProfile ¶
ResourceProfile ...
type ResourceUser ¶
type ResourceUser struct { Username string Password string DefaultTablespace string TemporaryTablespace string Profile string }
ResourceUser ..
Click to show internal directories.
Click to hide internal directories.