What classes are responsible for producing logical model from SQL? I want to understand how to code the equivalent of, say, following SQL:
select grasp, result, density from REDUNDANT; to directly force necessary execution mechanisms, instead of doing SQL sting pre-processing. John
