Function report |
Source Code:lib\objagg.c |
Create Date:2022-07-28 07:23:35 |
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_root_create
Proto:static int objagg_obj_root_create(struct objagg *objagg, struct objagg_obj *objagg_obj, struct objagg_hints_node *hnode)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
struct objagg * | objagg | |
struct objagg_obj * | objagg_obj | |
struct objagg_hints_node * | hnode |
267 | err = objagg_obj_root_id_alloc(objagg, objagg_obj, hnode) |
270 | user root private = root_create(priv, obj, root_id) |
273 | If IS_ERR( user root private ) Then |
274 | err = PTR_ERR( user root private ) |
275 | Go to err_root_create |
278 | Return 0 |
280 | err_root_create : |
282 | Return err |
Name | Describe |
---|---|
objagg_obj_init_with_hints | |
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 |