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

Function db_col_is_null

db/bindings.c:61–64  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

59}
60
61int db_col_is_null(struct db_stmt *stmt, const char *colname)
62{
63 return db_column_is_null(stmt, db_query_colnum(stmt, colname));
64}
65
66void db_bind_null(struct db_stmt *stmt)
67{

Calls 2

db_column_is_nullFunction · 0.85
db_query_colnumFunction · 0.85

Tested by

no test coverage detected