toggle menu
exposed
0.56.0
jvm
switch theme
search in API
exposed-core
/
org.jetbrains.exposed.sql
/
Expression
/
Companion
Companion
object
Companion
Members
Functions
build
Link copied to clipboard
inline
fun
<
T
,
E
:
Expression
<
T
>
>
build
(
builder
:
SqlExpressionBuilder
.
(
)
->
E
)
:
E
Builds a new
Expression
using the provided
builder
.