X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=base%2Fdb-interface.cl;h=c2b8bd2f7b4ec1c982b312bb7595685dbddcc501;hb=9b96188147cfc87df9ac90927bb1eb05ab398201;hp=b6c99f46a2dbfc7e947c1a1400e2ec2137738cc0;hpb=31d1a78ee915ae4db7c042b7e5cb1ab7b5a73448;p=clsql.git diff --git a/base/db-interface.cl b/base/db-interface.cl index b6c99f4..c2b8bd2 100644 --- a/base/db-interface.cl +++ b/base/db-interface.cl @@ -9,7 +9,7 @@ ;;;; onShoreD to support UncommonSQL front-end ;;;; Date Started: Feb 2002 ;;;; -;;;; $Id: db-interface.cl,v 1.4 2002/09/17 17:16:43 kevin Exp $ +;;;; $Id: db-interface.cl,v 1.5 2002/09/27 14:55:37 kevin Exp $ ;;;; ;;;; This file, part of CLSQL, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; and Copyright (c) 1999-2001 by Pierre R. Mai, and onShoreD @@ -147,7 +147,7 @@ returns nil when result-set is finished.")) (:documentation "Return the type SQL type specifier as a string, for the given lisp type and parameters.")) -(defgeneric database-list-tables (database &key (system-tables nil)) +(defgeneric database-list-tables (database &key system-tables) (:documentation "List all tables in the given database")) (defgeneric database-list-attributes (table database)