handle property
Pointer<void>
get
handle
The underlying sqlite3_stmt
pointer.
Obtains the raw statement from the sqlite3 C-api that this PreparedStatement wraps.
Implementation
Pointer<void> get handle;