SQL adaptation guide For SQLite 3.5.x, 3.6.x / Data dictionary |
Informix® uses the TEXT and BYTE data types to store very large texts or images.
SQLite 3 provides TEXT and BLOB native data types.
The SQLite database interface can convert BDL TEXT data to TEXT and BYTE data to BLOB.