Package 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
Modifier and TypeMethodDescriptionvoidvisit(CmsStatementBuilder builder) Generates the SQL and parameters and sends them to the statement builder .
-
Method Details
-
visit
Generates the SQL and parameters and sends them to the statement builder .- Parameters:
builder- the statement builder
-