Stmt package:mysql-haskell
call
isOK with this packet return true
Ask MySQL to closed a query statement.
Execute prepared query statement with parameters, expecting no
resultset.
Ask MySQL to prepare a query statement.
Ask MySQL to prepare a query statement.
All details from
COM_STMT_PREPARE Response are returned: the
StmtPrepareOK packet, params's
ColumnDef, result's
ColumnDef.
Execute prepared query statement with parameters, expecting resultset.
Rules about
UnconsumedResultSet applied here too.
Ask MySQL to reset a query statement, all previous resultset will be
cleared.