Liking cljdoc? Tell your friends :D

asphalt.type


all-typemapclj

source

IConnectionSourcecljprotocol

create-connectionclj

(create-connection this)

Create connection from the source

Create connection from the source

obtain-connectionclj

(obtain-connection this)

Obtain connection from the source

Obtain connection from the source

return-connectionclj

(return-connection this connection)

Return connection to the source

Return connection to the source
source

ISqlSourcecljprotocol

get-sqlclj

(get-sql this params)

Return SQL string to be executed

Return SQL string to be executed

read-colclj

(read-col this result-set)

Read value column (column index is unspecified) from result-set

Read value column (column index is unspecified) from result-set

read-rowclj

(read-row this result-set column-count)

Read given number of columns (starting at 1) as a row

Read given number of columns (starting at 1) as a row

set-paramsclj

(set-params this prepared-stmt params)

Set prepared-statement params

Set prepared-statement params
source

ITransactionPropagationcljprotocol

commit-txnclj

(commit-txn this connection txn-context)

Commit current transaction

Commit current transaction

execute-txnclj

(execute-txn this connection-source txn-worker opts)

Execute (worker connection txn-context) in a transaction

Execute (worker connection txn-context) in a transaction

rollback-txnclj

(rollback-txn this connection txn-context)

Rollback current transaction

Rollback current transaction
source

multi-typemapclj

source

single-typemapclj

source

zero-typemapclj

source

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

× close