Method: Browser::Database::SQL::Result#database

Defined in:
opal/browser/database/sql.rb

#databaseSQL (readonly)

Returns the database the result came from.

Returns:

  • (SQL)

    the database the result came from

[View source]

138
139
140
# File 'opal/browser/database/sql.rb', line 138

def database
  @database
end