line |
stmt |
bran |
cond |
sub |
pod |
time |
code |
1
|
|
|
|
|
|
|
package DBIx::Class::Storage::DBI::ODBC::DB2_400_SQL; |
2
|
|
|
|
|
|
|
|
3
|
2
|
|
|
2
|
|
1170
|
use strict; |
|
2
|
|
|
|
|
5
|
|
|
2
|
|
|
|
|
55
|
|
4
|
2
|
|
|
2
|
|
10
|
use warnings; |
|
2
|
|
|
|
|
4
|
|
|
2
|
|
|
|
|
52
|
|
5
|
|
|
|
|
|
|
|
6
|
2
|
|
|
|
|
297
|
use base qw/ |
7
|
|
|
|
|
|
|
DBIx::Class::Storage::DBI::ODBC |
8
|
|
|
|
|
|
|
DBIx::Class::Storage::DBI::DB2 |
9
|
2
|
|
|
2
|
|
9
|
/; |
|
2
|
|
|
|
|
4
|
|
10
|
2
|
|
|
2
|
|
14
|
use mro 'c3'; |
|
2
|
|
|
|
|
4
|
|
|
2
|
|
|
|
|
10
|
|
11
|
|
|
|
|
|
|
|
12
|
|
|
|
|
|
|
1; |
13
|
|
|
|
|
|
|
|
14
|
|
|
|
|
|
|
=head1 NAME |
15
|
|
|
|
|
|
|
|
16
|
|
|
|
|
|
|
DBIx::Class::Storage::DBI::ODBC::DB2_400_SQL - Support specific to DB2/400 |
17
|
|
|
|
|
|
|
over ODBC |
18
|
|
|
|
|
|
|
|
19
|
|
|
|
|
|
|
=head1 DESCRIPTION |
20
|
|
|
|
|
|
|
|
21
|
|
|
|
|
|
|
This is an empty subclass of L<DBIx::Class::Storage::DBI::DB2>. |
22
|
|
|
|
|
|
|
|
23
|
|
|
|
|
|
|
=head1 FURTHER QUESTIONS? |
24
|
|
|
|
|
|
|
|
25
|
|
|
|
|
|
|
Check the list of L<additional DBIC resources|DBIx::Class/GETTING HELP/SUPPORT>. |
26
|
|
|
|
|
|
|
|
27
|
|
|
|
|
|
|
=head1 COPYRIGHT AND LICENSE |
28
|
|
|
|
|
|
|
|
29
|
|
|
|
|
|
|
This module is free software L<copyright|DBIx::Class/COPYRIGHT AND LICENSE> |
30
|
|
|
|
|
|
|
by the L<DBIx::Class (DBIC) authors|DBIx::Class/AUTHORS>. You can |
31
|
|
|
|
|
|
|
redistribute it and/or modify it under the same terms as the |
32
|
|
|
|
|
|
|
L<DBIx::Class library|DBIx::Class/COPYRIGHT AND LICENSE>. |
33
|
|
|
|
|
|
|
|