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
 9:         def constraint_exists?(*)
10:           false
11:         end
create_relationship_constraint(*) click to toggle source

@api private

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

@api private

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

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.