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: