Returns a column value by it's name in the originating query.
Returns a column value by it's name in the originating query.
Returns a column value by it's position in the originating query.
Returns a column value by it's position in the originating query.
Number of this row in the query results.
Number of this row in the query results. Counts start at 0.
(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 a row from a database, allows clients to access rows by column number or column name.