class Amalgalite::SQLite3::Database::DBStatus
Top level Status object holding all the Stat objects indicating the DBStatus of the SQLite3 C library.
Attributes
api_db[R]
Public Class Methods
new( api_db )
click to toggle source
# File lib/amalgalite/sqlite3/database/status.rb, line 58 def initialize( api_db ) @api_db = api_db end