# File lib/dbd/odbc/statement.rb, line 5 5: def initialize(handle, statement) 6: @statement = statement 7: @handle = handle 8: @params = [] 9: @arr = [] 10: end