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() |
int |
getReplaceCount() |
List<SQLExpr> |
getValues() |
void |
incrementReplaceCount() |
void |
output(StringBuffer buf) |
void |
setOriginalString(String originalString) |
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, computeDataType, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, putAttribute, setParent, toStringpublic SQLInsertStatement.ValuesClause clone()
clone in interface SQLObjectclone in class SQLObjectImplpublic void addValue(SQLExpr value)
public void output(StringBuffer buf)
output in interface SQLObjectoutput in class SQLObjectImplpublic String getOriginalString()
public void setOriginalString(String originalString)
public int getReplaceCount()
public void incrementReplaceCount()
Copyright © 2013–2018 Alibaba Group. All rights reserved.