Package com.pullreports.export.request
Class FilterClause
Object
com.pullreports.export.request.FilterClause
-
Constructor Summary
ConstructorDescriptionFilterClause
(Table table, Column column, Operator operator) FilterClause
(Table table, Column column, Operator operator, List<FilterValue> values) -
Method Summary
-
Constructor Details
-
FilterClause
-
FilterClause
-
-
Method Details
-
toString
-
toReadableString
- Returns:
- a human readable interpretation of the Filter with Column and Table display names substituted for IDs.
-
toHTMLReadableString
- Returns:
- an HTML human readable interpretation of the Filter with Column and Table display names substituted for IDs. Value string are escaped for XXS scripting vulnerabilities.
-
getColumnId
-
getOperator
-
getValues
-
getCoercedValues
- Returns:
- Returns the coerced values appropriate to pass as SQL parameters because their value has be possibly coerced to the type of the database column.
-
getTable
-
getColumn
-
equals
-
hashCode
public int hashCode()
-