(create-form old-client form-map)
Create a new form defined by form-map.
Create a new form defined by form-map.
(create-print-form old-client form-map)
Create a new form defined by form-map and print it.
Create a new form defined by form-map and print it.
(delete-form old-client form-id)
Delete existing form with form-id.
Delete existing form with form-id.
(delete-print-form old-client form-id)
Delete existing form with form-id and print it.
Delete existing form with form-id and print it.
(fetch-form old-client form-id)
Fetch form with form-id from the OLD instance.
Fetch form with form-id from the OLD instance.
(fetch-forms old-client)
Fetch all forms from the OLD instance.
Fetch all forms from the OLD instance.
(fetch-print-form old-client form-id)
Fetch form with form-id from the OLD instance and print it.
Fetch form with form-id from the OLD instance and print it.
(fetch-print-forms old-client)
Fetch all forms from the OLD instance and pretty-print them to stdout.
Fetch all forms from the OLD instance and pretty-print them to stdout.
(search-forms old-client form-search)
Search over forms using form-search.
Search over forms using form-search.
(search-print-forms old-client form-search)
Search over forms using form-search and pretty-print them to stdout.
Search over forms using form-search and pretty-print them to stdout.
(update-form old-client form-id form-map)
Update existing form with form-id using form-map.
Update existing form with form-id using form-map.
(update-print-form old-client form-id form-map)
Update existing form with form-id using form-map and print it.
Update existing form with form-id using form-map and print it.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close