函数逻辑报告 |
Source Code:lib\objagg.c |
Create Date:2022-07-27 08:22:33 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:objagg_obj_init_with_hints
函数原型:static int objagg_obj_init_with_hints(struct objagg *objagg, struct objagg_obj *objagg_obj, bool *hint_found)
返回类型:int
参数:
类型 | 参数 | 名称 |
---|---|---|
struct objagg * | objagg | |
struct objagg_obj * | objagg_obj | |
bool * | hint_found |
303 | hnode等于objagg_hints_lookup(hints, obj) |
304 | 如果非hnode则 |
305 | * hint_found = false |
306 | 返回:0 |
308 | * hint_found = true |
310 | 如果非parent则返回: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 | 如果err则 |
324 | 返回:0 |
326 | err_parent_assign : |
328 | 返回:err |
名称 | 描述 |
---|---|
objagg_obj_init |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |