toggle menu
exposed
0.56.0
jvm
switch theme
search in API
exposed-core
/
org.jetbrains.exposed.sql
/
ISqlExpressionBuilder
/
times
times
open
infix operator
fun
<
T
>
ExpressionWithColumnType
<
T
>
.
times
(
t
:
T
)
:
TimesOp
<
T
,
T
>
Multiplies this expression by the
t
value.
open
infix operator
fun
<
T
,
S
:
T
>
ExpressionWithColumnType
<
T
>
.
times
(
other
:
Expression
<
S
>
)
:
TimesOp
<
T
,
S
>
Multiplies this expression by the
other
expression.