dragon.data.sources.core

Documentation forthcoming

DBConnector

protocol

members

add-connection

(add-connection this)

execute-db-command!

(execute-db-command! this)

remove-connection

(remove-connection this)

setup-schema

(setup-schema this)

setup-subscribers

(setup-subscribers this)

DBQuerier

protocol

members

cmd

(cmd this args)

get-all-authors

(get-all-authors this)

get-all-categories

(get-all-categories this)

get-all-data

(get-all-data this post-key)

get-all-metadata

(get-all-metadata this)

get-all-stats

(get-all-stats this)

get-all-tags

(get-all-tags this)

get-category-freqs

(get-category-freqs this)

get-category-max-count

(get-category-max-count this)

get-category-stats

(get-category-stats this)

get-category-totals

(get-category-totals this)

get-first-n-keys

(get-first-n-keys this n)(get-first-n-keys this offset n)

get-keys

(get-keys this)

get-last-n-keys

(get-last-n-keys this n)(get-last-n-keys this offset n)

get-n-keys

(get-n-keys this n order)(get-n-keys this offset n order)

get-post-category

(get-post-category this post-key)

get-post-checksum

(get-post-checksum this post-key)

get-post-content

(get-post-content this post-key)

get-post-content-source

(get-post-content-source this post-key)

get-post-dates

(get-post-dates this post-key)

get-post-excerpts

(get-post-excerpts this post-key)

get-post-metadata

(get-post-metadata this post-key)

get-post-stats

(get-post-stats this post-key)

get-post-tags

(get-post-tags this post-key)

get-post-uri-path

(get-post-uri-path this post-key)

get-raw

(get-raw this any-key)

get-tag-freqs

(get-tag-freqs this)

get-tag-max-count

(get-tag-max-count this)

get-tag-stats

(get-tag-stats this)

get-tag-totals

(get-tag-totals this)

get-text-stats

(get-text-stats this)

get-total-char-count

(get-total-char-count this)

get-total-line-count

(get-total-line-count this)

get-total-word-count

(get-total-word-count this)

post-changed?

(post-changed? this post-key checksum)

set-all-checksums

(set-all-checksums this value)

set-all-data

(set-all-data this post-key post-data)

set-category-stats

(set-category-stats this data)

set-keys

(set-keys this post-keys)

set-post-category

(set-post-category this post-key value)

set-post-checksum

(set-post-checksum this post-key value)

set-post-content

(set-post-content this post-key value)

set-post-content-source

(set-post-content-source this post-key value)

set-post-dates

(set-post-dates this post-key value)

set-post-excerpts

(set-post-excerpts this post-key value)

set-post-metadata

(set-post-metadata this post-key value)

set-post-stats

(set-post-stats this post-key value)

set-post-tags

(set-post-tags this post-key value)

set-post-uri-path

(set-post-uri-path this post-key value)

set-tag-stats

(set-tag-stats this data)

set-text-stats

(set-text-stats this data)

new-connector

(new-connector component)

Documentation forthcoming

new-querier

(new-querier component conn)

Documentation forthcoming