Package | Description |
---|---|
com.xdev.jadoth.sqlengine | |
com.xdev.jadoth.sqlengine.internal |
Modifier and Type | Method and Description |
---|---|
static SqlBooleanTerm |
SQL.par(Object expression)
Wraps the given expression object as an
SqlBooleanTerm instance that encloses it in parenthesis
(round brackets).Note that in contradiction to SQL.condition(Object) , a new wrapper instance is always created to
ensure that each call actually adds a pair of parenthesis (for whatever reason that might be needed). |
Modifier and Type | Method and Description |
---|---|
SqlBooleanTerm |
SqlCondition.AND(Object andCondition)
AND.
|
SqlBooleanTerm |
SqlBooleanTerm.setParenthesis(boolean parenthesis)
Sets the parenthesis.
|
Copyright © 2003–2021 XDEV Software. All rights reserved.