r10922: 03 May 2006 Kevin Rosenberg <kevin@rosenberg.net>
[clsql/s11.git] / db-db2 / db2-package.lisp
blob9ca09848bae785ef2e5c5c7d5a7349efa4fdb47d
1 ;;;; -*- Mode: LISP; Syntax: ANSI-Common-Lisp; Base: 10 -*-
2 ;;;; *************************************************************************
3 ;;;; FILE IDENTIFICATION
4 ;;;;
5 ;;;; Name: db2-package.cl
6 ;;;; Purpose: Package definition for CLSQL Db2 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-db2
20 (:use #:common-lisp #:clsql-sys #:clsql-uffi)
21 (:export #:db2-database
22 #:*db2-server-version*
23 #:*db2-so-load-path*
24 #:*db2-so-libraries*)
25 (:documentation "This is the CLSQL interface to Db2."))