Package-level declarations
Types
This {@link RowMapperFactory} creates a new, generic {@link KotlinMapper} for every data class used. By installing this factory, any Kotlin data class will have an automatic, implicit row mapper.
Installs Kotlin-specific functionality.
Functions
Returns the set of qualifying annotations on the given Kotlin elements.
Returns a CoroutineContext.Element instance representing this Jdbi object which can be used to manage handles from this Jdbi in a coroutine context.
Temporary extension function for Jdbi.inTransaction.
Returns true if the Class object represents a Kotlin class.
Temporary extension function for Jdbi.useHandle.
Temporary extension function for Jdbi.useTransaction.
A convenience method which opens an extension of the given type, yields it to a callback, and returns the result of the callback. A handle is opened if needed by the extension, and closed before returning to the caller.
Temporary extension function for Jdbi.withHandle.