MCPcopy Create free account
hub / github.com/bloomberg/comdb2 / stmt_sql_step

Function stmt_sql_step

lua/sp.c:1453–1460  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1451}
1452
1453static int stmt_sql_step(Lua L, dbstmt_t *stmt)
1454{
1455 int rc;
1456 if ((rc = lua_sql_step(L, stmt->stmt)) == SQLITE_ROW) {
1457 set_sqlrow_stmt(L);
1458 }
1459 return rc;
1460}
1461
1462typedef struct client_info {
1463 struct sqlclntstate *clnt;

Callers 1

dbstmt_fetchFunction · 0.85

Calls 2

lua_sql_stepFunction · 0.85
set_sqlrow_stmtFunction · 0.85

Tested by

no test coverage detected