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

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

public class EventFilterProvider
extends AbstractFilterProvider

Author:
linsong

Field Summary
static java.lang.String EVENT_FILTER
           
 
Constructor Summary
EventFilterProvider()
           
 
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
 

Field Detail

EVENT_FILTER

public static final java.lang.String EVENT_FILTER
See Also:
Constant Field Values
Constructor Detail

EventFilterProvider

public EventFilterProvider()
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).