|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.dftproject.genesis.core.data.nodes.LikeExpression
public class LikeExpression
An expression which matches objects that are "like" this value. Uses the SQL percent (%) syntax. Case insensitive.
| Field Summary | |
|---|---|
java.lang.String |
value
The value to compare against. |
| Constructor Summary | |
|---|---|
LikeExpression(java.lang.String value)
Creates a like expression that compares against the given value. |
|
| 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 java.lang.String value
| Constructor Detail |
|---|
public LikeExpression(java.lang.String value)
value - the value| 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 | |||||||||