get

abstract fun get(stringElements: TemplateStringsArray, vararg boundParameters: SQLInputValue): ReadonlyRecord<String, SQLOutputValue>?(source)

Executes the given SQL query and returns the first resulting row as an object.

Since

v24.9.0