| java.lang.Object com.flexive.sqlParser.Filter
Filter | public class Filter (Code) | | Filter
author: Gregor Schober (gregor.schober@flexive.com), UCS - unique computing solutions gmbh (http://www.ucs.at) |
Inner Class :public enum TYPE | |
Method Summary | |
public Table | getTable() The table the filter is assigned to, or null if it is a general filter. | public TYPE | getType() Returns the type of the filter. | public String | getValue() The value of the filter. | public boolean | getValueAsBoolean() The value of the filter as integer. | public int | getValueAsInt() The value of the filter as integer. |
getTable | public Table getTable()(Code) | | The table the filter is assigned to, or null if it is a general filter.
the table |
getType | public TYPE getType()(Code) | | Returns the type of the filter.
the type of the filter |
getValue | public String getValue()(Code) | | The value of the filter.
the value |
getValueAsBoolean | public boolean getValueAsBoolean()(Code) | | The value of the filter as integer.
the valuee |
getValueAsInt | public int getValueAsInt()(Code) | | The value of the filter as integer.
the valuee |
|
|