1DBIx::Class::Storage::DUBsIe:r:OCroanctlrei(b3u)ted PerlDBDIoxc:u:mCelnatsast:i:oSntorage::DBI::Oracle(3)
2
3
4
6 DBIx::Class::Storage::DBI::Oracle - Base class for Oracle driver
7
9 This class simply provides a mechanism for discovering and loading a
10 sub-class for a specific version Oracle backend. It should be
11 transparent to the user.
12
13 For Oracle major versions <= 8 it loads the ::Oracle::WhereJoins
14 subclass, which unrolls the ANSI join style DBIC normally generates
15 into entries in the WHERE clause for compatibility purposes. To force
16 usage of this version no matter the database version, add
17
18 __PACKAGE__->storage_type('::DBI::Oracle::WhereJoins');
19
20 to your Schema class.
21
23 David Jack Olrik "<djo@cpan.org>"
24
26 You may distribute this code under the same terms as Perl itself.
27
28
29
30perl v5.12.0 2010-05-1D2BIx::Class::Storage::DBI::Oracle(3)