package DBIx::Class::SQLMaker; use strict; use warnings; =head1 NAME DBIx::Class::SQLMaker - An SQL::Abstract-based SQL maker class =head1 DESCRIPTION This module is a subclass of L and includes a number of DBIC-specific workarounds, not yet suitable for inclusion into the L core. It also provides all (and more than) the functionality of L, see L for more info. Currently the enhancements to L are: =over =item * Support for C statements (via extended C support) =item * Support of functions in C