Windows NT KAMIDAKI 10.0 build 19045 (Windows 10) AMD64
Apache/2.4.58 (Win64) OpenSSL/3.1.3 PHP/8.3.9
Server IP : 192.168.3.16 & Your IP : 216.73.216.140
Domains :
Cant Read [ /etc/named.conf ]
User : SISTEMA
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
C: /
xampp /
perl /
vendor /
lib /
DBIx /
Class /
PK /
Delete
Unzip
Name
Size
Permission
Date
Action
Auto
[ DIR ]
drwxrwxrwx
2024-07-26 17:40
Auto.pm
1.2
KB
-rw-rw-rw-
2018-04-30 13:43
Save
Rename
package DBIx::Class::PK::Auto; #use base qw/DBIx::Class::PK/; use base qw/DBIx::Class/; use strict; use warnings; 1; __END__ =head1 NAME DBIx::Class::PK::Auto - Automatic primary key class =head1 SYNOPSIS use base 'DBIx::Class::Core'; __PACKAGE__->set_primary_key('id'); =head1 DESCRIPTION This class overrides the insert method to get automatically incremented primary keys. PK::Auto is now part of Core. See L<DBIx::Class::Manual::Component> for details of component interactions. =head1 LOGIC C<PK::Auto> does this by letting the database assign the primary key field and fetching the assigned value afterwards. =head1 METHODS =head2 insert The code that was handled here is now in Row for efficiency. =head2 sequence The code that was handled here is now in ResultSource, and is being proxied to Row as well. =head1 FURTHER QUESTIONS? Check the list of L<additional DBIC resources|DBIx::Class/GETTING HELP/SUPPORT>. =head1 COPYRIGHT AND LICENSE This module is free software L<copyright|DBIx::Class/COPYRIGHT AND LICENSE> by the L<DBIx::Class (DBIC) authors|DBIx::Class/AUTHORS>. You can redistribute it and/or modify it under the same terms as the L<DBIx::Class library|DBIx::Class/COPYRIGHT AND LICENSE>.