sqlite column
The sqlite column
type represents one column in the result of a select
query.
Version | Platforms |
---|---|
9.0.586.0 | AIX, Debian, HP-UX, Mac, Red Hat, SUSE, Solaris, Ubuntu, Windows |
9.5.13.130 | Raspbian |
Creation
column <integer> of <sqlite row> : sqlite column
column <string> of <sqlite row> : sqlite column
Properties
name of <sqlite column> : string
type of <sqlite column> : sqlite column type
Casts
<sqlite column> as string : string