X-Git-Url: http://git.kpe.io/?p=clsql.git;a=blobdiff_plain;f=sql%2Fgenerics.lisp;fp=sql%2Fgenerics.lisp;h=c406a2b31de79224b941b89fd463f380f6fd7898;hp=7f276fc196e397a68444c479135949e7ebe929a2;hb=775a7dfa8c524a06c8f9021a8390d58ecbcacf9c;hpb=e04d2b87823cd1e3de04402fa3d28b01c4b07899 diff --git a/sql/generics.lisp b/sql/generics.lisp index 7f276fc..c406a2b 100644 --- a/sql/generics.lisp +++ b/sql/generics.lisp @@ -198,3 +198,9 @@ the arguments EXPR and DATABASE.")) (:documentation "Given a column constraint returns its database-specific name. For example, auto-increment constraints can have different names in different database engines.")) + +(defgeneric filter-select-list ( view-class clsql-sys::select-list database) + (:documentation + "Gives fine grained control over sql to be executed and mapped to slots + called with a dummy instance (so that class precedence can be used)") + )