org.eclipse.datatools.enablement.sybase.ui.filter
Class CatalogFilterProvider

java.lang.Object
  extended by org.eclipse.datatools.enablement.sybase.ui.filter.AbstractFilterProvider
      extended by org.eclipse.datatools.enablement.sybase.ui.filter.CatalogFilterProvider
All Implemented Interfaces:
IFilterProvider

public class CatalogFilterProvider
extends AbstractFilterProvider

Author:
linsong

Constructor Summary
CatalogFilterProvider()
           
 
Method Summary
 org.eclipse.datatools.connectivity.sqm.internal.core.connection.ConnectionFilter getConnectionFilter(SQLObject sqlObj)
          Returns the ConnectionFilter associated with the given catalog object.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CatalogFilterProvider

public CatalogFilterProvider()
Method Detail

getConnectionFilter

public org.eclipse.datatools.connectivity.sqm.internal.core.connection.ConnectionFilter getConnectionFilter(SQLObject sqlObj)
Description copied from interface: IFilterProvider
Returns the ConnectionFilter associated with the given catalog object. For example: If this object is to be used in conjunction with a table loader, this method should return the ConnectionFilter representing the table filtering criteria for the specified object (e.g. a particular schema object).

Parameters:
sqlObj - the sql object being display.
Returns:
the filter associated with the SQLObject.