Class Query-Compiler

Generic query compiler, which can transform to sql any select form.

Part of:

package cl-perec, class trivial-query-compiler, class simple-query-compiler, class debug-query-compiler

Direct Subclass

debug-query-compilerQuery compiler which wraps the compiled code with a runtime check of the result.
simple-query-compilerQuery compiler that can transform queries to SQL.
trivial-query-compilerQuery compiler that does not optimize sql queries.

Direct Method

%compile-queryCompiles the query with the specified compiler.