X-Git-Url: http://git.kpe.io/?p=clsql.git;a=blobdiff_plain;f=sql%2Fdb-interface.lisp;h=e13adf63ba26b3809dd80e59568390a6c01e89be;hp=892a80e35b3cd5e96d825d2b1c96f05f2938ca77;hb=ee203eb66c696ddbbf13595002a4ccc651c1ada7;hpb=3c3aa36478f0609e60d83e6c936bf2096fcae726 diff --git a/sql/db-interface.lisp b/sql/db-interface.lisp index 892a80e..e13adf6 100644 --- a/sql/db-interface.lisp +++ b/sql/db-interface.lisp @@ -167,7 +167,7 @@ if unable to destory.")) (defgeneric database-sequence-last (name database) (:documentation "Select the last value in sequence NAME in DATABASE.")) -(defgeneric database-last-autoincrement-id (database table column) +(defgeneric database-last-auto-increment-id (database table column) (:documentation "Many databases have the notion of an auto-increment id; i.e. a sequence implicitly on a table. This function should return that ID." ))