← Back to Stormify Documentation

readOne

inline fun <T : Any> String.readOne(vararg args: Any?): T?

Executes this SQL string as a SELECT and returns a single result, or null if none found.