Method: Browser::Database::SQL::Result#database
- Defined in:
- opal/browser/database/sql.rb
permalink #database ⇒ SQL (readonly)
Returns the database the result came from.
138 139 140 |
# File 'opal/browser/database/sql.rb', line 138 def database @database end |