org.opencms.db
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
 void visit(CmsStatementBuilder builder)
          Generates the SQL and parameters and sends them to the statement builder .
 

Method Detail

visit

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

Parameters:
builder - the statement builder