| Function report | 
| Source Code: block\sed-opal.c | Create Date:2022-07-28 18:10:54 | 
| Last Modify:2020-03-17 23:36:33 | Copyright©Brick | 
| home page | Tree | 
| Annotation kernel can get tool activity | Download SCCT | Chinese | 
Name:response_status
Proto:static u8 response_status(const struct parsed_resp *resp)
Type:u8
Parameter:
| Type | Parameter | Name | 
|---|---|---|
| const struct parsed_resp * | resp | 
| 986 | tok = response_get_token(resp, 0) | 
| 987 | If response_token_matches(tok, OPAL_ENDOFSESSION) Then Return 0 | 
| 990 | If num < 5 Then Return DTAERROR_NO_METHOD_STATUS | 
| 993 | tok = response_get_token(resp, num - 5) | 
| 994 | If Not response_token_matches(tok, OPAL_STARTLIST) Then Return DTAERROR_NO_METHOD_STATUS | 
| 997 | tok = response_get_token(resp, num - 1) | 
| 998 | If Not response_token_matches(tok, OPAL_ENDLIST) Then Return DTAERROR_NO_METHOD_STATUS | 
| 1001 | Return response_get_u64(resp, num - 4) | 
| Name | Describe | 
|---|---|
| parse_and_check_status | Parses and checks for errors | 
| 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 |