X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=base%2Fdb-interface.cl;h=33f3b9c631ddadf04b1f0822905597f4136a71d5;hb=3e60c3fff31aec37fd8ad580049374b26a7df3f5;hp=d90d566bac8674e3de196663bfb6a254884d9970;hpb=9f3761f57371f7d347e25d635735dcbf536e652c;p=clsql.git diff --git a/base/db-interface.cl b/base/db-interface.cl index d90d566..33f3b9c 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.2 2002/05/27 17:19:30 kevin Exp $ +;;;; $Id: db-interface.cl,v 1.6 2002/09/27 15:08:13 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) @@ -171,7 +171,7 @@ the given lisp type and parameters.")) (defgeneric database-create-large-object (database) (:documentation "Creates a new large object in the database and returns the object identifier")) -(defgeneric database-write-large-object (object-id (data string) database) +(defgeneric database-write-large-object (object-id data database) (:documentation "Writes data to the large object")) (defgeneric database-read-large-object (object-id database)