public class PGExtractExpr extends PGExprImpl
| 构造器和说明 |
|---|
PGExtractExpr() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
accept0(PGASTVisitor visitor) |
boolean |
equals(Object obj) |
PGDateField |
getField() |
SQLExpr |
getSource() |
int |
hashCode() |
void |
setField(PGDateField field) |
void |
setSource(SQLExpr source) |
toStringaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParentaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParentpublic PGDateField getField()
public void setField(PGDateField field)
public SQLExpr getSource()
public void setSource(SQLExpr source)
public void accept0(PGASTVisitor visitor)
accept0 在接口中 PGSQLObjectaccept0 在类中 PGExprImplpublic int hashCode()
hashCode 在类中 SQLExprImplpublic boolean equals(Object obj)
equals 在类中 SQLExprImplCopyright © 2013–2016 Alibaba Group. All rights reserved.