Function report |
Source Code:lib\objagg.c |
Create Date:2022-07-28 07:23:37 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:objagg_obj_init_with_hints
Proto:static int objagg_obj_init_with_hints(struct objagg *objagg, struct objagg_obj *objagg_obj, bool *hint_found)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
struct objagg * | objagg | |
struct objagg_obj * | objagg_obj | |
bool * | hint_found |
303 | hnode = objagg_hints_lookup(hints, obj) |
304 | If Not hnode Then |
305 | * hint_found = false |
306 | Return 0 |
308 | * hint_found = true |
310 | If Not parent Then Return objagg_obj_root_create(objagg, objagg_obj, hnode) |
313 | parent = __objagg_obj_get(objagg, obj) |
317 | err = objagg_obj_parent_assign(objagg, objagg_obj, parent, false) |
318 | If err Then |
324 | Return 0 |
326 | err_parent_assign : |
328 | Return err |
Name | Describe |
---|---|
objagg_obj_init |
Source code conversion tool public plug-in interface | X |
---|---|
Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |