view bindings/sb-alien/package.lisp @ 695:01e25f938b63

simplify sample code slightly Now there are two bits that are exactly the same as audiodb_query_spec(). They should be merged with the query code.
author mas01cr
date Thu, 22 Apr 2010 21:03:59 +0000
parents 368c8c72e723
children
line wrap: on
line source
(cl:defpackage "SB-ADB"
  (:use "CL" "SB-ALIEN")
  (:export
   ;; classes, constructors and accessors
   "ADB" "WITH-ADB"
   "DATUM" "MAKE-DATUM" "DATUM-KEY" "DATUM-DATA" "DATUM-TIMES" "DATUM-POWER"
   "RESULT" "RESULT-KEY" "RESULT-DISTANCE" "RESULT-QPOS" "RESULT-IPOS"
   "RESULTS"
   ;; functions
   "OPEN" "CLOSE" "INSERT" "RETRIEVE" "QUERY" "LISZT")
  (:shadow "OPEN" "CLOSE"))