X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=db-odbc%2Fodbc-package.lisp;h=baedbedd0c7eb6406efb8174efffeaf8a7bfcb6b;hb=e7d3c396e803dc0dcc5acb773de5c872568c66e3;hp=e70debe2b5c29c1be675967f65b4dc5afff8b45e;hpb=d0f147d0e7d942b379bd7cd472f26b00c33916bc;p=clsql.git diff --git a/db-odbc/odbc-package.lisp b/db-odbc/odbc-package.lisp index e70debe..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,12 @@ #: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."))