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)

Deprecated

This function is called nowhere except `Row.toExposedResultRow`. Consider inlining and removing it.

See also