Module DataMapper::Migrations::DataObjectsAdapter
In: lib/dm-migrations/adapters/dm-do-adapter.rb

Methods

Included Modules

SQL

Classes and Modules

Module DataMapper::Migrations::DataObjectsAdapter::ClassMethods

Public Instance methods

Returns whether the field exists.

@param [String] storage_name

  a String defining the name of a storage, for example a table name.

@param [String] field

  a String defining the name of a field, for example a column name.

@return [Boolean]

  true if the field exists.

@api semipublic

Returns whether the storage_name exists.

@param [String] storage_name

  a String defining the name of a storage, for example a table name.

@return [Boolean]

  true if the storage exists

@api semipublic

[Validate]