Functions
Link copied to clipboard
abstract fun <X : Any> getAssociatedId(prop: ImmutableProp): KPropExpression<X>
Content copied to clipboard
Link copied to clipboard
abstract fun <X : Any> inverseJoin(backProp: ImmutableProp): KNonNullTable<X>
Content copied to clipboard
Link copied to clipboard
abstract fun <X : Any> inverseJoinList(backProp: KProperty1<X, List<E>>): KNonNullTable<X>
Content copied to clipboard
Link copied to clipboard
abstract fun <X : Any> inverseJoinReference(backProp: KProperty1<X, E?>): KNonNullTable<X>
Content copied to clipboard
Link copied to clipboard
abstract fun <X : Any> inverseOuterJoin(backProp: ImmutableProp): KNullableTable<X>
Content copied to clipboard
Link copied to clipboard
abstract fun <X : Any> inverseOuterJoinList(backProp: KProperty1<X, List<E>>): KNullableTable<X>
Content copied to clipboard
Link copied to clipboard
abstract fun <X : Any> inverseOuterJoinReference(backProp: KProperty1<X, E?>): KNullableTable<X>
Content copied to clipboard
Link copied to clipboard
abstract fun <X : Any> joinList(prop: KProperty1<E, List<X>>): KNonNullTable<X>
Content copied to clipboard
Link copied to clipboard
abstract fun <X : Any> joinReference(prop: KProperty1<E, X?>): KNonNullTable<X>
Content copied to clipboard
Link copied to clipboard
abstract fun <X : Any> outerJoinList(prop: KProperty1<E, List<X>>): KNullableTable<X>
Content copied to clipboard
Link copied to clipboard
abstract fun <X : Any> outerJoinReference(prop: KProperty1<E, X?>): KNullableTable<X>
Content copied to clipboard
Inheritors
Extensions
Link copied to clipboard
infix fun <E : Any> KTable<E>.eq(right: KTable<E>): KNonNullExpression<Boolean>
Content copied to clipboard
Shortcut for this.id eq right
infix fun <E : Any> KTable<E>.eq(right: View<E>): KNonNullExpression<Boolean>?
Content copied to clipboard
infix fun <E : Any> KTable<E>.eq(right: KExample<E>): KNonNullExpression<Boolean>?
Content copied to clipboard
QBE
Link copied to clipboard
Link copied to clipboard