# File lib/sqlite3/database.rb, line 459
        def step( *args )
          @handler.step(@fp, *args)
        end