Version 4.0.5
[clsql/s11.git] / db-oracle / oracle-package.lisp
blob462c8589afbe3897afd037c9d8f7678acc09eb14
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 ;;;; *************************************************************************
17 (in-package #:cl-user)
19 (defpackage #:clsql-oracle
20 (:use #:common-lisp #:clsql-sys #:clsql-uffi)
21 (:export #:oracle-database
22 #:*oracle-server-version*
23 #:*oracle-so-load-path*
24 #:*oracle-so-libraries*)
25 (:documentation "This is the CLSQL interface to Oracle."))