Package-level declarations

Types

Link copied to clipboard
class JdbcPreparedStatement(preparedStatement: <Error class: unknown class>) : SqlPreparedStatement

Binds the parameter to preparedStatement by calling bindString, bindLong or similar. After binding, execute executes the query without a result, while executeQuery returns JdbcCursor.

Link copied to clipboard
interface Queries
Link copied to clipboard
interface SqlCursor
Link copied to clipboard
fun interface ThrowableLockCallback<R>
Link copied to clipboard

Functions

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun <R> runWrapped(block: () -> R): R
Link copied to clipboard
suspend fun <R> runWrappedSuspending(block: suspend () -> R): R