| line |
stmt |
bran |
cond |
sub |
pod |
time |
code |
|
1
|
|
|
|
|
|
|
package DBIx::Class::Storage::DBI::ODBC::DB2_400_SQL; |
|
2
|
|
|
|
|
|
|
|
|
3
|
2
|
|
|
2
|
|
1048
|
use strict; |
|
|
2
|
|
|
|
|
8
|
|
|
|
2
|
|
|
|
|
54
|
|
|
4
|
2
|
|
|
2
|
|
10
|
use warnings; |
|
|
2
|
|
|
|
|
5
|
|
|
|
2
|
|
|
|
|
76
|
|
|
5
|
|
|
|
|
|
|
|
|
6
|
2
|
|
|
|
|
304
|
use base qw/ |
|
7
|
|
|
|
|
|
|
DBIx::Class::Storage::DBI::ODBC |
|
8
|
|
|
|
|
|
|
DBIx::Class::Storage::DBI::DB2 |
|
9
|
2
|
|
|
2
|
|
10
|
/; |
|
|
2
|
|
|
|
|
4
|
|
|
10
|
2
|
|
|
2
|
|
13
|
use mro 'c3'; |
|
|
2
|
|
|
|
|
5
|
|
|
|
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. |
|
22
|
|
|
|
|
|
|
|
|
23
|
|
|
|
|
|
|
=head1 FURTHER QUESTIONS? |
|
24
|
|
|
|
|
|
|
|
|
25
|
|
|
|
|
|
|
Check the list of L. |
|
26
|
|
|
|
|
|
|
|
|
27
|
|
|
|
|
|
|
=head1 COPYRIGHT AND LICENSE |
|
28
|
|
|
|
|
|
|
|
|
29
|
|
|
|
|
|
|
This module is free software L |
|
30
|
|
|
|
|
|
|
by the L. You can |
|
31
|
|
|
|
|
|
|
redistribute it and/or modify it under the same terms as the |
|
32
|
|
|
|
|
|
|
L. |
|
33
|
|
|
|
|
|
|
|