X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=db-oracle%2Foracle-constants.lisp;h=692b55b9e16eee1ad6b65a989c4f06ee8af2b7cb;hb=e622ee6f4bf2b9fe81af59d566e651c983a4833b;hp=ae139aaec2c1bd9b410e3a969ab4945a95d79504;hpb=bada52b7a8fd2cc484dee33cccd64ca09a52ec3d;p=clsql.git diff --git a/db-oracle/oracle-constants.lisp b/db-oracle/oracle-constants.lisp index ae139aa..692b55b 100644 --- a/db-oracle/oracle-constants.lisp +++ b/db-oracle/oracle-constants.lisp @@ -1,7 +1,20 @@ -;;; -*- Mode: Lisp -*- -;;; $Id$ - -(in-package :clsql-oracle) +;;;; -*- Mode: LISP; Syntax: ANSI-Common-Lisp; Base: 10 -*- +;;;; ************************************************************************* +;;;; FILE IDENTIFICATION +;;;; +;;;; Name: oracle-constants.lisp +;;;; Purpose: Constants for CLSQL Oracle interface +;;;; +;;;; $Id$ +;;;; +;;;; This file is part of CLSQL. +;;;; +;;;; CLSQL users are granted the rights to distribute and use this software +;;;; as governed by the terms of the Lisp Lesser GNU Public License +;;;; (http://opensource.franz.com/preamble.html), also known as the LLGPL. +;;;; ************************************************************************* + +(in-package #:clsql-oracle) (defconstant +oci-default+ #x00) ; default value for parameters and attributes (defconstant +oci-threaded+ #x01) ; application is in threaded environment