1DBIx::Class::SQLMaker(3U)ser Contributed Perl DocumentatiDoBnIx::Class::SQLMaker(3)
2
3
4

NAME

6       DBIx::Class::SQLMaker - An SQL::Abstract-based SQL maker class
7

DESCRIPTION

9       This module is a subclass of SQL::Abstract and includes a number of
10       DBIC-specific workarounds, not yet suitable for inclusion into the
11       SQL::Abstract core. It also provides all (and more than) the
12       functionality of SQL::Abstract::Limit, see
13       DBIx::Class::SQLMaker::LimitDialects for more info.
14
15       Currently the enhancements to SQL::Abstract are:
16
17       ·   Support for "JOIN" statements (via extended "table/from" support)
18
19       ·   Support of functions in "SELECT" lists
20
21       ·   "GROUP BY"/"HAVING" support (via extensions to the order_by
22           parameter)
23
24       ·   Support of "...FOR UPDATE" type of select statement modifiers
25

FURTHER QUESTIONS?

27       Check the list of additional DBIC resources.
28
30       This module is free software copyright by the DBIx::Class (DBIC)
31       authors. You can redistribute it and/or modify it under the same terms
32       as the DBIx::Class library.
33
34
35
36perl v5.30.0                      2019-07-26          DBIx::Class::SQLMaker(3)
Impressum