Class SQLInsertStatement.ValuesClause
java.lang.Object
com.alibaba.druid.sql.ast.SQLObjectImpl
com.alibaba.druid.sql.ast.statement.SQLInsertStatement.ValuesClause
- All Implemented Interfaces:
SQLObject,SQLReplaceable
- Enclosing class:
- SQLInsertStatement
-
Field Summary
Fields inherited from class com.alibaba.druid.sql.ast.SQLObjectImpl
attributes, hint, parent, sourceColumn, sourceLine -
Constructor Summary
ConstructorsConstructorDescriptionValuesClause(List<SQLExpr> values) ValuesClause(List values, SQLObject parent) -
Method Summary
Modifier and TypeMethodDescriptionprotected voidaccept0(SQLASTVisitor visitor) voidvoidclone()intvoidbooleanvoidsetOriginalString(String originalString) Methods inherited from class com.alibaba.druid.sql.ast.SQLObjectImpl
accept, acceptChild, acceptChild, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, computeDataType, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getHint, getParent, getSourceColumn, getSourceLine, hasAfterComment, hasBeforeComment, output, output, putAttribute, setHint, setParent, setSourceColumn, setSourceLine, toString
-
Constructor Details
-
ValuesClause
public ValuesClause() -
ValuesClause
-
ValuesClause
-
-
Method Details
-
clone
- Specified by:
clonein interfaceSQLObject- Overrides:
clonein classSQLObjectImpl
-
replace
- Specified by:
replacein interfaceSQLReplaceable
-
addValue
-
addValue
-
getValues
-
accept0
- Specified by:
accept0in classSQLObjectImpl
-
getOriginalString
-
setOriginalString
-
getReplaceCount
public int getReplaceCount() -
incrementReplaceCount
public void incrementReplaceCount()
-