setOffset

@NotNull
abstract fun setOffset(offset: Int): ParameterizedQuery<R>

Sets the index of the first result in the query to return.

A default of `0` will be used if it is not set.

Return

The same ParameterizedQuery instance.

Parameters

offset

The index of the first result in the query to return.

See also

Throws

If offset is negative.