|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.dftproject.genesis.core.data.nodes.ExactExpression
public class ExactExpression
An expression which requires the object to match exactly.
| Field Summary | |
|---|---|
INode |
object
The object to match. |
| Constructor Summary | |
|---|---|
ExactExpression(INode object)
Creates an expression that matches the given object exactly. |
|
| Method Summary | |
|---|---|
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 |
| Field Detail |
|---|
public INode object
| Constructor Detail |
|---|
public ExactExpression(INode object)
object - the object| Method Detail |
|---|
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 | |||||||||