← Back to Stormify Documentation

Companion

object Companion

Factory entry points for stored-procedure parameters.

Functions

Link copied to clipboard
fun inParam(value: Any?): Sp.In

Factory for an IN parameter, equivalent to Sp.In(value). Also the entry point for Java callers — in Kotlin this is usually unnecessary because raw values passed to procedure(...) are auto-wrapped.