public class PathNode extends ParseTreeNode
Constructor and Description |
---|
PathNode(Parser parser,
QueryNameSpace nameSpace,
boolean shortcutJoins,
java.lang.String explicitRootAlias,
boolean registerInNameSpace) |
PathNode(ParseTreeNode parent,
Parser parser,
QueryNameSpace nameSpace,
boolean shortcutJoins) |
PathNode(java.lang.String[] path,
QueryNameSpace nameSpace,
boolean shortcutJoins) |
PathNode(java.lang.String s,
Parser parser,
QueryNameSpace nameSpace,
boolean shortcutJoins) |
Modifier and Type | Method and Description |
---|---|
void |
addChild(ParseTreeNode child)
Adds a new node as a child of this node.
|
void |
addPathPart(PathPart part) |
void |
addPathPart(java.lang.String name,
boolean nullsafeDotted,
java.lang.String typeCast,
boolean only) |
void |
appendDebugString(java.lang.StringBuilder s)
appends a String representation of this node including it's children to the given StringBuilder
|
boolean |
endsWithAnchor() |
de.ipcon.db.oql.TableSurrogate |
getAnchor() |
EntityI |
getAnchorEntity() |
AttributeI |
getAttributeOfLastPathPart() |
ParseTreeNode |
getChild(int index)
Accessor method for individual children of this node.
|
int |
getChildCount()
Accessor method for the number of children of this node.
|
java.util.List |
getChildren() |
de.ipcon.db.oql.ExpressionResultType |
getExpressionResultType() |
PathPart |
getFirstPathPart() |
PathPart |
getLastPathPart() |
QueryNameSpace |
getNameSpace() |
int |
getOperatorPrecedence() |
java.util.List<PathPart> |
getPathParts() |
java.lang.String |
getPathPartsAsString(int idx) |
int |
getPathPartsCount() |
java.lang.Class<?> |
getResultClass()
If this Path ends with an Anchor, then the
BasicEntityI.getClazz() is returned;
otherwise, the last attribute of the path is resolved, and its CBOAttributeTypeI.getJavaClass() is returned. |
boolean |
isLeaf()
Specifies whether this node is a leaf.
|
void |
prependPathPart(PathPart part) |
void |
prependPathPart(java.lang.String name) |
void |
registerInNameSpaceNow() |
void |
removeLastPathPart() |
void |
renderSQL(java.lang.StringBuilder s,
java.lang.Object[] oqlArgs,
java.util.List sqlArgs)
Renders this node into a StringBuilder as SQL statement, copying
arguments from oqlArgs to sqlArgs if needed.
|
void |
setAnchor(de.ipcon.db.oql.TableSurrogate anchor,
EntityI anchorEntity,
boolean endsWithAnchor) |
void |
setNameSpace(QueryNameSpace nameSpace) |
java.lang.String |
toString()
returns a String representation of just this node.
|
appendComments, debugString, getParent, getToken, getType, hasType, isRoot, removeChild, setOwnType, setParent, setToken, setType, setType, setType, setTypeFromChildren, setTypeFromParent
public PathNode(java.lang.String s, Parser parser, QueryNameSpace nameSpace, boolean shortcutJoins) throws OQLSyntaxException
OQLSyntaxException
public PathNode(java.lang.String[] path, QueryNameSpace nameSpace, boolean shortcutJoins) throws OQLSyntaxException
OQLSyntaxException
public PathNode(Parser parser, QueryNameSpace nameSpace, boolean shortcutJoins, java.lang.String explicitRootAlias, boolean registerInNameSpace) throws OQLSyntaxException
OQLSyntaxException
public PathNode(ParseTreeNode parent, Parser parser, QueryNameSpace nameSpace, boolean shortcutJoins) throws OQLSyntaxException
OQLSyntaxException
public void registerInNameSpaceNow() throws OQLSyntaxException
OQLSyntaxException
public void setNameSpace(QueryNameSpace nameSpace)
public QueryNameSpace getNameSpace()
public void setAnchor(de.ipcon.db.oql.TableSurrogate anchor, EntityI anchorEntity, boolean endsWithAnchor)
public de.ipcon.db.oql.TableSurrogate getAnchor()
public EntityI getAnchorEntity()
public boolean endsWithAnchor()
public AttributeI getAttributeOfLastPathPart()
public void addChild(ParseTreeNode child)
ParseTreeNode
addChild
in class ParseTreeNode
child
- The new childpublic java.util.List getChildren()
public ParseTreeNode getChild(int index)
ParseTreeNode
getChild
in class ParseTreeNode
index
- the index of the child to retrieve.public int getChildCount()
ParseTreeNode
getChildCount
in class ParseTreeNode
public boolean isLeaf()
ParseTreeNode
isLeaf
in class ParseTreeNode
public void addPathPart(java.lang.String name, boolean nullsafeDotted, java.lang.String typeCast, boolean only)
public void addPathPart(PathPart part)
public de.ipcon.db.oql.ExpressionResultType getExpressionResultType()
getExpressionResultType
in class ParseTreeNode
public java.lang.Class<?> getResultClass()
BasicEntityI.getClazz()
is returned;
otherwise, the last attribute of the path is resolved, and its CBOAttributeTypeI.getJavaClass()
is returned.getResultClass
in class ParseTreeNode
public java.lang.String toString()
ParseTreeNode
toString
in class ParseTreeNode
public void appendDebugString(java.lang.StringBuilder s)
ParseTreeNode
appendDebugString
in class ParseTreeNode
public PathPart getFirstPathPart()
public PathPart getLastPathPart()
public void removeLastPathPart()
public void prependPathPart(java.lang.String name)
public void prependPathPart(PathPart part)
public java.util.List<PathPart> getPathParts()
public int getPathPartsCount()
public java.lang.String getPathPartsAsString(int idx)
public void renderSQL(java.lang.StringBuilder s, java.lang.Object[] oqlArgs, java.util.List sqlArgs)
ParseTreeNode
renderSQL
in class ParseTreeNode
public int getOperatorPrecedence()
getOperatorPrecedence
in class ParseTreeNode
Copyright © 2000-2025 OAshi S.à r.l. All Rights Reserved.