SqlParameter

A parameter used in a SQL statement.

Types

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

Properties

Link copied to clipboard
val name: String?

The name of the parameter.

Link copied to clipboard

A hint that specifies the correct object type for data type mapping. Possible values are as follows:

Link copied to clipboard
val value: Field?

The value of the parameter.

Functions

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