Toggle table of contents
4.2.0
jvm
Platform filter
jvm
Switch theme
Search in API
ktorm
ktorm-core
/
org.ktorm.expression
/
JoinExpression
/
JoinExpression
Join
Expression
constructor
(
type
:
JoinType
,
left
:
QuerySourceExpression
,
right
:
QuerySourceExpression
,
condition
:
ScalarExpression
<
Boolean
>
?
=
null
,
isLeafNode
:
Boolean
=
false
,
extraProperties
:
Map
<
String
,
Any
>
=
emptyMap()
)
(
source
)