X-Git-Url: http://git.kpe.io/?p=clsql.git;a=blobdiff_plain;f=db-odbc%2Fodbc-package.lisp;h=baedbedd0c7eb6406efb8174efffeaf8a7bfcb6b;hp=3c22c8ba05ff894794d4b1938c3d31ecae8af940;hb=d9f41af62750c622945bb17b622a39689ee5b840;hpb=53d82f855034e08c128c1f29ac905c0897a01480 diff --git a/db-odbc/odbc-package.lisp b/db-odbc/odbc-package.lisp index 3c22c8b..baedbed 100644 --- a/db-odbc/odbc-package.lisp +++ b/db-odbc/odbc-package.lisp @@ -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 @@ -58,11 +59,11 @@ #: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."))