major version number of the SQLite C library
minor version number of the SQLite C library
release version number of the SQLite C library
# File lib/amalgalite/sqlite3/version.rb, line 31 def self.compiled_matches_runtime? self.compiled_version == self.runtime_version end
Return the SQLite C library version number as an array of MAJOR, MINOR, RELEASE
# File lib/amalgalite/sqlite3/version.rb, line 27 def self.to_a [ MAJOR, MINOR, RELEASE ] end
[Validate]
Generated with the Darkfish Rdoc Generator 2.