build
Deprecated (with error)
This builder method will continue to be phased out following release 1.0.0 and should be replaced with the contents of the lambda block pulled out of the parentheses. The `SqlExpressionBuilder` receiver has been deprecated, as well as all expression builder methods previously restricted to the object, in favor of equivalent top-level functions, making this scope function redundant. It will no longer be necessary to import each individual method when used outside a scoped block, and on demand imports will now be possible via 'import org.jetbrains.exposed.v1.core.*', if required.
Replace with
builder()
Content copied to clipboard