Liking cljdoc? Tell your friends :D

pickdict.dictionary

Dictionary operations for PickDict

Dictionary operations for PickDict
raw docstring

calculate-multiply-operationclj

(calculate-multiply-operation operands)

Calculate multiplication of multiple operands

Calculate multiplication of multiple operands
sourceraw docstring

calculate-sum-operationclj

(calculate-sum-operation field-value)

Calculate sum of field values

Calculate sum of field values
sourceraw docstring

create-dictionary-tableclj

(create-dictionary-table db dict-name)

Create a dictionary table for Pick/D3 field definitions

Create a dictionary table for Pick/D3 field definitions
sourceraw docstring

define-dictionary-fieldclj

(define-dictionary-field db
                         dict-name
                         field-key
                         field-type
                         position
                         conversion
                         description)

Define a field in a Pick/D3 dictionary

Define a field in a Pick/D3 dictionary
sourceraw docstring

evaluate-clojure-expressionclj

(evaluate-clojure-expression expression field-values)

Safely evaluate a Clojure expression in the context of record fields

Safely evaluate a Clojure expression in the context of record fields
sourceraw docstring

execute-lookupclj

(execute-lookup db table column id)

Execute a lookup query for translation fields

Execute a lookup query for translation fields
sourceraw docstring

get-all-dictionary-fieldsclj

(get-all-dictionary-fields db dict-name)

Get all dictionary fields for a table

Get all dictionary fields for a table
sourceraw docstring

get-dictionary-fieldclj

(get-dictionary-field db dict-name field-key)

Get a specific dictionary field

Get a specific dictionary field
sourceraw docstring

parse-dictionary-attributesclj

(parse-dictionary-attributes attributes-str)

Parse dictionary field attributes string

Parse dictionary field attributes string
sourceraw docstring

parse-lookup-valuesclj

(parse-lookup-values lookup-value)

Parse lookup values into a list

Parse lookup values into a list
sourceraw docstring

parse-translation-conversionclj

(parse-translation-conversion conversion)

Parse translation conversion string

Parse translation conversion string
sourceraw docstring

perform-lookupclj

(perform-lookup db table column id-value)

Perform a lookup for a single value

Perform a lookup for a single value
sourceraw docstring

translate-field-valueclj

(translate-field-value db lookup-value translation-config)

Translate a field value using lookup table

Translate a field value using lookup table
sourceraw docstring

translate-single-valueclj

(translate-single-value db value translation-config)

Translate a single value using lookup

Translate a single value using lookup
sourceraw docstring

cljdoc builds & hosts documentation for Clojure/Script libraries

Keyboard shortcuts
Ctrl+kJump to recent docs
Move to previous article
Move to next article
Ctrl+/Jump to the search field
× close