|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgistoolkit.datasources.filter.AttributeFilter
gistoolkit.datasources.filter.NumberAttributeFilter
gistoolkit.datasources.filter.SQLNumberAttributeFilter
Class to provide comparisons of numbers within an SQL String.
Field Summary |
Fields inherited from class gistoolkit.datasources.filter.AttributeFilter |
ATTRIBUTE_EQUALS, ATTRIBUTE_GREATER, ATTRIBUTE_LESS, ATTRIBUTE_VALUE |
Constructor Summary | |
SQLNumberAttributeFilter()
Creates a new instance of SQLNumberAttributeFilter |
|
SQLNumberAttributeFilter(java.lang.String inAttributeName,
int inComparison,
double inValue)
Constructor for SQLNumberAttributeFilter. |
Method Summary | |
java.lang.String |
getFilterSQL(SQLConverter inConverter)
Returns the actual SQL String to return to the database. |
Methods inherited from class gistoolkit.datasources.filter.NumberAttributeFilter |
contains, getAttributeValue, getNode, setNode, setValue |
Methods inherited from class gistoolkit.datasources.filter.AttributeFilter |
createFilterName, findAttribute, getAttributeName, getComparison, getFilterName, setAttributeName, setComparison, setFilterName, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface gistoolkit.datasources.filter.Filter |
contains, getFilterName, getNode, setNode |
Constructor Detail |
public SQLNumberAttributeFilter()
public SQLNumberAttributeFilter(java.lang.String inAttributeName, int inComparison, double inValue)
Method Detail |
public java.lang.String getFilterSQL(SQLConverter inConverter)
getFilterSQL
in interface SQLFilter
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |