Skip to content

Instantly share code, notes, and snippets.

@jebberjeb
Created October 27, 2013 03:21
Show Gist options
  • Save jebberjeb/7177648 to your computer and use it in GitHub Desktop.
Save jebberjeb/7177648 to your computer and use it in GitHub Desktop.
(ns test-app.core
(:require [clojure.pprint :refer [pprint]]))
(->> java.sql.ResultSet
(.getMethods)
(map method-sig)
(pprint))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment