← Back to Stormify Documentation

inParam

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.