toggle menu
kaskad_platform
1.0.0
jvm
switch theme
search in API
base
/
ru.sydis.base.sqlquery
/
Select
Select
data
class
Select
(
var
type
:
Select.Type
,
val
elements
:
List
<
Element
>
=
listOf()
)
Структура данных, описывающая директиву SELECT
Members
Constructors
Select
Link copied to clipboard
constructor
(
type
:
Select.Type
,
elements
:
List
<
Element
>
=
listOf()
)
Types
Companion
Link copied to clipboard
object
Companion
Type
Link copied to clipboard
enum
Type
:
Enum
<
Select.Type
>
Properties
elements
Link copied to clipboard
val
elements
:
List
<
Element
>
type
Link copied to clipboard
var
type
:
Select.Type