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 TypeClassDescriptionclassA query fragment which aggregates the results from a list of other query fragments.classWrapper forCmsSelectQueryobjects which adds SQL code for results paging.classA class for generating SQL SELECT statements.classA simple query fragment which takes its SQL string and query parameters as constructor arguments.classClass 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 TypeMethodDescriptionvoidCmsCompositeQueryFragment.add(I_CmsQueryFragment node) Adds a new query fragment.voidCmsSelectQuery.addClause(I_CmsQueryFragment clause) Adds another clause to the query.voidCmsSelectQuery.addColumn(I_CmsQueryFragment node) Adds an expression which should be added as a column in the result set.voidCmsSelectQuery.addCondition(I_CmsQueryFragment node) Adds a new condition to the query.CmsSqlBooleanClause.addCondition(I_CmsQueryFragment fragment) Adds an operand to the boolean expression.static CmsSqlBooleanClauseCmsSqlBooleanClause.makeAnd(I_CmsQueryFragment... fragments) Creates a boolean "AND" expression.static CmsSqlBooleanClauseCmsSqlBooleanClause.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_CmsQueryFragmentCmsUserQueryBuilder.createCoreCondition(CmsSelectQuery.TableAlias users) Creates a core user check condition.protected I_CmsQueryFragmentCmsUserQueryBuilder.createFlagCondition(CmsSelectQuery.TableAlias users, int flags) Creates an SQL flag check condition.