| |
|
| java.lang.Object com.flexive.sqlParser.Brace
Brace | public class Brace implements BraceElement(Code) | | Brace
author: Gregor Schober (gregor.schober@flexive.com), UCS - unique computing solutions gmbh (http://www.ucs.at) |
getLevel | public int getLevel()(Code) | | |
getSize | public int getSize()(Code) | | |
getStatement | public FxStatement getStatement()(Code) | | Returns the statement this brace belongs to.
the statement this brace belongs to |
getType | public String getType()(Code) | | Returns the type of the table.
the type of the table |
isAnd | public boolean isAnd()(Code) | | |
isOr | public boolean isOr()(Code) | | |
size | public int size()(Code) | | Returns the amount of conditons and sub-braces in this brace.
the amount of conditons and sub-braces in this brace |
|
|
|