public abstract class TableFilterImpl
extends java.lang.Object
Constructor and Description |
---|
TableFilterImpl() |
Modifier and Type | Method and Description |
---|---|
boolean |
setAllColumns(java.lang.String[] columns)
Sets all column names of the table.
|
boolean |
setSelectedColumn(java.lang.String[] selectedColumn)
Pushes down the selected column based on the table.
|
boolean |
setSimpleTableWhere(SimpleTableWhere[] sqlWhere)
Pushes down the Where condition based on the table.
|
boolean |
setSortByColumn(java.lang.String sortByColumn) |
public boolean setSimpleTableWhere(SimpleTableWhere[] sqlWhere)
public boolean setSelectedColumn(java.lang.String[] selectedColumn)
public boolean setSortByColumn(java.lang.String sortByColumn)
public boolean setAllColumns(java.lang.String[] columns)