public class OracleGotoStatement extends OracleStatementImpl
| 构造器和说明 |
|---|
OracleGotoStatement() |
OracleGotoStatement(SQLName label) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
accept0(OracleASTVisitor visitor) |
SQLName |
getLabel() |
void |
setLabel(SQLName label) |
outputaccept, getAttribute, getAttributes, getAttributesDirect, getParent, putAttribute, setParent, toStringaccept, getAttribute, getAttributes, getAttributesDirect, getParent, output, putAttribute, setParentpublic OracleGotoStatement()
public OracleGotoStatement(SQLName label)
public void accept0(OracleASTVisitor visitor)
accept0 在接口中 OracleSQLObjectaccept0 在类中 OracleStatementImplpublic SQLName getLabel()
public void setLabel(SQLName label)
Copyright © 2012 Alibaba Group. All Rights Reserved.