SelectParameters

Describes the parameters for Select job types.

Types

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

Properties

Link copied to clipboard

The expression that is used to query 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