gistoolkit.datasources.filter
Class SQLDateAttributeFilter

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

public class SQLDateAttributeFilter
extends DateAttributeFilter
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
SQLDateAttributeFilter()
          Creates new SQLDateAttributeFilter for use with the configuration utility only.
 
Method Summary
 java.lang.String getFilterSQL(SQLConverter inSQLConverter)
          The SQL functions have been moved to database specific SQLConverters.
 
Methods inherited from class gistoolkit.datasources.filter.DateAttributeFilter
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

SQLDateAttributeFilter

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

Method Detail

getFilterSQL

public java.lang.String getFilterSQL(SQLConverter inSQLConverter)
The SQL functions have been moved to database specific SQLConverters.

Specified by:
getFilterSQL in interface SQLFilter