| Package | Description |
|---|---|
| org.opencms.db |
Low-level database connection and access functionality.
|
| Modifier and Type | Method and Description |
|---|---|
CmsSqlBooleanClause |
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.
|