X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=sql%2Fpackage.lisp;h=6bb1337d3bff4f71162ced46b57182e28049832f;hb=8b04a5bd96195c55a77192910bba6b06ff5bab78;hp=ef691b7f67b7771a2a9f7c092e23111b7c1f92bc;hpb=a4449b6f1b9fb2471da255fc506bcad6f8feb220;p=clsql.git diff --git a/sql/package.lisp b/sql/package.lisp index ef691b7..6bb1337 100644 --- a/sql/package.lisp +++ b/sql/package.lisp @@ -1,17 +1,16 @@ ;;;; -*- Mode: LISP; Syntax: ANSI-Common-Lisp; Base: 10 -*- -;;;; ====================================================================== -;;;; File: package.lisp -;;;; Authors: Marcus Pearce and Kevin Rosenberg -;;;; Created: 30/03/2004 -;;;; Updated: $Id: $ -;;;; ====================================================================== +;;;; ************************************************************************* ;;;; -;;;; Description ========================================================== -;;;; ====================================================================== +;;;; $Id$ ;;;; -;;;; Package definitions for CLSQL-USQL. +;;;; Package definitions for CLSQL. ;;;; -;;;; ====================================================================== +;;;; This file is part of CLSQL. +;;;; +;;;; CLSQL users are granted the rights to distribute and use this software +;;;; as governed by the terms of the Lisp Lesser GNU Public License +;;;; (http://opensource.franz.com/preamble.html), also known as the LLGPL. +;;;; ************************************************************************* (in-package #:cl-user) @@ -185,7 +184,10 @@ #:status ; database xx #:with-database #:with-default-database - + + ;; pool.lisp + #:disconnect-pooled + ;; basic-sql.lisp #:query #:execute-command @@ -252,7 +254,7 @@ :database-attribute-type . - ;; Shared exports for re-export by USQL. + ;; Shared exports for re-export by CLSQL. ;; I = Implemented, D = Documented ;; name file ID ;;==================================================== @@ -388,7 +390,7 @@ . #1# )) - (:documentation "This is the INTERNAL SQL-Interface package of USQL.")) + (:documentation "This is the INTERNAL SQL-Interface package of CLSQL.")) ;; see http://thread.gmane.org/gmane.lisp.lispworks.general/681 @@ -400,7 +402,7 @@ (:use #:common-lisp) (:import-from :clsql-sys . #2#) (:export . #2#) - (:documentation "This is the SQL-Interface package of USQL.")) + (:documentation "This is the SQL-Interface package of CLSQL.")) ;; This is from USQL's pcl-patch #+(or clsql-sbcl-pcl clsql-cmucl-pcl)