
org.ufoss.kotysa.JoinDsl.kt Maven / Gradle / Ivy
/*
* This is free and unencumbered software released into the public domain, following
*/
package org.ufoss.kotysa
/*
@KotysaMarker
public class JoinDsl internal constructor(
private val init: (FieldProvider) -> ColumnField<*, *>,
private val table: AliasedTable<*>,
private val type: JoinType,
availableColumns: Map, KotysaColumn<*, *>>,
dbType: DbType
) : SimpleFieldProvider(availableColumns, dbType) {
internal fun initialize() = JoinClause(table, init(this), type)
}*/
© 2015 - 2025 Weber Informatics LLC | Privacy Policy