enum SQLite3::Type
Overview
Each of the possible types of an SQLite3 column.
Defined in:
sqlite3/type.crEnum Members
-
INTEGER =
1
-
FLOAT =
2
-
BLOB =
4
-
NULL =
5
-
TEXT =
3
Each of the possible types of an SQLite3 column.
1
2
4
5
3