r2914: rename .cl files
[clsql.git] / db-oracle / oracle-package.lisp
1 ;;; -*- Mode: Lisp -*-
2 ;;; $Id: oracle-package.lisp,v 1.1 2002/09/30 10:19:23 kevin Exp $
3 ;;;
4 ;;; This is copyrighted software.  See documentation for terms.
5
6 (in-package :cl-user)
7
8 (defpackage :clsql-oracle
9   (:nicknames :oracle)
10   (:use :common-lisp :clsql-sys "ALIEN" "C-CALL" "SYSTEM")
11   (:export #:oracle-database
12            #:*oracle-so-load-path*
13            #:*oracle-so-libraries*)
14   (:documentation "This is the CLSQL interface to Oracle."))