r9014: odbc backend now working on allegro and lispworks
[clsql.git] / db-odbc / odbc-package.lisp
index ce96084beaec1a9227fbc308c07d779978ee41dd..e70debe2b5c29c1be675967f65b4dc5afff8b45e 100644 (file)
@@ -24,8 +24,9 @@
      #:database-library-loaded
 
      #:*null*
-     #:*trace-sql*
+     #:+null-ptr+
      #:+max-precision+
+     #:*info-output*
      #:get-cast-long
      #:%free-statement
      #:%disconnect
@@ -39,7 +40,6 @@
      #:%sql-connect
      #:disable-autocommit
      #:enable-autocommit
-     #:%null-ptr
      #:%sql-free-environment
      #:%sql-data-sources
      #:%sql-get-info
@@ -60,7 +60,9 @@
      #:%sql-exec-direct
      #:%put-str
      #:result-columns-count
+     #:result-rows-count
      #:sql-to-c-type
+     #:%list-tables
      )
   (:documentation "This is the low-level interface ODBC."))