public class MySqlPrepareStatement extends MySqlStatementImpl
| 构造器和说明 |
|---|
MySqlPrepareStatement() |
MySqlPrepareStatement(SQLName name,
SQLExpr from) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
accept0(MySqlASTVisitor visitor) |
SQLExpr |
getFrom() |
SQLName |
getName() |
void |
setFrom(SQLExpr from) |
void |
setName(SQLName name) |
outputaccept, getAttribute, getAttributes, getAttributesDirect, getParent, putAttribute, setParent, toStringaccept, getAttribute, getAttributes, getAttributesDirect, getParent, output, putAttribute, setParentpublic SQLName getName()
public void setName(SQLName name)
public SQLExpr getFrom()
public void setFrom(SQLExpr from)
public void accept0(MySqlASTVisitor visitor)
accept0 在接口中 MySqlObjectaccept0 在类中 MySqlStatementImplCopyright © 2012 Alibaba Group. All Rights Reserved.