view base/database/package.lisp @ 330:2fbff655ba47 tip

Removed cpitch-adj and cents SQL columns
author Jeremy Gow <jeremy.gow@gmail.com>
date Mon, 21 Jan 2013 11:08:11 +0000
parents 7038c3dc0a5a
children 6a3adca16910
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
	   #:assign-compositions-to-dataset
	   #:make-composition-identifiers-from-file
	   #:get-dataset
 	   #:make-amuse-dataset-identifier

	   #:make-composition-identifier ; generics
	   #:list-collections
	   #:list-compositions

	   #:register-new-implementation ; implementation functions
	   #:implementation-package
	   #:implementation-namestring
	   ))