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.
6 7 8 |
# File 'lib/data_mapper/constraints/adapters/sqlite_adapter.rb', line 6 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.
11 12 13 |
# File 'lib/data_mapper/constraints/adapters/sqlite_adapter.rb', line 11 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.
16 17 18 |
# File 'lib/data_mapper/constraints/adapters/sqlite_adapter.rb', line 16 def destroy_relationship_constraint(*) false end |