leftOuterJoin

expect fun leftOuterJoin(datasource: DataSource): Join.On(source)

Create a LEFT OUTER JOIN component with the given data source. Use the returned On component to specify join conditions.

Return

The On object used for specifying join conditions.

Parameters

datasource

The DataSource object of the JOIN clause.

actual fun leftOuterJoin(datasource: DataSource): Join.On(source)
actual fun leftOuterJoin(datasource: DataSource): Join.On(source)