Liking cljdoc? Tell your friends :D

drift-db-mysql.flavor


convert-selectclj

(convert-select select-or-list)

convert-whereclj

(convert-where where-or-record)

create-datasourceclj

(create-datasource connection-url)
(create-datasource connection-url username password)

Returns an mysql datasource for a .

Returns an mysql datasource for a .
raw docstring

limit-clauseclj

(limit-clause select-map)

Returns the limit clause for a select statement.

Returns the limit clause for a select statement.
raw docstring

map-order-clauseclj

(map-order-clause clause)

mysql-flavorclj

(mysql-flavor username password dbname)
(mysql-flavor username password dbname host)

offset-clauseclj

(offset-clause select-map)

Returns the offset clause for a select statement.

Returns the offset clause for a select statement.
raw docstring

order-clauseclj

(order-clause select-map)

Returns the offset clause for a select statement.

Returns the offset clause for a select statement.
raw docstring

order-strclj

(order-str clause)

pair-to-equalsclj

(pair-to-equals pair)

record-to-and-callclj

(record-to-and-call record)

select-clauseclj

(select-clause select-map)

Returns the columns to return for a select statement.

Returns the columns to return for a select statement.
raw docstring

table-nameclj

(table-name table)

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

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

where-clauseclj

(where-clause select-map)

Returns where clause for a select statement.

Returns where clause for a select statement.
raw docstring

where-valuesclj

(where-values select-map)

Returns where values for a select statement.

Returns where values for a select statement.
raw docstring

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

× close