Module: DataMapper::Constraints::Adapters::SqliteAdapter
- Defined in:
- lib/data_mapper/constraints/adapters/sqlite_adapter.rb
Instance Method Summary collapse
- #constraint_exists? ⇒ Boolean private
- #create_relationship_constraint ⇒ Object private
- #destroy_relationship_constraint ⇒ Object private
Instance Method Details
#constraint_exists? ⇒ Boolean
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
8 9 10 |
# File 'lib/data_mapper/constraints/adapters/sqlite_adapter.rb', line 8 def constraint_exists?(*) false end |
#create_relationship_constraint ⇒ Object
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
13 14 15 |
# File 'lib/data_mapper/constraints/adapters/sqlite_adapter.rb', line 13 def create_relationship_constraint(*) false end |
#destroy_relationship_constraint ⇒ Object
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
18 19 20 |
# File 'lib/data_mapper/constraints/adapters/sqlite_adapter.rb', line 18 def destroy_relationship_constraint(*) false end |