程序包 | 说明 |
---|---|
org.opencms.db |
Low-level database connection and access functionality.
|
限定符和类型 | 方法和说明 |
---|---|
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.
|