Returns true if there are any NULL values in this row.
Returns true if there are any NULL values in this row.
Experimental
Experimental
Returns a mutable string builder for the specified column. A given row should return the result of any mutations made to the returned buffer next time getString is called for the same column.
(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.