Liking cljdoc? Tell your friends :D

clj-time.jdbc

clojure.java.jdbc protocol extensions supporting DateTime coercion.

To use in your project, just require the namespace:

=> (require 'clj-time.jdbc) nil

Doing so will extend the protocols defined by clojure.java.jdbc, which will cause java.sql.Timestamp objects in JDBC result sets to be coerced to org.joda.time.DateTime objects, and vice versa where java.sql.Timestamp objects would be required by JDBC.

clojure.java.jdbc protocol extensions supporting DateTime coercion.

To use in your project, just require the namespace:

  => (require 'clj-time.jdbc)
  nil

Doing so will extend the protocols defined by clojure.java.jdbc, which will
cause java.sql.Timestamp objects in JDBC result sets to be coerced to
org.joda.time.DateTime objects, and vice versa where java.sql.Timestamp
objects would be required by JDBC.
raw docstring

No vars found in this namespace.

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

× close