r10077: * multiple: Apply patch from Joerg Hoehle with multiple
[clsql.git] / db-odbc / odbc-package.lisp
index ce96084beaec1a9227fbc308c07d779978ee41dd..baedbedd0c7eb6406efb8174efffeaf8a7bfcb6b 100644 (file)
@@ -7,7 +7,7 @@
 ;;;; Author:   Kevin M. Rosenberg
 ;;;; Created:  April 2004
 ;;;;
-;;;; $Id: odbc-package.lisp 7061 2003-09-07 06:34:45Z kevin $
+;;;; $Id$
 ;;;;
 ;;;; This file, part of CLSQL, is Copyright (c) 2004 by Kevin M. Rosenberg
 ;;;;
      #:database-library-loaded
 
      #:*null*
-     #:*trace-sql*
+     #:+null-ptr+
      #:+max-precision+
+     #:*info-output*
+     #:*time-conversion-function*
      #:get-cast-long
      #:%free-statement
      #:%disconnect
@@ -39,7 +41,6 @@
      #:%sql-connect
      #:disable-autocommit
      #:enable-autocommit
-     #:%null-ptr
      #:%sql-free-environment
      #:%sql-data-sources
      #:%sql-get-info
      #:query-database
      #:%new-statement-handle
      #:%sql-exec-direct
-     #:%put-str
      #:result-columns-count
+     #:result-rows-count
      #:sql-to-c-type
+     #:%list-tables
+     #:%table-statistics
+     #:%list-data-sources
      )
   (:documentation "This is the low-level interface ODBC."))