Method: Sequel::IBMDB::Statement#free

Defined in:
lib/sequel/adapters/ibmdb.rb

#freeObject

Free the memory related to this statement.



161
162
163
# File 'lib/sequel/adapters/ibmdb.rb', line 161

def free
  IBM_DB.free_stmt(@stmt)
end