r1713: *** empty log message ***
[clsql.git] / interfaces / oracle / oracle-package.lisp
1 ;;; -*- Mode: Lisp -*-
2 ;;; $Id: oracle-package.lisp,v 1.1 2002/04/01 05:27:55 kevin Exp $
3 ;;;
4 ;;; MaiSQL --- Common Lisp Interface Layer to SQL Databases
5 ;;; This is copyrighted software.  See documentation for terms.
6 ;;; 
7 ;;; oracle-package.lisp --- Package definition for the Oracle interface
8 ;;; 
9
10 (in-package :cl-user)
11
12 (defpackage "MAISQL-ORACLE"
13   (:nicknames "ORACLE")
14   (:use "COMMON-LISP" "MAISQL-SYS" "ALIEN" "C-CALL" "SYSTEM")
15   (:export "ORACLE-DATABASE"
16            "*ORACLE-SO-LOAD-PATH*"
17            "*ORACLE-SO-LIBRARIES*")
18   (:documentation "This is the MaiSQL interface to Oracle."))