5a032897351c7ecc2b05382cf3a24b82ba723457
[clsql.git] / interfaces / oracle / oracle-package.cl
1 ;;; -*- Mode: Lisp -*-
2 ;;; $Id: oracle-package.cl,v 1.1 2002/05/13 03:52:24 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."))