com.ibm.tws.objects.filter
Interface VariableFilters


public interface VariableFilters

This interface exposes names of parameters used in QueryFilter objects to filter on variables.
(These filters can be used only with a TWS Distributed engine.)


Field Summary
static java.lang.String COPYRIGHT
          Copyright.
static java.lang.String VARIABLE_NAME
          Used with a TWS Distributed engine:
The variable name filter.
 

Field Detail

COPYRIGHT

public static final java.lang.String COPYRIGHT
Copyright.


VARIABLE_NAME

public static final java.lang.String VARIABLE_NAME
Used with a TWS Distributed engine:
The variable name filter. String parameter.

Used with a TWS for z/OS engine:
The variable table name filter. String parameter.

See Also:
Constant Field Values


Copyright © 2005 IBM All Rights Reserved.