|
NAMEDBIx::SQLEngine::Driver::Trait::NoJoins - For databases without join abilitySYNOPSIS# Classes can import this behavior if they can't join use DBIx::SQLEngine::Driver::Trait::NoJoins ':all'; DESCRIPTIONThis package works with DBD drivers which lack the basic ability to join tables.About Driver TraitsYou do not need to use this package directly; it is used internally by those driver subclasses which need it.For more information about Driver Traits, see "About Driver Traits" in DBIx::SQLEngine::Driver. REFERENCEThe following methods are provided:Select to Retrieve Data
Database Capability Information
SEE ALSOSee DBIx::SQLEngine for the overall interface and developer documentation.See DBIx::SQLEngine::Docs::ReadMe for general information about this distribution, including installation and license information. See DBIx::Sequence for another version of the sequence-table functionality, which greatly inspired this module.
Visit the GSP FreeBSD Man Page Interface. |