nextVal

open fun nextVal(seq: Sequence, builder: QueryBuilder)

SQL function that returns the next value of the specified sequence.

Parameters

seq

Sequence that produces the value.

builder

Query builder to append the SQL function to.