T
- type producedpublic interface SQLValue<T> extends Targetted<T>
SQLExpression
,
GroupingSQLValue
,
NestedSQLValue
![]() |
![]() |
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.
|
default SQLFilter |
getRequiredFilter()
Get an SQLFilter required to be added to the filter set.
|
T |
makeObject(java.sql.ResultSet rs,
int pos)
Extract a result of the expression from a ResultSet into an object of the specified type.
|
int add(java.lang.StringBuilder sb, boolean qualify)
sb
- StringBuilder to modifyqualify
- boolean should fields be qualified with the table namejava.util.List<PatternArgument> getParameters(java.util.List<PatternArgument> list)
list
- to modifyT makeObject(java.sql.ResultSet rs, int pos) throws DataException, java.sql.SQLException
rs
- ResultSetpos
- DataException
java.sql.SQLException
default SQLFilter getRequiredFilter()