toggle menu
kaskad_platform
1.0.0
jvm
switch theme
search in API
base
/
ru.sydis.base.sqlquery
/
Limit
Limit
data
class
Limit
(
val
direction
:
Limit.Direction
,
val
limit
:
IntNum
)
Структура данных, описывающая директиву LIMIT
Members
Constructors
Limit
Link copied to clipboard
constructor
(
direction
:
Limit.Direction
,
limit
:
IntNum
)
Types
Companion
Link copied to clipboard
object
Companion
Direction
Link copied to clipboard
enum
Direction
:
Enum
<
Limit.Direction
>
Properties
direction
Link copied to clipboard
val
direction
:
Limit.Direction
limit
Link copied to clipboard
val
limit
:
IntNum