NAME

Daje::Database::View::Super::vAuthoritiesRoleUserList - Daje db view

SYNOPSIS

use Daje::Database::View::Super::vAuthoritiesRoleUserList;

my $table = Daje::Database::View::Super::vAuthoritiesRoleUserList->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);

my $result = $table->insert($self, $data);

$table->update($self, $data) ;

DESCRIPTION

Daje::Database::View::Super::AuthoritiesRoleUserList is a Model super class

REQUIRES

v5.42

Mojo::Base

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.