DB::Statement
Inherits DB::Disposable < DB::StatementMethods < Reference < Object
Represents a query in a Connection.
It should be created by QueryMethods.
Note to implementors
- Subclass
Statements Statementsare created from a custom driverConnection#preparemethod.#perform_queryexecutes a query that is expected to return aResultSet#perform_execexecutes a query that is expected to return anExecResult#do_closeis called to release the statement resources.