Exql.Sql

Builds a SQL statement from a populated Exql.Query.

Summary

Functions

Main entry point for constructing a full SQL statement from a pipelined Query

Build the TOP statement from the Query

Build up a WHERE clause from the Query criteria

Functions

construct(query)

Main entry point for constructing a full SQL statement from a pipelined Query.

rollup_statement(map)

Build the TOP statement from the Query.

where_statement(map)

Build up a WHERE clause from the Query criteria.