public class SQLErrorLoggingClause extends SQLObjectImpl
| Constructor and Description |
|---|
SQLErrorLoggingClause() |
| Modifier and Type | Method and Description |
|---|---|
void |
accept0(SQLASTVisitor visitor) |
SQLErrorLoggingClause |
clone() |
SQLName |
getInto() |
SQLExpr |
getLimit() |
SQLExpr |
getSimpleExpression() |
void |
setInto(SQLName into) |
void |
setLimit(SQLExpr limit) |
void |
setSimpleExpression(SQLExpr simpleExpression) |
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, computeDataType, 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)
public SQLErrorLoggingClause clone()
clone in interface SQLObjectclone in class SQLObjectImplCopyright © 2013–2018 Alibaba Group. All rights reserved.