Mercurial > hg > amuse
comparison base/database/package.lisp @ 251:6a3adca16910
Refactor dataset stuff out of amuse-database-admin, and add midifile-dataset.
author | Jamie Forth <j.forth@gold.ac.uk> |
---|---|
date | Thu, 24 Feb 2011 11:23:18 +0000 |
parents | ea45a3d0730c |
children |
comparison
equal
deleted
inserted
replaced
250:b3260d1d2419 | 251:6a3adca16910 |
---|---|
3 (:export #:connect-to-database ; database-connect | 3 (:export #:connect-to-database ; database-connect |
4 #:disconnect-from-database | 4 #:disconnect-from-database |
5 #:*amuse-database* | 5 #:*amuse-database* |
6 #:make-db-option-file | 6 #:make-db-option-file |
7 | 7 |
8 #:make-new-dataset ; datasets-functions | 8 #:list-collections ; generics |
9 #:assign-composition-to-dataset | |
10 #:assign-compositions-to-dataset | |
11 #:make-composition-identifiers-from-file | |
12 #:get-dataset | |
13 #:make-amuse-dataset-identifier | |
14 | |
15 #:make-composition-identifier ; generics | |
16 #:list-collections | |
17 #:list-compositions | 9 #:list-compositions |
18 | 10 |
19 #:register-new-implementation ; implementation functions | 11 #:register-new-implementation ; implementation functions |
20 #:implementation-package | 12 #:implementation-package |
21 #:implementation-namestring | 13 #:implementation-namestring |