exposed
Toggle table of contents
1.0.0-beta-3
jvm
Platform filter
jvm
Switch theme
exposed
exposed-core
/
org.jetbrains.exposed.v1.core
/
Lead
/
Lead
Lead
constructor
(
expr
:
ExpressionWithColumnType
<
T
>
,
offset
:
ExpressionWithColumnType
<
Int
>
=
intLiteral(1)
,
defaultValue
:
ExpressionWithColumnType
<
T
>
?
=
null
)