Package-level declarations

An Exkt module providing handy utilities for PostgreSQL Java Driver.

Functions

Link copied to clipboard
inline fun <R> handlePsqlException(psqlState: PSQLState, block: () -> R): Result<R>
Link copied to clipboard
inline fun <R> handlePsqlExceptionOrThrow(psqlState: PSQLState, exception: () -> Throwable, block: () -> R): R
Link copied to clipboard
inline fun <R> handlePsqlUniqueViolation(block: () -> R): Result<R>