public abstract class DBCompareExpr extends DBExpr
CTX_ALIAS, CTX_ALL, CTX_DEFAULT, CTX_FULLNAME, CTX_NAME, CTX_NOPARENTHESES, CTX_VALUE
Constructor and Description |
---|
DBCompareExpr() |
Modifier and Type | Method and Description |
---|---|
DBCompareAndOrExpr |
and(DBCompareExpr expr)
Creates a new DBCompareAndOrExpr object.
|
abstract boolean |
isMutuallyExclusive(DBCompareExpr other) |
DBCompareExpr |
not()
Creates a sql-expression for the not() function.
|
DBCompareAndOrExpr |
or(DBCompareExpr expr)
Create a new DBCompareAndOrExpr object.
|
addReferencedColumns, addSQL, getObjectValue, getValueClass
getDatabase
public abstract boolean isMutuallyExclusive(DBCompareExpr other)
public DBCompareAndOrExpr and(DBCompareExpr expr)
expr
- the right part of the AND expressionpublic DBCompareAndOrExpr or(DBCompareExpr expr)
expr
- the right part of the OR expressionpublic DBCompareExpr not()
Copyright © 2008–2017 Apache Software Foundation. All rights reserved.