r9450: 22 May 2004 Kevin Rosenberg
[clsql.git] / db-odbc / odbc-package.lisp
index e70debe2b5c29c1be675967f65b4dc5afff8b45e..71cd96d7efc99058ad7ced7e2504e14bf37839d8 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
 ;;;;
@@ -27,6 +27,7 @@
      #:+null-ptr+
      #:+max-precision+
      #:*info-output*
+     #:*time-conversion-function*
      #:get-cast-long
      #:%free-statement
      #:%disconnect
@@ -63,6 +64,8 @@
      #:result-rows-count
      #:sql-to-c-type
      #:%list-tables
+     #:%table-statistics
+     #:%list-data-sources
      )
   (:documentation "This is the low-level interface ODBC."))