sqlite column type
A sqlite column type
represents the SQLite data-type of a column.
Version | Platforms |
---|---|
9.0.586.0 | AIX, Debian, HP-UX, Mac, Red Hat, SUSE, Solaris, Ubuntu, Windows |
9.5.13.130 | Raspbian |
Creation
column type <integer> of <sqlite table> : sqlite column type
column type <string> of <sqlite table> : sqlite column type
column type of <sqlite table> : sqlite column type
type of <sqlite column> : sqlite column type
Properties
blob of <sqlite column type> : boolean
float of <sqlite column type> : boolean
integer of <sqlite column type> : boolean
name of <sqlite column type> : string
null of <sqlite column type> : boolean
text of <sqlite column type> : boolean
type of <sqlite column type> : string
Casts
<sqlite column type> as string : string