StatementHandle
role DBDish::StatementHandle
The Connection prepare
method returns a StatementHandle object that
should provides the execute
and finish
methods.
A Statetement handle should provide also the low-level _row
and _free
methods.
It also has all the methods from DBDish::Role::ErrorHandling
.