Function report |
Source Code:lib\objagg.c |
Create Date:2022-07-28 07:23:34 |
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_parent_lookup_assign
Proto:static int objagg_obj_parent_lookup_assign(struct objagg *objagg, struct objagg_obj *objagg_obj)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
struct objagg * | objagg | |
struct objagg_obj * | objagg_obj |
198 | If Not objagg_obj_is_root(objagg_obj_cur) Then Continue |
200 | err = objagg_obj_parent_assign(objagg, objagg_obj, objagg_obj_cur, true) |
202 | If Not err Then Return 0 |
205 | Return -ENOENT |
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 |