programming - sqlite3 - data typesWhat links here?
Each value stored in an SQLite database (or manipulated by the database engine) has one of the following storage classes:



Note that a storage class is slightly more general than a datatype. The INTEGER storage class, for example, includes 6 different integer datatypes of different lengths. This makes a difference on disk. But as soon as INTEGER values are read off of disk and into memory for processing, they are converted to the most general datatype (8-byte signed integer). And so for the most part, "storage class" is indistinguishable from "datatype" and the two terms can be used interchangeably.

Any column in an SQLite version 3 database, except an INTEGER PRIMARY KEY column, may be used to store a value of any storage class.
ResourcesSqlite.org: Datatypes In SQLite Version 3
programming - sqlite3 - data types
programming - windows - windows message decoding
programming - sqlite3 - c interface - sqlite3_int64 sqlite3_last_insert_rowid(sqlite3*)
programming - algorithms - binary trees
programming - C - function fgets
programming - C - function isupper
programming - sqlite2
programming - Free Pascal - GUI Elements
programming - sqlite3 - c interface - sqlite3_open()
programming - C - function memset
programming - sqlite
programming - HTTP
programming - C - function isgraph
programming - C - function strcpy
programming - C - function time
programming - sqlite3 - c interface - sqlite3_prepare()
filename:programming - sqlite3 - data types
filename:programming%20%2D%20sqlite3%20%2D%20data%20types
last edit:April 19 2012 21:11:04 (5161 days ago)
ct = 1780878329.000000 = June 07 2026 20:25:29
ft = 1334884264.000000 = April 19 2012 21:11:04
dt = 445994065.000000