Mercurial > hg > amuse
view base/database/package.lisp @ 289:2519652145c3
Add function assigning a list of composition identifiers to a dataset.
Ignore-this: aa2078c1427801491a54d23ffca7da70
darcs-hash:20090716170022-16a00-d95599a9631d18530c0d0d51ef095133f9bbde5a.gz
author | j.forth <j.forth@gold.ac.uk> |
---|---|
date | Thu, 16 Jul 2009 18:00:22 +0100 |
parents | 00d35eb70ef9 |
children | 317fe3126c6c |
line wrap: on
line source
(cl:defpackage #:amuse-database-admin (:use #:common-lisp #:amuse) (:export #:connect-to-database ; database-connect #:disconnect-from-database #:*amuse-database* #:make-db-option-file #:make-new-dataset ; datasets-functions #:assign-composition-to-dataset #:get-dataset #:make-amuse-dataset-identifier #:make-composition-identifier ; generics #:register-new-implementation ; implementation functions #:implementation-package #:implementation-namestring ))