Mimer::Connection
Inherits DB::Connection < DB::BeginTransaction < DB::SessionMethods < DB::QueryMethods < DB::Disposable < Reference < Object
Constructors
Instance methods
after_release
Commit any implicit read transaction when connection is returned to the pool. This prevents lingering read transactions from blocking subsequent DDL on the same table.
perform_begin_transaction
Override transaction hooks to use Mimer C API instead of SQL BEGIN/COMMIT/ROLLBACK
ping
Sourcesession
Source