OpenMS
Loading...
Searching...
No Matches
SqliteConnectorFriend Struct Reference

#include <OpenMS/FORMAT/SqliteConnector_impl.h>

Static Public Member Functions

static sqlite3 * handle (SqliteConnector &conn)
 

Detailed Description

Friend of SqliteConnector: the single place allowed to turn the connector's opaque void* handle back into a typed sqlite3*. Keeps SqliteConnector.h free of any SQLite type while still giving the internal helpers native access.

Member Function Documentation

◆ handle()

static sqlite3 * handle ( SqliteConnector conn)
inlinestatic