Generic Function Make-Query (2 methods)

( make-query < select-form > &optional < lexical-variables > )

Part of:

package cl-perec
Creates a query object from the SELECT-FORM.
When the SELECT-FORM is NIL, an empty query created which can be modified by
ADD-LEXICAL-VARIABLE, ADD-QUERY-VARIABLE, ADD-ASSERT and ADD-COLLECT

Method Summary

make-query < cons > 
make-query < null >