handle property

Pointer<void> handle

The underlying sqlite3_stmt pointer.

Obtains the raw statement from the sqlite3 C-api that this PreparedStatement wraps.

Implementation

Pointer<void> get handle;