Class: DataMapper::Adapters::AbstractAdapter::Queries::Connection

Inherits:
Queries::Connection show all
Defined in:
lib/data_mapper/adapters/abstract_adapter.rb

Overview

Your Connection class is one of two that will be almost completely custom. Refer to DataMapper::Queries::Connection for the required interface.

Method Summary

Methods inherited from Queries::Connection

#close, #execute, #initialize, #log, #query

Constructor Details

This class inherits a constructor from DataMapper::Queries::Connection