Purpose
Returns to the application non-conformances in the SQL request.
Usage Notes
The standard for judging conformance is specified in the SessionOptions parcel.
This parcel is generated by the database.
Parcel Data
The following table lists field information for Flagger.
Flavor | Parcel Body Length | Parcel Body Fields | |
---|---|---|---|
122 | 6 to maximum body size | Location: Reason: MsgLength: Message: |
2 bytes 2 bytes 2 bytes to maximum body size |
Field Notes
The flags each consist of one or more conformance flags, each containing the following information:
- Location is a 2-byte field that specifies the character position of the nonconforming syntax within the statement.
For a semantic nonconformance, the value is zero.
- Reason is a 2-byte field that specifies the nature of the nonconformance.
- MsgLength is a 2-byte field that specifies the length of the Message field.
- Message is a variable parcel body length that contains the text of the message.