22314a264d3cc7d9afabd2cb74dc37d553c28b70
[clsql.git] / db-oracle / oracle-package.lisp
1 ;;;; -*- Mode: LISP; Syntax: ANSI-Common-Lisp; Base: 10 -*-
2 ;;;; *************************************************************************
3 ;;;; FILE IDENTIFICATION
4 ;;;;
5 ;;;; Name:          oracle-package.cl
6 ;;;; Purpose:       Package definition for CLSQL Oracle interface
7 ;;;;
8 ;;;; $Id$
9 ;;;;
10 ;;;; This file is part of CLSQL.
11 ;;;;
12 ;;;; CLSQL users are granted the rights to distribute and use this software
13 ;;;; as governed by the terms of the Lisp Lesser GNU Public License
14 ;;;; (http://opensource.franz.com/preamble.html), also known as the LLGPL.
15 ;;;; *************************************************************************
16
17 (in-package #:cl-user)
18
19 (defpackage #:clsql-oracle
20   (:use #:common-lisp #:clsql-base)
21   (:export #:oracle-database
22            #:*oracle-so-load-path*
23            #:*oracle-so-libraries*)
24   (:documentation "This is the CLSQL interface to Oracle."))