This class implements the builder for the whole Select statement. You can overwrite all functions to achieve another handling.
build( $parsed)
buildSELECT( $parsed)
buildFROM( $parsed)
buildWHERE( $parsed)
buildGROUP( $parsed)
buildORDER( $parsed)
buildLIMIT( $parsed)