X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=interfaces%2Foracle%2Foracle-package.cl;h=9dd43b0e6b7f0abaed67d1c15ac87c847510a2cd;hb=6357081d09842a2f08efcfb22f815d008408f017;hp=5a032897351c7ecc2b05382cf3a24b82ba723457;hpb=14a0957718757b2b08ca6d901fbb935f1d67939d;p=clsql.git diff --git a/interfaces/oracle/oracle-package.cl b/interfaces/oracle/oracle-package.cl index 5a03289..9dd43b0 100644 --- a/interfaces/oracle/oracle-package.cl +++ b/interfaces/oracle/oracle-package.cl @@ -1,18 +1,14 @@ ;;; -*- Mode: Lisp -*- -;;; $Id: oracle-package.cl,v 1.1 2002/05/13 03:52:24 kevin Exp $ +;;; $Id: oracle-package.cl,v 1.2 2002/05/13 03:57:09 kevin Exp $ ;;; -;;; MaiSQL --- Common Lisp Interface Layer to SQL Databases ;;; This is copyrighted software. See documentation for terms. -;;; -;;; oracle-package.lisp --- Package definition for the Oracle interface -;;; (in-package :cl-user) -(defpackage "MAISQL-ORACLE" - (:nicknames "ORACLE") - (:use "COMMON-LISP" "MAISQL-SYS" "ALIEN" "C-CALL" "SYSTEM") - (:export "ORACLE-DATABASE" - "*ORACLE-SO-LOAD-PATH*" - "*ORACLE-SO-LIBRARIES*") - (:documentation "This is the MaiSQL interface to Oracle.")) +(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."))