GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
SQLEngine::Driver::Trait::NoJoins(3) User Contributed Perl Documentation SQLEngine::Driver::Trait::NoJoins(3)

DBIx::SQLEngine::Driver::Trait::NoJoins - For databases without join ability

  # Classes can import this behavior if they can't join
  use DBIx::SQLEngine::Driver::Trait::NoJoins ':all';

This package works with DBD drivers which lack the basic ability to join tables.

You 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.

The following methods are provided:

sql_join()
Dies with an "Unsupported" message.

dbms_joins_unsupported
  $sqldb->dbms_joins_unsupported () : 1
    

Capability Limitation: This driver does not support joins.

dbms_join_on_unsupported
  $sqldb->dbms_join_on_unsupported() : 1
    

Capability Limitation: This driver does not support the "join ... on ..." syntax.

dbms_outer_join_unsupported
  $sqldb->dbms_outer_join_unsupported() : 1
    

Capability Limitation: This driver does not support any type of outer joins.

See 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.

2004-11-13 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.