class SQLite3::ResultSet

def initialize db, stmt

Experimental RBS support (using type sampling data from the type_fusion project).

def initialize: (Litedb::Connection db, SQLite3::Statement stmt) -> void

This signature was generated using 1 sample from 1 application.

given sql text.
Create a new ResultSet attached to the given database, using the
def initialize db, stmt
  @db   = db
  @stmt = stmt
end