public class SQLErrorLoggingClause extends SQLObjectImpl
| 构造器和说明 |
|---|
SQLErrorLoggingClause() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
accept0(SQLASTVisitor visitor) |
SQLName |
getInto() |
SQLExpr |
getLimit() |
SQLExpr |
getSimpleExpression() |
void |
setInto(SQLName into) |
void |
setLimit(SQLExpr limit) |
void |
setSimpleExpression(SQLExpr simpleExpression) |
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParent, toStringpublic void accept0(SQLASTVisitor visitor)
public SQLName getInto()
public void setInto(SQLName into)
public SQLExpr getSimpleExpression()
public void setSimpleExpression(SQLExpr simpleExpression)
public SQLExpr getLimit()
public void setLimit(SQLExpr limit)
Copyright © 2013–2016 Alibaba Group. All rights reserved.