join

expect open override fun join(vararg joins: Join): Joins(source)

Create and chain a Joins object for specifying the JOIN clause of the query.

Return

The Joins object that represents the JOIN clause of the query.

Parameters

joins

The Join objects.

actual open override fun join(vararg joins: Join): Joins(source)

Create and chain a Joins object for specifying the JOIN clause of the query.

Return

The Joins object that represents the JOIN clause of the query.

Parameters

joins

The Join objects.

actual open override fun join(vararg joins: Join): Joins(source)