pub unsafe fn sqlite3_result_null(ctx: *mut sqlite3_context)
Expand description
C interface definition of sqlite
Sets the return value of the application-defined function to be NULL
.
pub unsafe fn sqlite3_result_null(ctx: *mut sqlite3_context)
C interface definition of sqlite
Sets the return value of the application-defined function to be NULL
.