Class: DataMapper::Adapters::PostgresAdapter

Inherits:
DataObjectsAdapter show all
Extended by:
Migration::ClassMethods
Includes:
Migration, SQL
Defined in:
lib/gems/dm-core-0.9.7/lib/dm-core/adapters/postgres_adapter.rb

Defined Under Namespace

Modules: Migration, SQL

Instance Attribute Summary

Attributes inherited from AbstractAdapter

#field_naming_convention, #name, #resource_naming_convention, #uri

Method Summary

Methods included from Migration::ClassMethods

type_map

Methods included from Migration

#create_model_storage, #destroy_model_storage, #field_exists?, #storage_exists?, #upgrade_model_storage

Methods inherited from DataObjectsAdapter

#aggregate, #create, #delete, #execute, #query, #read_many, #read_one, #update

Methods included from DataObjectsAdapter::Migration::ClassMethods

#type_map

Methods included from DataObjectsAdapter::Migration

#create_model_storage, #destroy_model_storage, #transaction_primitive, #upgrade_model_storage

Methods inherited from AbstractAdapter

#create, #delete, #read_many, #read_one, #update

Methods included from AbstractAdapter::Migration::ClassMethods

#type_map

Methods included from AbstractAdapter::Transaction

#current_transaction, #pop_transaction, #push_transaction, #transaction_primitive, #within_transaction?

Methods included from AbstractAdapter::Migration

#alter_model_storage, #alter_property_storage, #create_model_storage, #create_property_storage, #destroy_model_storage, #destroy_property_storage, #field_exists?, #storage_exists?, #upgrade_model_storage

Methods included from DataMapper::Assertions

#assert_kind_of