Uses of Interface
org.opencms.db.I_CmsQueryFragment
Packages that use I_CmsQueryFragment
Package
Description
Low-level database connection and access functionality.
Generic (ANSI-SQL) implementation of the OpenCms database connector.
-
Uses of I_CmsQueryFragment in org.opencms.db
Classes in org.opencms.db that implement I_CmsQueryFragmentModifier and TypeClassDescriptionclass
A query fragment which aggregates the results from a list of other query fragments.class
Wrapper forCmsSelectQuery
objects which adds SQL code for results paging.class
A class for generating SQL SELECT statements.class
A simple query fragment which takes its SQL string and query parameters as constructor arguments.class
Class for generating an SQL boolean expression.Methods in org.opencms.db that return I_CmsQueryFragmentModifier and TypeMethodDescriptionCmsSelectQuery.getOrdering()
Returns the fragment for the ORDER BY clause.Methods in org.opencms.db that return types with arguments of type I_CmsQueryFragmentModifier and TypeMethodDescriptionCmsCompositeQueryFragment.getNodes()
Returns the wrapped query fragments.Methods in org.opencms.db with parameters of type I_CmsQueryFragmentModifier and TypeMethodDescriptionvoid
CmsCompositeQueryFragment.add
(I_CmsQueryFragment node) Adds a new query fragment.void
CmsSelectQuery.addClause
(I_CmsQueryFragment clause) Adds another clause to the query.void
CmsSelectQuery.addColumn
(I_CmsQueryFragment node) Adds an expression which should be added as a column in the result set.void
CmsSelectQuery.addCondition
(I_CmsQueryFragment node) Adds a new condition to the query.CmsSqlBooleanClause.addCondition
(I_CmsQueryFragment fragment) Adds an operand to the boolean expression.static CmsSqlBooleanClause
CmsSqlBooleanClause.makeAnd
(I_CmsQueryFragment... fragments) Creates a boolean "AND" expression.static CmsSqlBooleanClause
CmsSqlBooleanClause.makeOr
(I_CmsQueryFragment... fragments) Creates a boolean "OR" expression. -
Uses of I_CmsQueryFragment in org.opencms.db.generic
Methods in org.opencms.db.generic that return I_CmsQueryFragmentModifier and TypeMethodDescriptionprotected I_CmsQueryFragment
CmsUserQueryBuilder.createCoreCondition
(CmsSelectQuery.TableAlias users) Creates a core user check condition.protected I_CmsQueryFragment
CmsUserQueryBuilder.createFlagCondition
(CmsSelectQuery.TableAlias users, int flags) Creates an SQL flag check condition.