SelectParameters

Contains information about the parameters used for a select.

Types

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

Properties

Link copied to clipboard

The expression that is used to select the object.

Link copied to clipboard

The type of the provided expression, for example SQL.

Link copied to clipboard

Describes the serialization format of the object.

Link copied to clipboard

Describes how the results of the select job are serialized.

Functions

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