JoinInstruction

The instructions associated with a join.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Join key properties of the left operand.

Link copied to clipboard

The operand on the left side of a join.

Link copied to clipboard

The join instructions provided in the ON clause of a join.

Link copied to clipboard

Join key properties of the right operand.

Link copied to clipboard

The operand on the right side of a join.

Link copied to clipboard

The type of join that it is.

Functions

Link copied to clipboard
inline fun copy(block: JoinInstruction.Builder.() -> Unit = {}): JoinInstruction
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String