public class PGParameter extends PGSQLObjectImpl
| 构造器和说明 |
|---|
PGParameter() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
accept0(PGASTVisitor visitor) |
SQLDataType |
getDataType() |
SQLExpr |
getName() |
void |
setDataType(SQLDataType dataType) |
void |
setName(SQLExpr name) |
accept, getAttribute, getAttributes, getAttributesDirect, getParent, output, putAttribute, setParent, toStringaccept, getAttribute, getAttributes, getAttributesDirect, getParent, output, putAttribute, setParentpublic SQLExpr getName()
public void setName(SQLExpr name)
public SQLDataType getDataType()
public void setDataType(SQLDataType dataType)
public void accept0(PGASTVisitor visitor)
accept0 在接口中 PGSQLObjectaccept0 在类中 PGSQLObjectImplCopyright © 2012 Alibaba Group. All Rights Reserved.