Module: Amalgalite::SQLite3::Constants::DataType

Extended by:
Helpers
Defined in:
lib/amalgalite/sqlite3/constants.rb,
ext/amalgalite/c/amalgalite_constants.c

Overview

DataType defines the namespace for all possible SQLite data types.

Constant Summary collapse

TEXT =

no meaningful autogenerated documentation – constant is self explanatory ?

INT2FIX(SQLITE3_TEXT)
BLOB =

no meaningful autogenerated documentation – constant is self explanatory ?

INT2FIX(SQLITE_BLOB)
FLOAT =

no meaningful autogenerated documentation – constant is self explanatory ?

INT2FIX(SQLITE_FLOAT)
INTEGER =

no meaningful autogenerated documentation – constant is self explanatory ?

INT2FIX(SQLITE_INTEGER)
NULL =

no meaningful autogenerated documentation – constant is self explanatory ?

INT2FIX(SQLITE_NULL)

Method Summary

Methods included from Helpers

name_from_value, value_from_name