SQLite3

 0    6 Fiche    sir
скачать mp3 басу ойын өзіңді тексер
 
сұрақ жауап
this storage class is used to store any NULL value.
оқуды бастаңыз
NULL
any numeric value is stored as a signed integer value (It can hold both positive and negative integer values). The INTEGER values in SQLite are stored in either 1, 2, 3, 4, 6, or 8 bytes of storage depending on the value of the number.
оқуды бастаңыз
INTEGER
this storage class is used to store the floating point values, and they are stored in an 8-bytes of storage.
оқуды бастаңыз
REAL
stores text strings. It also supports different encoding like UTF-8, UTF-16 BE, or UTF-26LE.
оқуды бастаңыз
TEXT
used to store large files, like images or text files. The value is stored as byte array the same as the input value.
оқуды бастаңыз
BLOB
Affinity types:
оқуды бастаңыз
TEXT. NUMERIC. INTEGER. REAL. BLOB.

Пікір қалдыру үшін жүйеге кіру керек.