public class SQLErrorLoggingClause extends SQLObjectImpl
| Constructor and Description |
|---|
SQLErrorLoggingClause() |
| Modifier and Type | Method and Description |
|---|---|
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, clone, 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–2017 Alibaba Group. All rights reserved.