| Constructor and Description |
|---|
LocateSQLValue(SQLValue<java.lang.String> substr,
SQLValue<java.lang.String> str,
SQLValue<java.lang.Integer> pos) |
| Modifier and Type | Method and Description |
|---|---|
int |
add(java.lang.StringBuilder sb,
boolean qualify)
Add the expression to a StringBuilder
|
boolean |
equals(java.lang.Object obj) |
java.util.List<PatternArgument> |
getParameters(java.util.List<PatternArgument> list)
Add parameters for this value to a list.
|
SQLValue |
getPosition() |
SQLFilter |
getRequiredFilter()
Get an SQLFilter required to be added to the filter set.
|
SQLValue |
getString() |
SQLValue |
getSubstring() |
java.lang.Class<java.lang.Integer> |
getTarget()
Get the type of the returned object as far as it is known.
|
int |
hashCode() |
java.lang.Integer |
makeObject(java.sql.ResultSet rs,
int loc)
Extract a result of the expression from a ResultSet into an object of the specified type.
|
java.lang.String |
toString() |
public int add(java.lang.StringBuilder sb,
boolean qualify)
SQLValuepublic java.lang.String toString()
toString in class java.lang.Objectpublic java.lang.Class<java.lang.Integer> getTarget()
Targettedpublic java.lang.Integer makeObject(java.sql.ResultSet rs,
int loc)
throws DataException,
java.sql.SQLException
SQLValuemakeObject in interface SQLValue<java.lang.Integer>rs - ResultSetDataExceptionjava.sql.SQLExceptionpublic java.util.List<PatternArgument> getParameters(java.util.List<PatternArgument> list)
SQLValuegetParameters in interface SQLValue<java.lang.Integer>list - to modifypublic SQLFilter getRequiredFilter()
SQLValuegetRequiredFilter in interface SQLValue<java.lang.Integer>public SQLValue getSubstring()
public SQLValue getString()
public SQLValue getPosition()
public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Object