Class SQLErrorLoggingClause
- java.lang.Object
-
- com.alibaba.druid.sql.ast.SQLObjectImpl
-
- com.alibaba.druid.sql.ast.statement.SQLErrorLoggingClause
-
- All Implemented Interfaces:
SQLObject
public class SQLErrorLoggingClause extends SQLObjectImpl
-
-
Field Summary
-
Fields inherited from class com.alibaba.druid.sql.ast.SQLObjectImpl
attributes, hint, parent, sourceColumn, sourceLine
-
-
Constructor Summary
Constructors Constructor Description SQLErrorLoggingClause()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaccept0(SQLASTVisitor visitor)SQLErrorLoggingClauseclone()SQLNamegetInto()SQLExprgetLimit()SQLExprgetSimpleExpression()voidsetInto(SQLName into)voidsetLimit(SQLExpr limit)voidsetSimpleExpression(SQLExpr simpleExpression)-
Methods inherited from class com.alibaba.druid.sql.ast.SQLObjectImpl
accept, acceptChild, acceptChild, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, cloneTo, computeDataType, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getHint, getParent, getParent, getSourceColumn, getSourceLine, hasAfterComment, hasBeforeComment, output, putAttribute, setHint, setParent, setSource, setSourceLine, toString
-
-
-
-
Method Detail
-
accept0
public void accept0(SQLASTVisitor visitor)
- Specified by:
accept0in classSQLObjectImpl
-
getInto
public SQLName getInto()
-
setInto
public void setInto(SQLName into)
-
getSimpleExpression
public SQLExpr getSimpleExpression()
-
setSimpleExpression
public void setSimpleExpression(SQLExpr simpleExpression)
-
getLimit
public SQLExpr getLimit()
-
setLimit
public void setLimit(SQLExpr limit)
-
clone
public SQLErrorLoggingClause clone()
- Specified by:
clonein interfaceSQLObject- Overrides:
clonein classSQLObjectImpl
-
-