| java.lang.Object com.flexive.sqlParser.Condition
Condition | public class Condition implements BraceElement(Code) | | Condition
author: Gregor Schober (gregor.schober@flexive.com), UCS - unique computing solutions gmbh (http://www.ucs.at) |
Inner Class :public enum Comparator | |
Condition | protected Condition(FxStatement stmt, Value vleft, Comparator comparator, Value vright) throws SqlParserException(Code) | | Constructor.
At least one value has to be an constant or an FxSqlParserException is thrown.
Parameters: stmt - the statement Parameters: vleft - the left value Parameters: comparator - the comparator Parameters: vright - the right value throws: SqlParserException - if a error occured |
getComperator | public Comparator getComperator()(Code) | | |
getId | public int getId()(Code) | | Returns the id
the id |
|
|