public class PGExtractExpr extends PGExprImpl
Constructor and Description |
---|
PGExtractExpr() |
Modifier and Type | Method and Description |
---|---|
void |
accept0(PGASTVisitor visitor) |
PGExtractExpr |
clone() |
boolean |
equals(Object obj) |
List<SQLObject> |
getChildren() |
PGDateField |
getField() |
SQLExpr |
getSource() |
int |
hashCode() |
void |
setField(PGDateField field) |
void |
setSource(SQLExpr source) |
toString
computeDataType
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParent
computeDataType
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParent
public PGExtractExpr clone()
public PGDateField getField()
public void setField(PGDateField field)
public SQLExpr getSource()
public void setSource(SQLExpr source)
public void accept0(PGASTVisitor visitor)
accept0
in interface PGSQLObject
accept0
in class PGExprImpl
public int hashCode()
hashCode
in class SQLExprImpl
public boolean equals(Object obj)
equals
in class SQLExprImpl
Copyright © 2013–2017 Alibaba Group. All rights reserved.