public class PGIntervalExpr extends SQLExprImpl implements SQLLiteralExpr, PGExpr
Constructor and Description |
---|
PGIntervalExpr() |
Modifier and Type | Method and Description |
---|---|
void |
accept0(PGASTVisitor visitor) |
boolean |
equals(Object o) |
SQLExpr |
getValue() |
int |
hashCode() |
void |
setValue(SQLExpr value) |
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParent, toString
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParent
public SQLExpr getValue()
public void setValue(SQLExpr value)
public void accept0(PGASTVisitor visitor)
accept0
in interface PGSQLObject
public boolean equals(Object o)
equals
in class SQLExprImpl
public int hashCode()
hashCode
in class SQLExprImpl
Copyright © 2013–2017 Alibaba Group. All rights reserved.