public class DBParenthesisExpr extends DBCompareExpr
CTX_ALIAS, CTX_ALL, CTX_DEFAULT, CTX_FULLNAME, CTX_NAME, CTX_NOPARENTHESES, CTX_VALUE
Constructor and Description |
---|
DBParenthesisExpr(DBCompareExpr wrap) |
Modifier and Type | Method and Description |
---|---|
void |
addReferencedColumns(Set<DBColumn> list)
Internal function to obtain all DBColumnExpr-objects used by this expression.
|
void |
addSQL(StringBuilder buf,
long context)
Used to build the SQL command.
|
DBDatabase |
getDatabase()
Returns the database object to which this object belongs to.
|
boolean |
isMutuallyExclusive(DBCompareExpr other) |
and, not, or
getObjectValue, getValueClass
public DBParenthesisExpr(DBCompareExpr wrap)
public DBDatabase getDatabase()
DBObject
getDatabase
in class DBObject
public boolean isMutuallyExclusive(DBCompareExpr other)
isMutuallyExclusive
in class DBCompareExpr
public void addReferencedColumns(Set<DBColumn> list)
DBExpr
addReferencedColumns
in class DBExpr
list
- list to which all used column expressions must be addedpublic void addSQL(StringBuilder buf, long context)
DBExpr
Copyright © 2008–2015 Apache Software Foundation. All rights reserved.