The names of the columns returned by the statement.
The names of the columns returned by the statement.
(Changed in version 2.9.0) The behavior of scanRight
has changed. The previous behavior can be reproduced with scanRight.reverse.
(Changed in version 2.9.0) transpose
throws an IllegalArgumentException
if collections are not uniformly sized.
Represents the collection of rows that is returned from a statement inside a
QueryResult
. It's basically a collection of Array[Any]. Mutating fields in this array will not affect the database in any way