querybuilder.php
Table of Contents
Classes
- vB_dB_QueryBuilder
- This class is a base intended to contain the backend specific details for converting
assertor conditions to query code. The logic is contained in the base class for the
time being to allow additional sql backends to override specific functions as
much of it will be applicable. We'll most likely need to heavily refactor this
when we add a second backend, but that will be more efficiently done when we know
what the requirements of that backend really are.