diff options
| author | krasimir <krasimir@chalmers.se> | 2017-04-12 10:05:22 +0000 |
|---|---|---|
| committer | krasimir <krasimir@chalmers.se> | 2017-04-12 10:05:22 +0000 |
| commit | 915747efa793e53a7b7e9cfd861b4b4a46ace4a4 (patch) | |
| tree | 20825da9e19e915d2f7bba20778d0cb894ed3a73 /src/runtime/c/sg/sg.h | |
| parent | f2ba7b64bf6d294fbd42b943a3e29543cd1f3957 (diff) | |
some work on libsg queries
Diffstat (limited to 'src/runtime/c/sg/sg.h')
| -rw-r--r-- | src/runtime/c/sg/sg.h | 7 |
1 files changed, 6 insertions, 1 deletions
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); |
