Class: Cubrid2::Statement
- Inherits:
-
Object
- Object
- Cubrid2::Statement
- Includes:
- Enumerable
- Defined in:
- lib/cubrid2/statement.rb
Instance Method Summary collapse
Instance Method Details
#execute(*args, **kwargs) ⇒ Object
5 6 7 8 9 |
# File 'lib/cubrid2/statement.rb', line 5 def execute(*args, **kwargs) Thread.handle_interrupt(::Cubrid2::Util::TIMEOUT_ERROR_CLASS => :never) do _execute(*args, **kwargs) end end |