|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.dftproject.genesis.core.data.nodes.OrExpression
public class OrExpression
An expression which takes the disjunction of one or more other expressions.
| Constructor Summary | |
|---|---|
OrExpression()
|
|
| Method Summary | |
|---|---|
void |
addExpression(IExpression expression)
Add an expression to the list. |
java.lang.String |
getSQL(DataConnection conn,
java.lang.String table)
Returns the SQL fragment this expression represents. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public OrExpression()
| Method Detail |
|---|
public void addExpression(IExpression expression)
expression - the expression
public java.lang.String getSQL(DataConnection conn,
java.lang.String table)
IExpression
getSQL in interface IExpressionconn - a data connectiontable - alias of the table this expression uses
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||