SupportedDialect

A structure specifying the dialect and dialect version used by the query engine.

Types

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

Properties

Link copied to clipboard

The dialect of the query engine.

Link copied to clipboard

The version of the dialect of the query engine. For example, 3.0.0.

Functions

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