<div class="meta" robots="noindex">

</div>

Class

# RealSQLBlob

---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

## Description

Provides a way for you to incrementally read and write to BLOB columns in SQLite (`SQLiteDatabase</api/databases/sqlitedatabase>`).

## Properties

<div class="rst-class">

table-centered_columns_3_and_4

</div>

| Name                             | Type                                              | Read-Only | Shared |
|----------------------------------|---------------------------------------------------|-----------|--------|
| `Length<realsqlblob.length>`     | `UInt64</api/data_types/additional_types/uint64>` | ✓         |        |
| `Position<realsqlblob.position>` | `UInt64</api/data_types/additional_types/uint64>` | ✓         |        |

## Property descriptions

<div id="realsqlblob.length">

---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

</div>

<div class="rst-class">

forsearch

</div>

RealSQLBlob.Length

**Length** As `UInt64</api/data_types/additional_types/uint64>`

The length of the BLOB.

This property is read-only.

<div id="realsqlblob.position">

---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

</div>

<div class="rst-class">

forsearch

</div>

RealSQLBlob.Position

**Position** As `UInt64</api/data_types/additional_types/uint64>`

The position within the BLOB.

This property is read-only.

## Compatibility

All project types on all supported operating systems.

## See also

`Object</api/data_types/additional_types/object>` parent class; `SQLiteDatabase</api/databases/sqlitedatabase>`, `SQLiteDatabase</api/databases/sqlitedatabase>` methods
