Select

data class Select(var type: Select.Type, val elements: List<Element> = listOf())

Структура данных, описывающая директиву SELECT

Constructors

Link copied to clipboard
constructor(type: Select.Type, elements: List<Element> = listOf())

Types

Link copied to clipboard
object Companion
Link copied to clipboard

Properties

Link copied to clipboard
Link copied to clipboard