Remove CVS $Id$ keyword
[clsql.git] / db-odbc / odbc-package.lisp
index 583d9a76dbc5d98fec24f2f9aa7f7ee900603fca..cc91f6f56796c5ff7d622138528d4d52308c79d1 100644 (file)
@@ -7,8 +7,6 @@
 ;;;; Author:   Kevin M. Rosenberg
 ;;;; Created:  April 2004
 ;;;;
-;;;; $Id: odbc-package.lisp 7061 2003-09-07 06:34:45Z kevin $
-;;;;
 ;;;; This file, part of CLSQL, is Copyright (c) 2004 by Kevin M. Rosenberg
 ;;;;
 ;;;; CLSQL users are granted the rights to distribute and use this software
@@ -20,7 +18,7 @@
 
 (defpackage #:odbc
   (:use #:cl #:uffi)
-  (:export 
+  (:export
      #:database-library-loaded
 
      #:*null*
@@ -39,6 +37,7 @@
      #:%new-db-connection-handle
      #:%new-environment-handle
      #:%sql-connect
+     #:%sql-driver-connect
      #:disable-autocommit
      #:enable-autocommit
      #:%sql-free-environment
@@ -59,7 +58,6 @@
      #:query-database
      #:%new-statement-handle
      #:%sql-exec-direct
-     #:%put-str
      #:result-columns-count
      #:result-rows-count
      #:sql-to-c-type