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

@api private

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

@api private

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

[Validate]

Generated with the Darkfish Rdoc Generator 2.