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
Executes the given SQL query and returns the first resulting row as an object.
v24.9.0