Liking cljdoc? Tell your friends :D

next.jdbc.types

Provides convenience functions for wrapping values you pass into SQL operations that have per-instance implementations of SettableParameter so that .setObject() is called with the appropriate java.sql.Types value.

Provides convenience functions for wrapping values you pass into SQL
operations that have per-instance implementations of `SettableParameter`
so that `.setObject()` is called with the appropriate `java.sql.Types` value.
raw docstring

as-arrayclj

(as-array obj)

Wrap a Clojure value in a thunk with metadata to implement set-parameter so that .setObject() is called with the java.sql.Types/ARRAY SQL type.

Wrap a Clojure value in a thunk with metadata to implement `set-parameter`
so that `.setObject()` is called with the `java.sql.Types/ARRAY` SQL type.
sourceraw docstring

as-bigintclj

(as-bigint obj)

Wrap a Clojure value in a thunk with metadata to implement set-parameter so that .setObject() is called with the java.sql.Types/BIGINT SQL type.

Wrap a Clojure value in a thunk with metadata to implement `set-parameter`
so that `.setObject()` is called with the `java.sql.Types/BIGINT` SQL type.
sourceraw docstring

as-binaryclj

(as-binary obj)

Wrap a Clojure value in a thunk with metadata to implement set-parameter so that .setObject() is called with the java.sql.Types/BINARY SQL type.

Wrap a Clojure value in a thunk with metadata to implement `set-parameter`
so that `.setObject()` is called with the `java.sql.Types/BINARY` SQL type.
sourceraw docstring

as-bitclj

(as-bit obj)

Wrap a Clojure value in a thunk with metadata to implement set-parameter so that .setObject() is called with the java.sql.Types/BIT SQL type.

Wrap a Clojure value in a thunk with metadata to implement `set-parameter`
so that `.setObject()` is called with the `java.sql.Types/BIT` SQL type.
sourceraw docstring

as-blobclj

(as-blob obj)

Wrap a Clojure value in a thunk with metadata to implement set-parameter so that .setObject() is called with the java.sql.Types/BLOB SQL type.

Wrap a Clojure value in a thunk with metadata to implement `set-parameter`
so that `.setObject()` is called with the `java.sql.Types/BLOB` SQL type.
sourceraw docstring

as-booleanclj

(as-boolean obj)

Wrap a Clojure value in a thunk with metadata to implement set-parameter so that .setObject() is called with the java.sql.Types/BOOLEAN SQL type.

Wrap a Clojure value in a thunk with metadata to implement `set-parameter`
so that `.setObject()` is called with the `java.sql.Types/BOOLEAN` SQL type.
sourceraw docstring

as-charclj

(as-char obj)

Wrap a Clojure value in a thunk with metadata to implement set-parameter so that .setObject() is called with the java.sql.Types/CHAR SQL type.

Wrap a Clojure value in a thunk with metadata to implement `set-parameter`
so that `.setObject()` is called with the `java.sql.Types/CHAR` SQL type.
sourceraw docstring

as-clobclj

(as-clob obj)

Wrap a Clojure value in a thunk with metadata to implement set-parameter so that .setObject() is called with the java.sql.Types/CLOB SQL type.

Wrap a Clojure value in a thunk with metadata to implement `set-parameter`
so that `.setObject()` is called with the `java.sql.Types/CLOB` SQL type.
sourceraw docstring

(as-datalink obj)

Wrap a Clojure value in a thunk with metadata to implement set-parameter so that .setObject() is called with the java.sql.Types/DATALINK SQL type.

Wrap a Clojure value in a thunk with metadata to implement `set-parameter`
so that `.setObject()` is called with the `java.sql.Types/DATALINK` SQL type.
sourceraw docstring

as-dateclj

(as-date obj)

Wrap a Clojure value in a thunk with metadata to implement set-parameter so that .setObject() is called with the java.sql.Types/DATE SQL type.

Wrap a Clojure value in a thunk with metadata to implement `set-parameter`
so that `.setObject()` is called with the `java.sql.Types/DATE` SQL type.
sourceraw docstring

as-decimalclj

(as-decimal obj)

Wrap a Clojure value in a thunk with metadata to implement set-parameter so that .setObject() is called with the java.sql.Types/DECIMAL SQL type.

Wrap a Clojure value in a thunk with metadata to implement `set-parameter`
so that `.setObject()` is called with the `java.sql.Types/DECIMAL` SQL type.
sourceraw docstring

as-distinctclj

(as-distinct obj)

Wrap a Clojure value in a thunk with metadata to implement set-parameter so that .setObject() is called with the java.sql.Types/DISTINCT SQL type.

Wrap a Clojure value in a thunk with metadata to implement `set-parameter`
so that `.setObject()` is called with the `java.sql.Types/DISTINCT` SQL type.
sourceraw docstring

as-doubleclj

(as-double obj)

Wrap a Clojure value in a thunk with metadata to implement set-parameter so that .setObject() is called with the java.sql.Types/DOUBLE SQL type.

Wrap a Clojure value in a thunk with metadata to implement `set-parameter`
so that `.setObject()` is called with the `java.sql.Types/DOUBLE` SQL type.
sourceraw docstring

as-floatclj

(as-float obj)

Wrap a Clojure value in a thunk with metadata to implement set-parameter so that .setObject() is called with the java.sql.Types/FLOAT SQL type.

Wrap a Clojure value in a thunk with metadata to implement `set-parameter`
so that `.setObject()` is called with the `java.sql.Types/FLOAT` SQL type.
sourceraw docstring

as-integerclj

(as-integer obj)

Wrap a Clojure value in a thunk with metadata to implement set-parameter so that .setObject() is called with the java.sql.Types/INTEGER SQL type.

Wrap a Clojure value in a thunk with metadata to implement `set-parameter`
so that `.setObject()` is called with the `java.sql.Types/INTEGER` SQL type.
sourceraw docstring

as-java-objectclj

(as-java-object obj)

Wrap a Clojure value in a thunk with metadata to implement set-parameter so that .setObject() is called with the java.sql.Types/JAVA_OBJECT SQL type.

Wrap a Clojure value in a thunk with metadata to implement `set-parameter`
so that `.setObject()` is called with the `java.sql.Types/JAVA_OBJECT` SQL type.
sourceraw docstring

as-longnvarcharclj

(as-longnvarchar obj)

Wrap a Clojure value in a thunk with metadata to implement set-parameter so that .setObject() is called with the java.sql.Types/LONGNVARCHAR SQL type.

Wrap a Clojure value in a thunk with metadata to implement `set-parameter`
so that `.setObject()` is called with the `java.sql.Types/LONGNVARCHAR` SQL type.
sourceraw docstring

as-longvarbinaryclj

(as-longvarbinary obj)

Wrap a Clojure value in a thunk with metadata to implement set-parameter so that .setObject() is called with the java.sql.Types/LONGVARBINARY SQL type.

Wrap a Clojure value in a thunk with metadata to implement `set-parameter`
so that `.setObject()` is called with the `java.sql.Types/LONGVARBINARY` SQL type.
sourceraw docstring

as-longvarcharclj

(as-longvarchar obj)

Wrap a Clojure value in a thunk with metadata to implement set-parameter so that .setObject() is called with the java.sql.Types/LONGVARCHAR SQL type.

Wrap a Clojure value in a thunk with metadata to implement `set-parameter`
so that `.setObject()` is called with the `java.sql.Types/LONGVARCHAR` SQL type.
sourceraw docstring

as-ncharclj

(as-nchar obj)

Wrap a Clojure value in a thunk with metadata to implement set-parameter so that .setObject() is called with the java.sql.Types/NCHAR SQL type.

Wrap a Clojure value in a thunk with metadata to implement `set-parameter`
so that `.setObject()` is called with the `java.sql.Types/NCHAR` SQL type.
sourceraw docstring

as-nclobclj

(as-nclob obj)

Wrap a Clojure value in a thunk with metadata to implement set-parameter so that .setObject() is called with the java.sql.Types/NCLOB SQL type.

Wrap a Clojure value in a thunk with metadata to implement `set-parameter`
so that `.setObject()` is called with the `java.sql.Types/NCLOB` SQL type.
sourceraw docstring

as-nullclj

(as-null obj)

Wrap a Clojure value in a thunk with metadata to implement set-parameter so that .setObject() is called with the java.sql.Types/NULL SQL type.

Wrap a Clojure value in a thunk with metadata to implement `set-parameter`
so that `.setObject()` is called with the `java.sql.Types/NULL` SQL type.
sourceraw docstring

as-numericclj

(as-numeric obj)

Wrap a Clojure value in a thunk with metadata to implement set-parameter so that .setObject() is called with the java.sql.Types/NUMERIC SQL type.

Wrap a Clojure value in a thunk with metadata to implement `set-parameter`
so that `.setObject()` is called with the `java.sql.Types/NUMERIC` SQL type.
sourceraw docstring

as-nvarcharclj

(as-nvarchar obj)

Wrap a Clojure value in a thunk with metadata to implement set-parameter so that .setObject() is called with the java.sql.Types/NVARCHAR SQL type.

Wrap a Clojure value in a thunk with metadata to implement `set-parameter`
so that `.setObject()` is called with the `java.sql.Types/NVARCHAR` SQL type.
sourceraw docstring

as-otherclj

(as-other obj)

Wrap a Clojure value in a thunk with metadata to implement set-parameter so that .setObject() is called with the java.sql.Types/OTHER SQL type.

Wrap a Clojure value in a thunk with metadata to implement `set-parameter`
so that `.setObject()` is called with the `java.sql.Types/OTHER` SQL type.
sourceraw docstring

as-realclj

(as-real obj)

Wrap a Clojure value in a thunk with metadata to implement set-parameter so that .setObject() is called with the java.sql.Types/REAL SQL type.

Wrap a Clojure value in a thunk with metadata to implement `set-parameter`
so that `.setObject()` is called with the `java.sql.Types/REAL` SQL type.
sourceraw docstring

as-refclj

(as-ref obj)

Wrap a Clojure value in a thunk with metadata to implement set-parameter so that .setObject() is called with the java.sql.Types/REF SQL type.

Wrap a Clojure value in a thunk with metadata to implement `set-parameter`
so that `.setObject()` is called with the `java.sql.Types/REF` SQL type.
sourceraw docstring

as-ref-cursorclj

(as-ref-cursor obj)

Wrap a Clojure value in a thunk with metadata to implement set-parameter so that .setObject() is called with the java.sql.Types/REF_CURSOR SQL type.

Wrap a Clojure value in a thunk with metadata to implement `set-parameter`
so that `.setObject()` is called with the `java.sql.Types/REF_CURSOR` SQL type.
sourceraw docstring

as-rowidclj

(as-rowid obj)

Wrap a Clojure value in a thunk with metadata to implement set-parameter so that .setObject() is called with the java.sql.Types/ROWID SQL type.

Wrap a Clojure value in a thunk with metadata to implement `set-parameter`
so that `.setObject()` is called with the `java.sql.Types/ROWID` SQL type.
sourceraw docstring

as-smallintclj

(as-smallint obj)

Wrap a Clojure value in a thunk with metadata to implement set-parameter so that .setObject() is called with the java.sql.Types/SMALLINT SQL type.

Wrap a Clojure value in a thunk with metadata to implement `set-parameter`
so that `.setObject()` is called with the `java.sql.Types/SMALLINT` SQL type.
sourceraw docstring

as-sqlxmlclj

(as-sqlxml obj)

Wrap a Clojure value in a thunk with metadata to implement set-parameter so that .setObject() is called with the java.sql.Types/SQLXML SQL type.

Wrap a Clojure value in a thunk with metadata to implement `set-parameter`
so that `.setObject()` is called with the `java.sql.Types/SQLXML` SQL type.
sourceraw docstring

as-structclj

(as-struct obj)

Wrap a Clojure value in a thunk with metadata to implement set-parameter so that .setObject() is called with the java.sql.Types/STRUCT SQL type.

Wrap a Clojure value in a thunk with metadata to implement `set-parameter`
so that `.setObject()` is called with the `java.sql.Types/STRUCT` SQL type.
sourceraw docstring

as-timeclj

(as-time obj)

Wrap a Clojure value in a thunk with metadata to implement set-parameter so that .setObject() is called with the java.sql.Types/TIME SQL type.

Wrap a Clojure value in a thunk with metadata to implement `set-parameter`
so that `.setObject()` is called with the `java.sql.Types/TIME` SQL type.
sourceraw docstring

as-time-with-timezoneclj

(as-time-with-timezone obj)

Wrap a Clojure value in a thunk with metadata to implement set-parameter so that .setObject() is called with the java.sql.Types/TIME_WITH_TIMEZONE SQL type.

Wrap a Clojure value in a thunk with metadata to implement `set-parameter`
so that `.setObject()` is called with the `java.sql.Types/TIME_WITH_TIMEZONE` SQL type.
sourceraw docstring

as-timestampclj

(as-timestamp obj)

Wrap a Clojure value in a thunk with metadata to implement set-parameter so that .setObject() is called with the java.sql.Types/TIMESTAMP SQL type.

Wrap a Clojure value in a thunk with metadata to implement `set-parameter`
so that `.setObject()` is called with the `java.sql.Types/TIMESTAMP` SQL type.
sourceraw docstring

as-timestamp-with-timezoneclj

(as-timestamp-with-timezone obj)

Wrap a Clojure value in a thunk with metadata to implement set-parameter so that .setObject() is called with the java.sql.Types/TIMESTAMP_WITH_TIMEZONE SQL type.

Wrap a Clojure value in a thunk with metadata to implement `set-parameter`
so that `.setObject()` is called with the `java.sql.Types/TIMESTAMP_WITH_TIMEZONE` SQL type.
sourceraw docstring

as-tinyintclj

(as-tinyint obj)

Wrap a Clojure value in a thunk with metadata to implement set-parameter so that .setObject() is called with the java.sql.Types/TINYINT SQL type.

Wrap a Clojure value in a thunk with metadata to implement `set-parameter`
so that `.setObject()` is called with the `java.sql.Types/TINYINT` SQL type.
sourceraw docstring

as-varbinaryclj

(as-varbinary obj)

Wrap a Clojure value in a thunk with metadata to implement set-parameter so that .setObject() is called with the java.sql.Types/VARBINARY SQL type.

Wrap a Clojure value in a thunk with metadata to implement `set-parameter`
so that `.setObject()` is called with the `java.sql.Types/VARBINARY` SQL type.
sourceraw docstring

as-varcharclj

(as-varchar obj)

Wrap a Clojure value in a thunk with metadata to implement set-parameter so that .setObject() is called with the java.sql.Types/VARCHAR SQL type.

Wrap a Clojure value in a thunk with metadata to implement `set-parameter`
so that `.setObject()` is called with the `java.sql.Types/VARCHAR` SQL type.
sourceraw docstring

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

× close