Class DataMapper::Adapters::DataObjectsAdapter
In: lib/dm-core/adapters/data_objects_adapter.rb
Parent: AbstractAdapter

You must inherit from the DoAdapter, and implement the required methods to adapt a database library for use with the DataMapper.

NOTE: By inheriting from DataObjectsAdapter, you get a copy of all the standard sub-modules (Quoting, Coersion and Queries) in your own Adapter. You can extend and overwrite these copies without affecting the originals.

Methods

Included Modules

SQL Migration

Classes and Modules

Module DataMapper::Adapters::DataObjectsAdapter::Migration
Module DataMapper::Adapters::DataObjectsAdapter::SQL

Public Class methods

Public Instance methods

Database-specific method

Protected Instance methods

TODO: clean up once transaction related methods move to dm-more/dm-transactions

TODO: clean up once transaction related methods move to dm-more/dm-transactions

[Validate]