sqlite3_rtree_geometry

A pointer to a structure of the following type is passed as the first argument to callbacks registered using rtree_geometry_callback().

extern (C) __gshared nothrow
struct sqlite3_rtree_geometry {}

Members

Variables

aParam
double* aParam;

Parameters passed to SQL geom function

nParam
int nParam;

Size of array aParam[]

pContext
void* pContext;

Copy of pContext passed to s_r_g_c()

pUser
void* pUser;

Callback implementation user data

xDelUser
void function(void*) xDelUser;

Called by SQLite to clean up pUser

Meta