Add defgeneric for database-last-auto-increment-id
[clsql.git] / sql / generics.lisp
index 6d2e57043c390b1f8cc29de3528062282d18038e..b0a44725e766490248ab2373d41df8047e96af02 100644 (file)
@@ -142,6 +142,9 @@ DATABASE-NULL-VALUE on the type of the slot."))
 (defgeneric database-make-autoincrement-sequence (class slotdef database)
   )
 
+(defgeneric database-last-auto-increment-id (database table column)
+  )
+
 ;; Generation of SQL strings from lisp expressions
 
 (defgeneric output-sql (expr database)