Broker 10.15 | webMethods Broker Documentation | webMethods Broker Client C API Programmer's Guide | API Reference | awEvent | awEventFormatBindVariable
 
awEventFormatBindVariable
char * awEventFormatBindVariable(
BrokerFormatToken *tokens,
int index,
char **placeHolderName);
tokens
The list of tokens.
index
The index into the list of tokens.
placeHolderName
The resulting string. This parameter is used for output.
Returns the name of the bind variable at token[index]. Returns NULL if there is no bind variable at that position, of if the index is not valid. The caller should not modify the return value. If placeHolderName is not zero, it will be set to a string that represents the place holder in the statement (for example, ":v0" or "?").
See also: