ComparativeOrder

A structure that represents a comparative order.

Types

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

Properties

Link copied to clipboard

The list of columns to be used in the ordering.

Link copied to clipboard

The treat of undefined specified values. Valid values for this structure are LEAST and MOST.

Link copied to clipboard

The ordering type for a column. Valid values for this structure are GREATER_IS_BETTER, LESSER_IS_BETTER and SPECIFIED.

Functions

Link copied to clipboard
inline fun copy(block: ComparativeOrder.Builder.() -> Unit = {}): ComparativeOrder
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