(-connection _)
Create a jdbc connection.
Create a jdbc connection.
(-config _)
Get attached configuration.
Get attached configuration.
(-context _)
Get jooq context with attached configuration
Get jooq context with attached configuration
(-execute q ctx)
Execute a query and return a number of rows affected.
Execute a query and return a number of rows affected.
(-fetch q ctx opts)
Fetch eagerly results executing query.
Fetch eagerly results executing query.
(-fetch-lazy q ctx opts)
Fetch lazy results executing query.
Fetch lazy results executing query.
A lightweight abstraction for access to the basic properties on the render/bind context instances.
A lightweight abstraction for access to the basic properties on the render/bind context instances.
(-inline? _)
Return true in case the context is setup for inline.
Return true in case the context is setup for inline.
(-next-bind-index _)
Get the next bind index (WARN: side effectful)
Get the next bind index (WARN: side effectful)
(-statement _)
Get the prepared statement if it is awailable.
Get the prepared statement if it is awailable.
A basic abstraction for adapt user defined types to work within suricatta.
A basic abstraction for adapt user defined types to work within suricatta.
(-bind _ ctx)
Bind param value to the prepared statement.
Bind param value to the prepared statement.
(-render _ ctx)
Render the value as sql.
Render the value as sql.
(-bind-values _)
Get query bind values.
Get query bind values.
(-sql _ type dialect)
Render a query sql into a string.
Render a query sql into a string.
An abstraction for handle the backward type conversion: from SQL->User.
An abstraction for handle the backward type conversion: from SQL->User.
(-convert _)
Convert sql type to user type.
Convert sql type to user type.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close