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, toString
public 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 SQLObject
clone
in class SQLObjectImpl
Copyright © 2013–2017 Alibaba Group. All rights reserved.