Module
DataMapper::Migrations::SqlserverAdapter
In:
lib/dm-migrations/adapters/dm-sqlserver-adapter.rb
Methods
field_exists?
included
storage_exists?
Included Modules
DataObjectsAdapter
SQL
Classes and Modules
Module
DataMapper::Migrations::SqlserverAdapter::ClassMethods
Constants
DEFAULT_CHARACTER_SET
=
'utf8'.freeze
Public Class methods
included
(base)
@api private
Public Instance methods
field_exists?
(storage_name, field_name)
@api semipublic
storage_exists?
(storage_name)
@api semipublic
[Validate]