change permissions
[clsql/s11.git] / db-db2 / db2-package.lisp
blobdf08104de19405a927aea76ab5ce36a5613a07d8
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."))