|
|||||||||||
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.StringAttributeFilter
gistoolkit.datasources.filter.SQLStringAttributeFilter
Class to provide date filtering on attributes in an SQL oriented data source.
Field Summary |
Fields inherited from class gistoolkit.datasources.filter.AttributeFilter |
ATTRIBUTE_EQUALS, ATTRIBUTE_GREATER, ATTRIBUTE_LESS, ATTRIBUTE_VALUE |
Constructor Summary | |
SQLStringAttributeFilter()
Creates new SQLDateAttributeFilter for use with the configuration utility only. |
Method Summary | |
java.lang.String |
getFilterSQL(SQLConverter inConverter)
Yah, I know I need a different place for the toSQL functions, than SimpleDBDataSource, I'm working on it. |
Methods inherited from class gistoolkit.datasources.filter.StringAttributeFilter |
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 SQLStringAttributeFilter()
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 |