Toggle table of contents
4.2.0
jvm
Platform filter
jvm
Switch theme
Search in API
ktorm
ktorm-core
/
org.ktorm.dsl
/
plus
plus
infix operator
fun
<
T
:
Number
>
ColumnDeclaring
<
T
>
.
plus
(
expr
:
ColumnDeclaring
<
T
>
)
:
BinaryExpression
<
T
>
(
source
)
infix operator
fun
<
T
:
Number
>
ColumnDeclaring
<
T
>
.
plus
(
value
:
T
)
:
BinaryExpression
<
T
>
(
source
)
infix operator
fun
<
T
:
Number
>
T
.
plus
(
expr
:
ColumnDeclaring
<
T
>
)
:
BinaryExpression
<
T
>
(
source
)
Plus operator, translated to
+
in SQL.