Class FromClause
java.lang.Object
org.nuxeo.ecm.core.query.sql.model.Clause
org.nuxeo.ecm.core.query.sql.model.FromClause
- All Implemented Interfaces:
Serializable
,ASTNode
- Author:
- Bogdan Stefanescu
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
DOCTYPE
public static final int DOCTYPE- See Also:
-
LOCATION
public static final int LOCATION- See Also:
-
elements
-
type
public final int type
-
-
Constructor Details
-
FromClause
public FromClause() -
FromClause
-
FromClause
-
-
Method Details
-
add
-
add
-
get
-
get
-
getAlias
-
count
public int count() -
getType
public int getType() -
accept
Description copied from interface:ASTNode
Accept the given visitor.- Parameters:
visitor
- the AST node visitor
-
equals
-
hashCode
public int hashCode() -
toString
-