Module BigRecord::ConnectionAdapters::DatabaseStatements
In: lib/big_record/connection_adapters/abstract/database_statements.rb

Methods

Public Instance methods

Inserts the given fixture into the table. Overridden in adapters that require something beyond a simple insert (eg. Oracle).

[Validate]