toggle menu
exposed
0.56.0
jvm
switch theme
search in API
exposed-core
/
org.jetbrains.exposed.sql.functions.math
/
PowerFunction
/
PowerFunction
Power
Function
constructor
(
base
:
ExpressionWithColumnType
<
B
>
,
exponent
:
Expression
<
E
>
,
precision
:
Int
=
MathContext.DECIMAL64.precision
,
scale
:
Int
=
10
)