NAME
Daje::Database::View::Super::vAuthoritiesLicenseCompanies - Daje db model
SYNOPSIS
use Daje::Database::View::Super::vAuthoritiesLicenseCompanies;
my $table = Daje::Database::View::Super::vAuthoritiesLicenseCompanies->new(db => $db);
my $result = $table->load_authorities_license_companies_pkey($self, $authorities_license_companies_pkey);
my $result = $table->load_authorities_license_fkey($self, $authorities_license_fkey);
my $result = $table->load_authorities_companies_fkey($self, $authorities_companies_fkey);
DESCRIPTION
Daje::Database::View::Super::vAuthoritiesLicenseCompanies 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.