;;;; pgdb.import.scm - GENERATED BY CHICKEN 4.13.0 -*- Scheme -*-
(eval '(import
scheme
data-structures
chicken
commonmod
configfmod
margsmod
debugprint
srfi-1
srfi-69
typed-records
(prefix dbi dbi:)))
(##sys#register-compiled-module
'pgdb
(list)
'((pgdb:get-pg-lst . pgdb#pgdb:get-pg-lst)
(pgdb:get-history-hash . pgdb#pgdb:get-history-hash)
(pgdb:runs-to-hash . pgdb#pgdb:runs-to-hash)
(pgdb:coalesce-runs-by-slice . pgdb#pgdb:coalesce-runs-by-slice)
(pgdb:ordered-data->b-keys . pgdb#pgdb:ordered-data->b-keys)
(pgdb:ordered-data->a-keys . pgdb#pgdb:ordered-data->a-keys)
(pgdb:ordered-data->b-keys . pgdb#pgdb:ordered-data->b-keys)
(pgdb:ordered-data->a-keys . pgdb#pgdb:ordered-data->a-keys)
(pgdb:coalesce-runs1 . pgdb#pgdb:coalesce-runs1)
(pgdb:coalesce-runs . pgdb#pgdb:coalesce-runs)
(pgdb:mk-pattern . pgdb#pgdb:mk-pattern)
(pgdb:get-test-by-id . pgdb#pgdb:get-test-by-id)
(pgdb:get-runs-by-target . pgdb#pgdb:get-runs-by-target)
(pgdb:get-targets-of-type . pgdb#pgdb:get-targets-of-type)
(pgdb:get-targets . pgdb#pgdb:get-targets)
(pgdb:get-distict-target-slice3 . pgdb#pgdb:get-distict-target-slice3)
(pgdb:get-distict-target-slice . pgdb#pgdb:get-distict-target-slice)
(pgdb:get-target-types . pgdb#pgdb:get-target-types)
(pgdb:get-slice-cnt . pgdb#pgdb:get-slice-cnt)
(pgdb:get-count-data-stats-target-slice
.
pgdb#pgdb:get-count-data-stats-target-slice)
(pgdb:get-all-run-stats-target-slice
.
pgdb#pgdb:get-all-run-stats-target-slice)
(pgdb:get-run-stats-history-given-target
.
pgdb#pgdb:get-run-stats-history-given-target)
(pgdb:get-latest-run-cnt-by-pattern
.
pgdb#pgdb:get-latest-run-cnt-by-pattern)
(pgdb:get-count-data-stats-latest-pattern
.
pgdb#pgdb:get-count-data-stats-latest-pattern)
(pgdb:get-latest-run-cnt . pgdb#pgdb:get-latest-run-cnt)
(pgdb:get-count-data-stats-target-latest
.
pgdb#pgdb:get-count-data-stats-target-latest)
(pgdb:get-latest-run-stats-given-pattern
.
pgdb#pgdb:get-latest-run-stats-given-pattern)
(pgdb:get-latest-run-stats-given-target
.
pgdb#pgdb:get-latest-run-stats-given-target)
(pgdb:get-stats-given-target . pgdb#pgdb:get-stats-given-target)
(pgdb:get-stats-given-type-target . pgdb#pgdb:get-stats-given-type-target)
(pgdb:get-tests . pgdb#pgdb:get-tests)
(pgdb:update-test . pgdb#pgdb:update-test)
(pgdb:insert-test . pgdb#pgdb:insert-test)
(pgdb:get-test-last-update . pgdb#pgdb:get-test-last-update)
(pgdb:get-test-id . pgdb#pgdb:get-test-id)
(pgdb:update-test-data . pgdb#pgdb:update-test-data)
(pgdb:insert-test-data . pgdb#pgdb:insert-test-data)
(pgdb:get-test-data-last-update . pgdb#pgdb:get-test-data-last-update)
(pgdb:get-test-data-id . pgdb#pgdb:get-test-data-id)
(pgdb:update-test-step . pgdb#pgdb:update-test-step)
(pgdb:insert-test-step . pgdb#pgdb:insert-test-step)
(pgdb:get-test-step-last-update . pgdb#pgdb:get-test-step-last-update)
(pgdb:get-test-step-id . pgdb#pgdb:get-test-step-id)
(pgdb:insert-run . pgdb#pgdb:insert-run)
(pgdb:refresh-run-info . pgdb#pgdb:refresh-run-info)
(pgdb:get-run-info . pgdb#pgdb:get-run-info)
(pgdb:get-run-last-update . pgdb#pgdb:get-run-last-update)
(pgdb:get-run-id . pgdb#pgdb:get-run-id)
(pgdb:is-run-taged-with-a-tag . pgdb#pgdb:is-run-taged-with-a-tag)
(pgdb:is-area-taged-with-a-tag . pgdb#pgdb:is-area-taged-with-a-tag)
(pgdb:is-area-taged . pgdb#pgdb:is-area-taged)
(pgdb:insert-run-tag . pgdb#pgdb:insert-run-tag)
(pgdb:insert-area-tag . pgdb#pgdb:insert-area-tag)
(pgdb:insert-tag . pgdb#pgdb:insert-tag)
(pgdb:get-tag-info-by-name . pgdb#pgdb:get-tag-info-by-name)
(pgdb:get-ttype . pgdb#pgdb:get-ttype)
(pgdb:write-sync-time . pgdb#pgdb:write-sync-time)
(pgdb:get-area-by-path . pgdb#pgdb:get-area-by-path)
(pgdb:get-areas . pgdb#pgdb:get-areas)
(pgdb:add-area . pgdb#pgdb:add-area)
(alist->area . pgdb#alist->area)
(area->alist . pgdb#area->alist)
(update-area . pgdb#update-area)
(set-area! . pgdb#set-area!)
(make-area . pgdb#make-area)
(area-last-update . pgdb#area-last-update)
(area-last-update-set! . pgdb#area-last-update-set!)
(area-area-path . pgdb#area-area-path)
(area-area-path-set! . pgdb#area-area-path-set!)
(area-area-name . pgdb#area-area-name)
(area-area-name-set! . pgdb#area-area-name-set!)
(area-id . pgdb#area-id)
(area-id-set! . pgdb#area-id-set!)
(area? . pgdb#area?)
(make-area . pgdb#make-area)
(pgdb:open . pgdb#pgdb:open))
(list)
(list))
;; END OF FILE