public class PGArrayExpr extends PGExprImpl
| 构造器和说明 |
|---|
PGArrayExpr() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
accept0(PGASTVisitor visitor) |
boolean |
equals(Object obj) |
SQLExpr |
getExpr() |
List<SQLExpr> |
getValues() |
int |
hashCode() |
void |
setExpr(SQLExpr expr) |
void |
setValues(List<SQLExpr> values) |
toStringaccept, getAttribute, getAttributes, getAttributesDirect, getParent, output, putAttribute, setParentaccept, getAttribute, getAttributes, getAttributesDirect, getParent, output, putAttribute, setParentpublic SQLExpr getExpr()
public void setExpr(SQLExpr expr)
public void accept0(PGASTVisitor visitor)
accept0 在接口中 PGSQLObjectaccept0 在类中 PGExprImplpublic int hashCode()
hashCode 在类中 SQLExprImplpublic boolean equals(Object obj)
equals 在类中 SQLExprImplCopyright © 2013-2015 Alibaba Group. All Rights Reserved.