Class/Module Index [+]

Quicksearch

Amalgalite::SQLite3::Version

Constants

MAJOR

major version number of the SQLite C library

MINOR

minor version number of the SQLite C library

RELEASE

release version number of the SQLite C library

Public Class Methods

compiled_matches_runtime?() click to toggle source
# File lib/amalgalite/sqlite3/version.rb, line 31
def self.compiled_matches_runtime?
  self.compiled_version == self.runtime_version
end
Amalgalite::SQLite3::Version.to_a → [ MAJOR, MINOR, RELEASE ] click to toggle source

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.