annotate base/database/package.lisp @ 259:c4e9a7bb9897
change move-to-first-bar to return a constituent, not a list of events
author |
Jamie Forth <j.forth@gold.ac.uk> |
date |
Sat, 19 Mar 2011 18:50:24 +0000 |
parents |
6a3adca16910 |
children |
|
rev |
line source |
j@191
|
1 (cl:defpackage #:amuse-database-admin
|
j@191
|
2 (:use #:common-lisp #:amuse)
|
j@191
|
3 (:export #:connect-to-database ; database-connect
|
j@191
|
4 #:disconnect-from-database
|
j@191
|
5 #:*amuse-database*
|
j@191
|
6 #:make-db-option-file
|
j@216
|
7
|
j@251
|
8 #:list-collections ; generics
|
j@235
|
9 #:list-compositions
|
j@216
|
10
|
j@216
|
11 #:register-new-implementation ; implementation functions
|
j@216
|
12 #:implementation-package
|
j@216
|
13 #:implementation-namestring
|
j@191
|
14 ))
|