Toggle table of contents
4.2.0
jvm
Platform filter
jvm
Switch theme
Search in API
ktorm
ktorm-core
/
org.ktorm.expression
/
TableExpression
/
TableExpression
Table
Expression
constructor
(
name
:
String
,
tableAlias
:
String
?
=
null
,
catalog
:
String
?
=
null
,
schema
:
String
?
=
null
,
isLeafNode
:
Boolean
=
true
,
extraProperties
:
Map
<
String
,
Any
>
=
emptyMap()
)
(
source
)