class Mimer::Statement

Defined in:

mimer/statement.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(connection : Connection, command : String) #

[View source]

Instance Method Detail

def release_mimer_stmt #

Called from ResultSet#do_close so Mimer releases its internal table reference. The handle is re-created on next perform_query/perform_exec call.


[View source]