📄 vendor.pm
字号:
## $Id: Vendor.pm,v 1.1.2.13.2.2 2006/06/08 18:55:42 gomor Exp $#package Net::SinFP::DB::Vendor;use strict;use warnings;require DBIx::SQLite::Simple::Table;our @ISA = qw(DBIx::SQLite::Simple::Table);our @AS = qw( idVendor vendor);__PACKAGE__->cgBuildIndices;__PACKAGE__->cgBuildAccessorsScalar(\@AS);our $Id = $AS[0];our @Fields = @AS[1..$#AS];1;=head1 NAMENet::SinFP::DB::Vendor - Vendor database table=head1 DESCRIPTIONGo to http://www.gomor.org/sinfp to know more.=cut=head1 AUTHORPatrice E<lt>GomoRE<gt> Auffret=head1 COPYRIGHT AND LICENSECopyright (c) 2005-2006, Patrice E<lt>GomoRE<gt> AuffretYou may distribute this module under the terms of the Artistic license.See LICENSE.Artistic file in the source distribution archive.=cut
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -