public class PGExtractExpr extends PGExprImpl
| 限定符和类型 | 字段和说明 |
|---|---|
private PGDateField |
field |
private SQLExpr |
source |
attributes, parent| 构造器和说明 |
|---|
PGExtractExpr() |
| 限定符和类型 | 方法和说明 |
|---|---|
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) |
accept0, toStringcomputeDataTypeaccept, acceptChild, acceptChild, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParentcomputeDataTypeaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParentprivate PGDateField field
private SQLExpr source
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 在接口中 PGSQLObjectaccept0 在类中 PGExprImplpublic List<SQLObject> getChildren()
getChildren 在接口中 SQLExprgetChildren 在类中 SQLExprImplpublic int hashCode()
hashCode 在类中 SQLExprImplpublic boolean equals(Object obj)
equals 在类中 SQLExprImplCopyright © 2013–2019 Alibaba Group. All rights reserved.