X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=db-oracle%2Foracle-package.cl;fp=db-oracle%2Foracle-package.cl;h=ef25caf9353846b71faf0794ca16d808722b9663;hb=7b296f477e74a6db6e319e6cb6dff16be44e6a60;hp=0000000000000000000000000000000000000000;hpb=b0770ce015dd263398ea13f1df810173574a6752;p=clsql.git diff --git a/db-oracle/oracle-package.cl b/db-oracle/oracle-package.cl new file mode 100644 index 0000000..ef25caf --- /dev/null +++ b/db-oracle/oracle-package.cl @@ -0,0 +1,14 @@ +;;; -*- Mode: Lisp -*- +;;; $Id: oracle-package.cl,v 1.1 2002/09/18 07:43:41 kevin Exp $ +;;; +;;; This is copyrighted software. See documentation for terms. + +(in-package :cl-user) + +(defpackage :clsql-oracle + (:nicknames :oracle) + (:use :common-lisp :clsql-sys "ALIEN" "C-CALL" "SYSTEM") + (:export #:oracle-database + #:*oracle-so-load-path* + #:*oracle-so-libraries*) + (:documentation "This is the CLSQL interface to Oracle."))