X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=db-odbc%2Fodbc-package.lisp;h=40214eb795d4a8a41955825290dc25ad2cc66c33;hb=8b84dd8066b5792cdc5b9570a60fb72c278da677;hp=71cd96d7efc99058ad7ced7e2504e14bf37839d8;hpb=5148be446aee32ec705beac3fbba35f499df4fd4;p=clsql.git diff --git a/db-odbc/odbc-package.lisp b/db-odbc/odbc-package.lisp index 71cd96d..40214eb 100644 --- a/db-odbc/odbc-package.lisp +++ b/db-odbc/odbc-package.lisp @@ -7,8 +7,6 @@ ;;;; Author: Kevin M. Rosenberg ;;;; Created: April 2004 ;;;; -;;;; $Id$ -;;;; ;;;; This file, part of CLSQL, is Copyright (c) 2004 by Kevin M. Rosenberg ;;;; ;;;; CLSQL users are granted the rights to distribute and use this software @@ -20,14 +18,14 @@ (defpackage #:odbc (:use #:cl #:uffi) - (:export + (:export #:database-library-loaded #:*null* #:+null-ptr+ #:+max-precision+ #:*info-output* - #:*time-conversion-function* + #:*time-format* #:get-cast-long #:%free-statement #:%disconnect @@ -39,6 +37,7 @@ #:%new-db-connection-handle #:%new-environment-handle #:%sql-connect + #:%sql-driver-connect #:disable-autocommit #:enable-autocommit #:%sql-free-environment @@ -59,7 +58,6 @@ #:query-database #:%new-statement-handle #:%sql-exec-direct - #:%put-str #:result-columns-count #:result-rows-count #:sql-to-c-type