Function report |
Source Code:lib\error-inject.c |
Create Date:2022-07-28 07:12:24 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:error_type_string
Proto:static const char *error_type_string(int etype)
Type:char
Parameter:
Type | Parameter | Name |
---|---|---|
int | etype |
177 | Case etype == EI_ETYPE_NULL |
178 | Return "NULL" |
179 | Case etype == EI_ETYPE_ERRNO |
180 | Return "ERRNO" |
181 | Case etype == EI_ETYPE_ERRNO_NULL |
182 | Return "ERRNO_NULL" |
183 | Default |
184 | Return "(unknown)" |
Name | Describe |
---|---|
ei_seq_show |
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 |