public class PGPointExpr extends PGExprImpl implements SQLReplaceable
| Constructor and Description |
|---|
PGPointExpr() |
| Modifier and Type | Method and Description |
|---|---|
void |
accept0(PGASTVisitor visitor) |
PGPointExpr |
clone() |
boolean |
equals(Object obj) |
List<SQLObject> |
getChildren() |
SQLExpr |
getValue() |
int |
hashCode() |
boolean |
replace(SQLExpr expr,
SQLExpr target) |
void |
setValue(SQLExpr value) |
toStringcomputeDataTypeaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getHint, getParent, getSourceColumn, getSourceLine, hasAfterComment, hasBeforeComment, output, output, putAttribute, setHint, setParent, setSourceColumn, setSourceLinecomputeDataType, getHintaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, output, putAttribute, setParentpublic PGPointExpr clone()
public SQLExpr getValue()
public void setValue(SQLExpr value)
public void accept0(PGASTVisitor visitor)
accept0 in interface PGSQLObjectaccept0 in class PGExprImplpublic boolean replace(SQLExpr expr, SQLExpr target)
replace in interface SQLReplaceablepublic List<SQLObject> getChildren()
getChildren in interface SQLExprgetChildren in class SQLExprImplpublic int hashCode()
hashCode in class SQLExprImplpublic boolean equals(Object obj)
equals in class SQLExprImplCopyright © 2013–2020 Alibaba Group. All rights reserved.