Module Amalgalite::SQLite3::Constants::DataType
In: lib/amalgalite/sqlite3/constants.rb
ext/amalgalite3_constants.c

module encapsulating the SQLite3 C extension constants for DataType

Constants

BLOB = INT2FIX(SQLITE_BLOB)   no meaningful autogenerated documentation — constant is self explanatory ?
FLOAT = INT2FIX(SQLITE_FLOAT)   no meaningful autogenerated documentation — constant is self explanatory ?
INTEGER = INT2FIX(SQLITE_INTEGER)   no meaningful autogenerated documentation — constant is self explanatory ?
NULL = INT2FIX(SQLITE_NULL)   no meaningful autogenerated documentation — constant is self explanatory ?
TEXT = INT2FIX(SQLITE_TEXT)   no meaningful autogenerated documentation — constant is self explanatory ?

[Validate]