Liking cljdoc? Tell your friends :D

toucan2.jdbc.result-set


get-object-of-class-thunkclj

(get-object-of-class-thunk rset i klass)
source

index-rangeclj

(index-range rsmeta)

Return a sequence of indecies for all the columns in a result set. (ResultSet column indecies start at one in an effort to trip up developers.)

Return a sequence of indecies for all the columns in a result set. (`ResultSet` column indecies start at one in an
effort to trip up developers.)
sourceraw docstring

read-column-thunkclj

(read-column-thunk conn model rset rsmeta i)

Return a zero-arg function that, when called, will fetch the value of the column from the current row.

Return a zero-arg function that, when called, will fetch the value of the column from the current row.
sourceraw docstring

read-column-thunk-primary-method-pg-connection-class-default-Types-TIMESTAMPclj

(read-column-thunk-primary-method-pg-connection-class-default-Types-TIMESTAMP
  next-method
  _conn
  _model
  rset
  rsmeta
  i)
source

reducible-result-setclj

(reducible-result-set conn model rset)
source

row-thunkclj

(row-thunk conn model rset)

Return a thunk that when called fetched the current row from the cursor and returns it as a [[row-instance]].

Return a thunk that when called fetched the current row from the cursor and returns it as a [[row-instance]].
sourceraw docstring

type-nameclj

Map of java.sql.Types enum integers (e.g. java.sql.Types/FLOAT, whose value is 6) to the string type name e.g. FLOAT.

(type-name java.sql.Types/FLOAT) -> (type-name 6) -> "FLOAT"
Map of `java.sql.Types` enum integers (e.g. `java.sql.Types/FLOAT`, whose value is `6`) to the string type name e.g.
`FLOAT`.

```clj
(type-name java.sql.Types/FLOAT) -> (type-name 6) -> "FLOAT"
```
sourceraw docstring

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

× close