com.ibm.websphere.sdo.mediator.jdbc.metadata
Interface Filter
- public interface Filter
Method Summary
Modifier and Type | Method and Description |
---|---|
|
getFilterArguments()
Return the List of FilterArgument objects contained by this Filter
|
|
getOrderByColumns()
Returns the List of Columns used to order the results
|
|
getPredicate()
Returns the value of the Predicate attribute.
|
getTable()
Returns the Table that contains this Filter
|
|
|
setPredicate(java.lang.String value)
Sets the value of the '
Predicate ' attribute
|
|
setTable(Table value)
Sets the value of the '
Table ' container reference
|
Method Detail
getPredicate
- java.lang.String getPredicate()
Returns the value of the Predicate attribute.
Returns:
the predicate
setPredicate
- void setPredicate(java.lang.String value)
Sets the value of the '
Predicate
' attribute.
getOrderByColumns
- org.eclipse.emf.common.util.EList getOrderByColumns( )
Returns the List of Columns used to order the results
Returns:
the list of order by columns
getTable
- Table getTable()
Returns the Table that contains this Filter
Returns:
the containing table
setTable
- void setTable(Table value)
Sets the value of the '
Table
' container reference.
getFilterArguments
- org.eclipse.emf.common.util.EList getFilterArguments( )
Return the List of FilterArgument objects contained by this Filter
Returns:
the list of filter arguments