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

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

public class SchemaFilterProvider
extends AbstractFilterProvider

Author:
linsong

Constructor Summary
SchemaFilterProvider()
           
 
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

SchemaFilterProvider

public SchemaFilterProvider()
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 schema ConnectionFilter associated with the specified catalog object (which must be a Catalog).