setOffset

abstract override 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 ParameterisedQuery instance.

See also

Parameters

offset

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

Throws