getFieldExpressionSet

fun FieldSet.getFieldExpressionSet(): Set<Expression<*>>(source)

An Exposed transaction is required if the FieldSet contains custom functions that depend on dialects.


fun Query.getFieldExpressionSet(): Set<Expression<*>>(source)

See also