gistoolkit.datasources.filter
Class SQLStringAttributeINFilter

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

public class SQLStringAttributeINFilter
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
SQLStringAttributeINFilter()
          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

SQLStringAttributeINFilter

public SQLStringAttributeINFilter()
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