Class
RealSQLBlob
Description
Provides a way for you to incrementally read and write to BLOB columns in SQLite (SQLiteDatabase).
Property descriptions
RealSQLBlob.Length
Length As UInt64
The length of the BLOB.
This property is read-only.
RealSQLBlob.Position
Position As UInt64
The position within the BLOB.
This property is read-only.
Compatibility
All project types on all supported operating systems.
See also
Object parent class; SQLiteDatabase, SQLiteDatabase methods