Method: Sequel::IBMDB::Statement#execute
- Defined in:
- lib/sequel/adapters/ibmdb.rb
#execute(*values) ⇒ Object
If this statement is a prepared statement, execute it on the database with the given values.
136 137 138 |
# File 'lib/sequel/adapters/ibmdb.rb', line 136 def execute(*values) IBM_DB.execute(@stmt, values) end |