MCPcopy Create free account
hub / github.com/ElementsProject/lightning / db_column_is_null

Function db_column_is_null

db/bindings.c:19–22  ·  view source on GitHub ↗

Local helpers once you have column number */

Source from the content-addressed store, hash-verified

17
18/* Local helpers once you have column number */
19static bool db_column_is_null(struct db_stmt *stmt, int col)
20{
21 return stmt->db->config->column_is_null_fn(stmt, col);
22}
23
24/* Returns true (and warns) if it's nul */
25static bool db_column_null_warn(struct db_stmt *stmt, const char *colname,

Callers 7

db_column_null_warnFunction · 0.85
db_col_is_nullFunction · 0.85
db_column_bytesFunction · 0.85
db_column_blobFunction · 0.85
db_col_int_or_defaultFunction · 0.85
db_col_arr_Function · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected