gistoolkit.datasources.filter
Class SQLJoin

java.lang.Object
  extended bygistoolkit.datasources.filter.Join
      extended bygistoolkit.datasources.filter.SQLJoin
All Implemented Interfaces:
Filter, SQLFilter

public class SQLJoin
extends Join
implements SQLFilter

Class to contain SQLFilters.


Field Summary
 
Fields inherited from class gistoolkit.datasources.filter.Join
AND, OR
 
Constructor Summary
SQLJoin()
          Creates new SQLExpression, only for use with set node.
SQLJoin(SQLFilter inFilter1, int inComparison, SQLFilter inFilter2)
          Create a new SQLExpression with these two filters.
 
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.Join
contains, getComparison, getFilter1, getFilter2, getFilterName, getNode, setFilterName, setNode
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface gistoolkit.datasources.filter.Filter
contains, getFilterName, getNode, setNode
 

Constructor Detail

SQLJoin

public SQLJoin()
Creates new SQLExpression, only for use with set node.


SQLJoin

public SQLJoin(SQLFilter inFilter1,
               int inComparison,
               SQLFilter inFilter2)
Create a new SQLExpression with these two filters.

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