Interface I_CmsQueryFragment

All Known Implementing Classes:
CmsCompositeQueryFragment, CmsPagingQuery, CmsSelectQuery, CmsSimpleQueryFragment, CmsSqlBooleanClause

public interface I_CmsQueryFragment
An interface for classes which are used to generate SQL statements.

Since:
8.0.0
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Generates the SQL and parameters and sends them to the statement builder .
  • Method Details

    • visit

      void visit(CmsStatementBuilder builder)
      Generates the SQL and parameters and sends them to the statement builder .

      Parameters:
      builder - the statement builder