Returns transaction, session, or profile name-value pairs from the query band string QBandBuf.
The encoding of the byte array is a name followed by a value, then a name followed by a value, and so forth, where, if the server character set is LATIN, a '\0' delimits each item and if the server character set is UNICODE, two '\0' delimit each item.
Syntax
getQueryBandPairs(String QBandBuf, int QB_SearchType)
Syntax Elements
- QBandBuf
- A query band string, where the query band can be:
- Returned by QueryBand.getQueryBand()
- Retrieved from the DBC.DBQLogTbl.QueryBand column
- Specified by the caller
- QB_SearchType
- Specifies whether getQueryBandPairs() searches for name-value pairs in the transaction, session, and/or profile query band.