Module: SQLite3::Constants::ColumnType

Defined in:
lib/sqlite3/constants.rb

Overview

module TextRep

UTF8    = 1
UTF16LE = 2
UTF16BE = 3
UTF16   = 4
ANY     = 5

end

Constant Summary collapse

INTEGER =
1
FLOAT =
2
TEXT =
3
BLOB =
4
NULL =
5