Nullable
interface Nullable<R : Any> : KConfigurableSubQuery<R> , KTypedSubQuery.Nullable<R>
Content copied to clipboard
Functions
Link copied to clipboard
Link copied to clipboard
abstract fun limit(limit: Int, offset: Int = 0): KConfigurableSubQuery<R>
Content copied to clipboard