SpringJdbcKueryClient

Entry point for creating a dev.hsbrysk.kuery.core.KueryBlockingClient backed by Spring Data JDBC.

val client = SpringJdbcKueryClient.builder()
.dataSource(dataSource)
.build()

Functions

Link copied to clipboard
Link copied to clipboard
fun sqlId(): String?

Retrieves the sqlId of the query currently executing on this thread.