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 < 9 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 Check the list of additional DBIC resources.
24
26 This module is free software copyright by the DBIx::Class (DBIC)
27 authors. You can redistribute it and/or modify it under the same terms
28 as the DBIx::Class library.
29
30
31
32perl v5.34.0 2021-07-2D2BIx::Class::Storage::DBI::Oracle(3)