public static class SQLInsertStatement.ValuesClause extends SQLObjectImpl
Constructor and Description |
---|
ValuesClause() |
ValuesClause(List<SQLExpr> values) |
Modifier and Type | Method and Description |
---|---|
void |
addValue(SQLExpr value) |
SQLInsertStatement.ValuesClause |
clone() |
String |
getOriginalString() |
List<SQLExpr> |
getValues() |
void |
output(StringBuffer buf) |
void |
setOriginalString(String originalString) |
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, computeDataType, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, putAttribute, setParent, toString
public SQLInsertStatement.ValuesClause clone()
clone
in interface SQLObject
clone
in class SQLObjectImpl
public void addValue(SQLExpr value)
public void output(StringBuffer buf)
output
in interface SQLObject
output
in class SQLObjectImpl
public String getOriginalString()
public void setOriginalString(String originalString)
Copyright © 2013–2017 Alibaba Group. All rights reserved.