Liking cljdoc? Tell your friends :D

suricatta.proto


IConnectionFactorycljprotocol

-connectionclj

(-connection _)

Create a jdbc connection.

Create a jdbc connection.
source

IContextHoldercljprotocol

-configclj

(-config _)

Get attached configuration.

Get attached configuration.

-contextclj

(-context _)

Get jooq context with attached configuration

Get jooq context with attached configuration
source

IExecutecljprotocol

-executeclj

(-execute q ctx)

Execute a query and return a number of rows affected.

Execute a query and return a number of rows affected.
source

IFetchcljprotocol

-fetchclj

(-fetch q ctx opts)

Fetch eagerly results executing query.

Fetch eagerly results executing query.
source

IFetchLazycljprotocol

-fetch-lazyclj

(-fetch-lazy q ctx opts)

Fetch lazy results executing query.

Fetch lazy results executing query.
source

IParamContextcljprotocol

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?clj

(-inline? _)

Return true in case the context is setup for inline.

Return true in case the context is setup for inline.

-next-bind-indexclj

(-next-bind-index _)

Get the next bind index (WARN: side effectful)

Get the next bind index (WARN: side effectful)

-statementclj

(-statement _)

Get the prepared statement if it is awailable.

Get the prepared statement if it is awailable.
sourceraw docstring

IParamTypecljprotocol

A basic abstraction for adapt user defined types to work within suricatta.

A basic abstraction for adapt user defined
types to work within suricatta.

-bindclj

(-bind _ ctx)

Bind param value to the prepared statement.

Bind param value to the prepared statement.

-renderclj

(-render _ ctx)

Render the value as sql.

Render the value as sql.
sourceraw docstring

IQuerycljprotocol

-queryclj

(-query _ ctx)

Build a query.

Build a query.
source

IRenderercljprotocol

-bind-valuesclj

(-bind-values _)

Get query bind values.

Get query bind values.

-sqlclj

(-sql _ type dialect)

Render a query sql into a string.

Render a query sql into a string.
source

ISQLTypecljprotocol

An abstraction for handle the backward type conversion: from SQL->User.

An abstraction for handle the backward type
conversion: from SQL->User.

-convertclj

(-convert _)

Convert sql type to user type.

Convert sql type to user type.
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close