X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=db-oracle%2Foracle-package.lisp;fp=db-oracle%2Foracle-package.lisp;h=2d78a05471b212d1fd2aa4bf5aed9c2a6d525268;hb=7d50938ba2db52a713498e49aa1679deae6f0b6b;hp=0000000000000000000000000000000000000000;hpb=998937376fa6f9ce29bd3c7954fb0ebca91c37d7;p=clsql.git diff --git a/db-oracle/oracle-package.lisp b/db-oracle/oracle-package.lisp new file mode 100644 index 0000000..2d78a05 --- /dev/null +++ b/db-oracle/oracle-package.lisp @@ -0,0 +1,14 @@ +;;; -*- Mode: Lisp -*- +;;; $Id: oracle-package.lisp,v 1.1 2002/09/30 10:19:23 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."))