Class Amalgalite::SQLite3::Database::DBStatus
In: lib/amalgalite/sqlite3/database/status.rb
Parent: Object

Top level Status object holding all the Stat objects indicating the DBStatus of the SQLite3 C library.

Methods

new  

Attributes

api_db  [R] 

Public Class methods

[Source]

    # File lib/amalgalite/sqlite3/database/status.rb, line 60
60:       def initialize( api_db )
61:         @api_db = api_db
62:       end

[Validate]