Toggle table of contents
4.2.0
jvm
Platform filter
jvm
Switch theme
Search in API
ktorm
ktorm-core
/
org.ktorm.expression
/
ColumnDeclaringExpression
/
ColumnDeclaringExpression
Column
Declaring
Expression
constructor
(
expression
:
ScalarExpression
<
T
>
,
declaredName
:
String
?
=
null
,
sqlType
:
SqlType
<
T
>
=
expression.sqlType
,
isLeafNode
:
Boolean
=
false
,
extraProperties
:
Map
<
String
,
Any
>
=
emptyMap()
)
(
source
)