line |
stmt |
bran |
cond |
sub |
pod |
time |
code |
1
|
|
|
|
|
|
|
package DBIx::Class::Storage::DBI::Firebird; |
2
|
|
|
|
|
|
|
|
3
|
2
|
|
|
2
|
|
761
|
use strict; |
|
2
|
|
|
|
|
5
|
|
|
2
|
|
|
|
|
49
|
|
4
|
2
|
|
|
2
|
|
10
|
use warnings; |
|
2
|
|
|
|
|
4
|
|
|
2
|
|
|
|
|
53
|
|
5
|
|
|
|
|
|
|
|
6
|
|
|
|
|
|
|
# Because DBD::Firebird is more or less a copy of |
7
|
|
|
|
|
|
|
# DBD::Interbase, inherit all the workarounds contained |
8
|
|
|
|
|
|
|
# in ::Storage::DBI::InterBase as opposed to inheriting |
9
|
|
|
|
|
|
|
# directly from ::Storage::DBI::Firebird::Common |
10
|
2
|
|
|
2
|
|
8
|
use base qw/DBIx::Class::Storage::DBI::InterBase/; |
|
2
|
|
|
|
|
4
|
|
|
2
|
|
|
|
|
596
|
|
11
|
2
|
|
|
2
|
|
13
|
use mro 'c3'; |
|
2
|
|
|
|
|
4
|
|
|
2
|
|
|
|
|
9
|
|
12
|
|
|
|
|
|
|
|
13
|
|
|
|
|
|
|
1; |
14
|
|
|
|
|
|
|
|
15
|
|
|
|
|
|
|
=head1 NAME |
16
|
|
|
|
|
|
|
|
17
|
|
|
|
|
|
|
DBIx::Class::Storage::DBI::Firebird - Driver for the Firebird RDBMS via |
18
|
|
|
|
|
|
|
L |
19
|
|
|
|
|
|
|
|
20
|
|
|
|
|
|
|
=head1 DESCRIPTION |
21
|
|
|
|
|
|
|
|
22
|
|
|
|
|
|
|
This is an empty subclass of L for use |
23
|
|
|
|
|
|
|
with L, see that driver for details. |
24
|
|
|
|
|
|
|
|
25
|
|
|
|
|
|
|
=head1 FURTHER QUESTIONS? |
26
|
|
|
|
|
|
|
|
27
|
|
|
|
|
|
|
Check the list of L. |
28
|
|
|
|
|
|
|
|
29
|
|
|
|
|
|
|
=head1 COPYRIGHT AND LICENSE |
30
|
|
|
|
|
|
|
|
31
|
|
|
|
|
|
|
This module is free software L |
32
|
|
|
|
|
|
|
by the L. You can |
33
|
|
|
|
|
|
|
redistribute it and/or modify it under the same terms as the |
34
|
|
|
|
|
|
|
L. |