KNullable Table
Functions
Link copied to clipboard
Link copied to clipboard
abstract override fun <X : Any> inverseJoin(targetType: KClass<X>, backProp: String): KNullableTable<X>
Content copied to clipboard
Link copied to clipboard
abstract override fun <X : Any> inverseJoinList(backProp: KProperty1<X, List<E>>): KNullableTable<X>
Content copied to clipboard
Link copied to clipboard
abstract override fun <X : Any> inverseJoinReference(backProp: KProperty1<X, E?>): KNullableTable<X>
Content copied to clipboard
Link copied to clipboard
abstract fun <X : Any> inverseOuterJoin(targetType: KClass<X>, backProp: String): 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 override fun <X : Any> joinList(prop: KProperty1<E, List<X>>): KNullableTable<X>
Content copied to clipboard
Link copied to clipboard
abstract override fun <X : Any> joinReference(prop: KProperty1<E, X?>): KNullableTable<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