From 915747efa793e53a7b7e9cfd861b4b4a46ace4a4 Mon Sep 17 00:00:00 2001 From: krasimir Date: Wed, 12 Apr 2017 10:05:22 +0000 Subject: some work on libsg queries --- src/runtime/c/sg/sg.h | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'src/runtime/c/sg/sg.h') diff --git a/src/runtime/c/sg/sg.h b/src/runtime/c/sg/sg.h index ff0581f61..8e543a97c 100644 --- a/src/runtime/c/sg/sg.h +++ b/src/runtime/c/sg/sg.h @@ -81,7 +81,12 @@ size_t sg_query_result_columns(SgQueryResult* qres); int -sg_query_result_fetch(SgQueryResult* qres, PgfExpr* res, GuPool* out_pool, GuExn* err); +sg_query_result_fetch_columns(SgQueryResult* qres, PgfExpr* res, + GuPool* out_pool, GuExn* err); + +PgfExpr +sg_query_result_fetch_expr(SgQueryResult* qres, PgfExpr expr, + GuPool* out_pool, GuExn* err); void sg_query_result_close(SgQueryResult* qres, GuExn* err); -- cgit v1.2.3