jimmer-sql-kotlin
0.7.53
jimmer-sql-kotlin
/
org.babyfish.jimmer.sql.kt.ast.query
/
AbstractKSortable
/
orderByIf
order
By
If
abstract
fun
orderByIf
(
condition
:
Boolean
,
vararg
expressions
:
KExpression
<
*
>
?
)
Content copied to clipboard
abstract
fun
orderByIf
(
condition
:
Boolean
,
vararg
orders
:
Order
?
)
Content copied to clipboard
abstract
fun
orderByIf
(
condition
:
Boolean
,
orders
:
List
<
Order
?
>
)
Content copied to clipboard