X-Git-Url: http://git.kpe.io/?p=umlisp.git;a=blobdiff_plain;f=sql.lisp;h=e7ee3a469814000d67ae3b8f8487a11b11ffaf74;hp=7e5ce8892f1e5d61c17b964c8711b2819cfce680;hb=bfdd5c9d3d66970759fcdbee5a51da2ca93ddf06;hpb=c9b360e8ceb124257024acc187024e4b232423c6 diff --git a/sql.lisp b/sql.lisp index 7e5ce88..e7ee3a4 100644 --- a/sql.lisp +++ b/sql.lisp @@ -1,11 +1,24 @@ -;;;; -*- Mode: LISP; Syntax: Common-Lisp; Base: 10; Pkg: umlisp -*- -;; SQL/UMLS database Layer over database backend -;; Copyright (c) 2001 Kevin M. Rosenberg, M.D. -;; $Id: sql.lisp,v 1.2 2002/10/08 22:13:41 kevin Exp $ +;;;; -*- Mode: Lisp; Syntax: ANSI-Common-Lisp; Base: 10; Package: umlisp -*- +;;;; ************************************************************************* +;;;; FILE IDENTIFICATION +;;;; +;;;; Name: sql.lisp +;;;; Purpose: Low-level SQL routines data for UMLisp +;;;; Programmer: Kevin M. Rosenberg +;;;; Date Started: Apr 2000 +;;;; +;;;; $Id: sql.lisp,v 1.3 2002/10/09 23:03:41 kevin Exp $ +;;;; +;;;; This file, part of UMLisp, is +;;;; Copyright (c) 2000-2002 by Kevin M. Rosenberg, M.D. +;;;; +;;;; UMLisp users are granted the rights to distribute and use this software +;;;; as governed by the terms of the GNU General Public License. +;;;; ************************************************************************* (in-package :umlisp) +(declaim (optimize (speed 3) (safety 1) (compilation-speed 0) (debug 3))) -(declaim (optimize (speed 1) (safety 3))) (defvar *umls-sql-dsn* "KUMLS2002AC") (defun umls-sql-dsn ()