annotate base/database/package.lisp @ 296:68aadc4eb96d

add chromatic-pitch reader method Ignore-this: 1aba35b7d196e0994a817609337746e1 darcs-hash:20090828145217-16a00-312e63170f50f0bf2834b8959a72e5c857cba9b8.gz
author j.forth <j.forth@gold.ac.uk>
date Fri, 28 Aug 2009 15:52:17 +0100
parents ced696bd9871
children ea45a3d0730c
rev   line source
j@279 1 (cl:defpackage #:amuse-database-admin
j@279 2 (:use #:common-lisp #:amuse)
j@279 3 (:export #:connect-to-database ; database-connect
j@279 4 #:disconnect-from-database
j@279 5 #:*amuse-database*
j@279 6 #:make-db-option-file
j@287 7
j@287 8 #:make-new-dataset ; datasets-functions
j@287 9 #:assign-composition-to-dataset
j@295 10 #:assign-compositions-to-dataset
j@295 11 #:make-composition-identifiers-from-file
j@287 12 #:get-dataset
j@287 13 #:make-amuse-dataset-identifier
j@287 14
j@287 15 #:make-composition-identifier ; generics
j@287 16
j@287 17 #:register-new-implementation ; implementation functions
j@287 18 #:implementation-package
j@287 19 #:implementation-namestring
j@279 20 ))