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

Properties

integer of <sqlite column type> : boolean

Casts

<sqlite column type> as string : string