X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=sql%2Fclasses.lisp;h=8f75cbf7a1c91f6ceb49244487cb68d7e1bf6e4d;hb=fa32c4233b4a02ae631602dbb0a234ab10df8aaf;hp=c390c5f03e18feb77bdc3ba11459b8c149f0f59f;hpb=7f0e4a65d1b425f2fa58fc7cce8296c1a6c52c2f;p=clsql.git diff --git a/sql/classes.lisp b/sql/classes.lisp index c390c5f..8f75cbf 100644 --- a/sql/classes.lisp +++ b/sql/classes.lisp @@ -1,19 +1,19 @@ ;;;; -*- Mode: LISP; Syntax: ANSI-Common-Lisp; Base: 10 -*- -;;;; ====================================================================== -;;;; File: classes.lisp -;;;; Updated: <04/04/2004 12:08:49 marcusp> -;;;; ====================================================================== +;;;; ************************************************************************* ;;;; -;;;; Description ========================================================== -;;;; ====================================================================== +;;;; $Id$ ;;;; ;;;; Classes defining SQL expressions and methods for formatting the ;;;; appropriate SQL commands. ;;;; -;;;; ====================================================================== - -(in-package #:clsql-usql-sys) +;;;; 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-sys) (defvar +empty-string+ "''")