| java.lang.Object com.flexive.sqlParser.Table
Table | public class Table (Code) | | Table
author: Gregor Schober (gregor.schober@flexive.com), UCS - unique computing solutions gmbh (http://www.ucs.at) |
Inner Class :public enum TYPE | |
addFilter | protected void addFilter(Filter f)(Code) | | Adds a table specific filter.
Parameters: f - the filter to add |
getAlias | public String getAlias()(Code) | | Returns the table alias.
the table alias. |
getFilter | public Filter getFilter(Filter.TYPE t)(Code) | | Returns the desired filter, or null if the filter was not specified and has no
default value.
Parameters: t - the filter to get the filter |
getSearchLanguages | public String[] getSearchLanguages()(Code) | | Returns the languages that should be searched in.
the languages that should be searched in |
getType | public TYPE getType()(Code) | | Returns the table type.
the table type |
getVersionFilter | public String getVersionFilter()(Code) | | Returns the version filter for the table.
Possible return values are:
"MAX","LIVE","ALL" or an integer array (eg "1,4,7")
the version filter for the table. |
toString | public String toString()(Code) | | Returns a string representation of the table.
a string representation of the table. |
|
|