gistoolkit.datasources.filter
Class SQLStringAttributeFilter

java.lang.Object
  extended bygistoolkit.datasources.filter.AttributeFilter
      extended bygistoolkit.datasources.filter.StringAttributeFilter
          extended bygistoolkit.datasources.filter.SQLStringAttributeFilter
All Implemented Interfaces:
Filter, SQLFilter

public class SQLStringAttributeFilter
extends StringAttributeFilter
implements SQLFilter

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

SQLStringAttributeFilter

public SQLStringAttributeFilter()
Creates new SQLDateAttributeFilter for use with the configuration utility only.

Method Detail

getFilterSQL

public 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.

Specified by:
getFilterSQL in interface SQLFilter