class SQLite3::ResultSet

def eof?

Query whether the cursor has reached the end of the result set or not.
def eof?
  @stmt.done?
end