sqlId

fun sqlId(context: ContextView): String?(source)

Retrieves the sqlId of the currently executing query from the given Reactor context.

This is useful for referring to the sqlId in downstream instrumentation, such as an r2dbc-proxy listener.

Return

the sqlId, or null if no query is executing in this context