DataMapper::Constraints::Adapters::AbstractAdapter

Public Instance Methods

constraint_exists?(*) click to toggle source

@api private

# File lib/data_mapper/constraints/adapters/abstract_adapter.rb, line 9
def constraint_exists?(*)
  false
end
create_relationship_constraint(*) click to toggle source

@api private

# File lib/data_mapper/constraints/adapters/abstract_adapter.rb, line 14
def create_relationship_constraint(*)
  false
end
destroy_relationship_constraint(*) click to toggle source

@api private

# File lib/data_mapper/constraints/adapters/abstract_adapter.rb, line 19
def destroy_relationship_constraint(*)
  false
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.