all
abstract fun all(stringElements: TemplateStringsArray, vararg boundParameters: SQLInputValue): ReadonlyArray<ReadonlyRecord<String, SQLOutputValue>>(source)
Executes the given SQL query and returns all resulting rows as an array of objects.
Since
v24.9.0