class

MySql::Connection

Inherits DB::Connection < DB::BeginTransaction < DB::SessionMethods < DB::QueryMethods < DB::Disposable < Reference < Object

Constructors

Instance methods

build_prepared_statement(query) : MySql::Statement

:nodoc:

Source
build_unprepared_statement(query) : MySql::UnpreparedStatement

:nodoc:

Source
do_close

Implementors overrides this method to perform resource cleanup If an exception is raised, the resource will not be marked as closed.

Source

Nested types