Function report |
Source Code:lib\xarray.c |
Create Date:2022-07-28 06:13:22 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:Returns the number of indices covered by a given xa_state
Proto:static unsigned long xas_size(const struct xa_state *xas)
Type:unsigned long
Parameter:
Type | Parameter | Name |
---|---|---|
const struct xa_state * | xas |
Name | Describe |
---|---|
xas_max | Use this to calculate the maximum index that will need to be created* in order to add the entry described by @xas. Because we cannot store a* multiple-index entry at index 0, the calculation is a little more complex* than you might expect. |
xa_store_range | xa_store_range() - Store this entry at a range of indices in the XArray |
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 |