Liking cljdoc? Tell your friends :D

drift-db-mysql.column


add-auto-incrementclj

(add-auto-increment column-desc column-map)

add-defaultclj

(add-default column-desc column-map)

add-lengthclj

(add-length column-desc column-map)

add-not-nullclj

(add-not-null column-desc column-map)

add-precisionclj

(add-precision column-desc column-map)

add-primary-keyclj

(add-primary-key column-desc column-map)

add-scaleclj

(add-scale column-desc column-map)

auto-increment-modclj

(auto-increment-mod column-spec)

Returns the primary key spec vector from the given mods map.

Returns the primary key spec vector from the given mods map.
raw docstring

backquoteclj

(backquote symbol-name)

Returns the given string surrounded by backquotes.

Returns the given string surrounded by backquotes.
raw docstring

column-nameclj

(column-name column)

Returns the given key or string as valid column name. Basically turns any keyword into a string, and replaces dashes with underscores.

Returns the given key or string as valid column name. Basically turns 
any keyword into a string, and replaces dashes with underscores.
raw docstring

column-name-keyclj

(column-name-key column-name)

Returns the given valid column name as a keyword. Basically turns any string into a keyword, and replaces underscores with dashes.

Returns the given valid column name as a keyword. Basically turns 
any string into a keyword, and replaces underscores with dashes.
raw docstring

column-spec-vecclj

(column-spec-vec column-spec)

create-columncljmultimethod


date-regexclj


date-time-regexclj


db-symbolclj

(db-symbol symbol-name)

Converts the given symbol-name which can be a string or keyword, and converts it to a proper database symbol.

Converts the given symbol-name which can be a string or keyword, and converts it to a proper database symbol.
raw docstring

DBTypecljprotocol

db-typeclj

(db-type column-spec)

Returns the type for the given column spec.

Returns the type for the given column spec.

decimal-regexclj


integer-db-typeclj

(integer-db-type column-spec)

integer-regexclj


is-date-columnclj

(is-date-column column-type)

is-date-time-columnclj

(is-date-time-column column-type)

is-decimal-columnclj

(is-decimal-column column-type)

is-integer-columnclj

(is-integer-column column-type)

is-string-columnclj

(is-string-column column-type)

is-text-columnclj

(is-text-column column-type)

is-time-columnclj

(is-time-column column-type)

not-null-modclj

(not-null-mod column-spec)

Returns the not null spec vector from the given mods map.

Returns the not null spec vector from the given mods map.
raw docstring

parse-columnclj

(parse-column column-desc)

parse-integer-lengthclj

(parse-integer-length column-type)

parse-lengthclj

(parse-length column-type)

parse-length-with-regexclj

(parse-length-with-regex column-type regex)
(parse-length-with-regex column-type regex length-group)

parse-precisionclj

(parse-precision column-type)

parse-scaleclj

(parse-scale column-type)

parse-string-lengthclj

(parse-string-length column-type)

parse-typeclj

(parse-type column-type)

primary-key-modclj

(primary-key-mod column-spec)

Returns the primary key spec vector from the given mods map.

Returns the primary key spec vector from the given mods map.
raw docstring

spec-column-nameclj

(spec-column-name column-spec)

Returns the column name from the given columns spec

Returns the column name from the given columns spec
raw docstring

spec-strclj

(spec-str spec)

spec-veccljmultimethod


text-regexclj


time-regexclj


type-vecclj

(type-vec column-spec)

varchar-regexclj

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

× close