fullJoin
fun QuerySource.fullJoin(right: BaseTable<*>, on: ColumnDeclaring<Boolean>? = null): QuerySource(source)
Perform a full join and return a new QuerySource, translated to full join
in SQL.
Perform a full join and return a new QuerySource, translated to full join
in SQL.