X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;ds=sidebyside;f=sql%2Fpackage.lisp;h=bb76d3e51e71d6f9a69a8d8757894b9843fc127f;hb=ce0e343835a040406678dff74a62d1b0cb56f317;hp=5ee30377951fc3b5808271d91506b2c4e990144b;hpb=b3c7fcd23a62240f0f1deb0c4f895cbd981ef5f4;p=clsql.git diff --git a/sql/package.lisp b/sql/package.lisp index 5ee3037..bb76d3e 100644 --- a/sql/package.lisp +++ b/sql/package.lisp @@ -2,15 +2,15 @@ ;;;; ************************************************************************* ;;;; FILE IDENTIFICATION ;;;; -;;;; Name: package.cl +;;;; Name: package.lisp ;;;; Purpose: Package definition for CLSQL (high-level) interface ;;;; Programmers: Kevin M. Rosenberg based on ;;;; Original code by Pierre R. Mai ;;;; Date Started: Feb 2002 ;;;; -;;;; $Id: package.lisp,v 1.5 2003/07/23 19:33:38 kevin Exp $ +;;;; $Id$ ;;;; -;;;; This file, part of CLSQL, is Copyright (c) 2002 by Kevin M. Rosenberg +;;;; This file, part of CLSQL, is Copyright (c) 2002-2004 by Kevin M. Rosenberg ;;;; and Copyright (c) 1999-2001 by Pierre R. Mai ;;;; ;;;; CLSQL users are granted the rights to distribute and use this software @@ -76,14 +76,6 @@ )) (:export ;; sql.cl - #:*connect-if-exists* - #:connected-databases - #:*default-database* - #:find-database - #:connect - #:disconnect - #:query - #:execute-command #:map-query #:do-query #:for-each-row @@ -94,32 +86,12 @@ #:update-records #:with-database - ;; For High-level UncommonSQL compatibility - #:sql-ident - #:list-tables - #:list-attributes - #:attribute-type - #:create-sequence - #:drop-sequence - #:sequence-next - - ;; Pooled connections - #:disconnect-pooled - #:find-or-create-connection-pool - - ;; Transactions - #:with-transaction - #:commit-transaction - #:rollback-transaction - #:add-transaction-commit-hook - #:add-transaction-rollback-hook - ;; Large objects (Marc B) #:create-large-object #:write-large-object #:read-large-object #:delete-large-object - + . #1# )