NAME
Daje::Database::View::Super::vAuthoritiesRoleUser - Daje db model
SYNOPSIS
use Daje::Database::View::Super::vAuthoritiesRoleUser;
my $table = Daje::Database::View::Super::vAuthoritiesRoleUser->new(db => $db);
my $result = $table->load_authorities_role_user_pkey($self, $authorities_role_user_pkey);
my $result = $table->load_authorities_role_fkey($self, $authorities_role_fkey);
my $result = $table->load_authorities_users_fkey($self, $authorities_users_fkey);
DESCRIPTION
Daje::Database::View::Super::vAuthoritiesRoleUser is a View super class
REQUIRES
METHODS
AUTHOR
janeskil1525 <janeskil1525@gmail.com
LICENSE
Copyright (C) janeskil1525.
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.