DataMapper::Constraints::Adapters::SqliteAdapter

Public Instance Methods

constraint_exists?(*) click to toggle source

@api private

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

@api private

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

@api private

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

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.