class Mysql2::Statement

Public Instance Methods

execute(*args) click to toggle source
# File lib/mysql2/statement.rb, line 6
def execute(*args)
  Thread.handle_interrupt(::Mysql2::Util::TimeoutError => :never) do
    _execute(*args)
  end
end