SQLITE_STATIC constant
int
const SQLITE_STATIC
it means that the content pointer is constant and will never change, It does not need to be destroyed
Implementation
static const SQLITE_STATIC = 0;
it means that the content pointer is constant and will never change, It does not need to be destroyed
static const SQLITE_STATIC = 0;