Class Simple-Query-Compiler

Query compiler that can transform queries to SQL.

Part of:

package cl-perec, class query-compiler

Direct Superclass

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

Direct Method

emit-queryTODO
optimize-queryTODO
transform-queryTODO

Other Method

%compile-queryCompiles the query with the specified compiler.