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) |
toStringcomputeDataTypeaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParentcomputeDataTypeaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParentpublic 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 PGSQLObjectaccept0 in class PGExprImplpublic 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–2018 Alibaba Group. All rights reserved.