Class SelectBinder

  • All Implemented Interfaces:
    I_SelectBinder

    public class SelectBinder
    extends TemplateMetaData
    implements I_SelectBinder
    Bind the abstract representation of a SELECT clause into a SQL expression Created by christian on 5/4/2016.
    • Method Detail

      • bind

        public org.jooq.SelectQuery<org.jooq.Record> bind​(String template_id,
                                                          UUID comp_id)
        bind with path resolution depending on composition
        Parameters:
        comp_id -
        Returns:
      • getWhereConditions

        public org.jooq.Condition getWhereConditions​(String templateId,
                                                     UUID comp_id)
      • containsJQueryPath

        public boolean containsJQueryPath()
      • isWholeComposition

        public boolean isWholeComposition()
      • setUsePgExtensions

        public SelectBinder setUsePgExtensions​(boolean usePgExtensions)