| Constructor and Description |
|---|
CompareSQLValue(AppContext conn,
SQLValue<C> a,
MatchCondition op,
SQLValue<C> b) |
| Modifier and Type | Method and Description |
|---|---|
int |
add(java.lang.StringBuilder sb,
boolean qualify)
Add the expression to a StringBuilder
|
java.util.List<PatternArgument> |
getParameters(java.util.List<PatternArgument> list)
Add parameters for this value to a list.
|
SQLFilter |
getRequiredFilter()
Get an SQLFilter required to be added to the filter set.
|
java.lang.Class<java.lang.Boolean> |
getTarget()
Get the type of the returned object as far as it is known.
|
java.lang.Boolean |
makeObject(java.sql.ResultSet rs,
int pos)
Extract a result of the expression from a ResultSet into an object of the specified type.
|
java.lang.String |
toString() |
public CompareSQLValue(AppContext conn, SQLValue<C> a, MatchCondition op, SQLValue<C> b)
public int add(java.lang.StringBuilder sb,
boolean qualify)
SQLValuepublic java.lang.Boolean makeObject(java.sql.ResultSet rs,
int pos)
throws DataException,
java.sql.SQLException
SQLValuemakeObject in interface SQLValue<java.lang.Boolean>rs - ResultSetDataExceptionjava.sql.SQLExceptionpublic java.lang.Class<java.lang.Boolean> getTarget()
Targettedpublic java.lang.String toString()
toString in class java.lang.Objectpublic SQLFilter getRequiredFilter()
SQLValuegetRequiredFilter in interface SQLValue<java.lang.Boolean>public java.util.List<PatternArgument> getParameters(java.util.List<PatternArgument> list)
SQLValuegetParameters in interface SQLValue<java.lang.Boolean>list - to modify