r8879: fix sequence, fix sqlite uffi, fix schema table
[clsql.git] / sql / package.lisp
index ef691b7f67b7771a2a9f7c092e23111b7c1f92bc..6bb1337d3bff4f71162ced46b57182e28049832f 100644 (file)
@@ -1,17 +1,16 @@
 ;;;; -*- Mode: LISP; Syntax: ANSI-Common-Lisp; Base: 10 -*-
-;;;; ======================================================================
-;;;; File:    package.lisp
-;;;; Authors: Marcus Pearce <m.t.pearce@city.ac.uk> 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)
 
        #:status                            ; database   xx
        #:with-database
        #:with-default-database
-       
+
+       ;; pool.lisp
+       #:disconnect-pooled
+
        ;; basic-sql.lisp
        #:query
        #:execute-command
    :database-attribute-type
 
    .
-   ;; Shared exports for re-export by USQL. 
+   ;; Shared exports for re-export by CLSQL. 
    ;; I = Implemented, D = Documented
    ;;  name                                 file       ID
    ;;====================================================
        . 
        #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
   (: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)