public static class SQLInsertStatement.ValuesClause extends SQLObjectImpl
| 限定符和类型 | 字段和说明 |
|---|---|
private String |
originalString |
private int |
replaceCount |
private List<SQLExpr> |
values |
attributes, parent| 构造器和说明 |
|---|
ValuesClause() |
ValuesClause(List<SQLExpr> values) |
| 限定符和类型 | 方法和说明 |
|---|---|
protected void |
accept0(SQLASTVisitor visitor) |
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, acceptChild, acceptChild, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, computeDataType, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, putAttribute, setParent, toStringprivate transient String originalString
private transient int replaceCount
public SQLInsertStatement.ValuesClause clone()
clone 在接口中 SQLObjectclone 在类中 SQLObjectImplpublic void addValue(SQLExpr value)
public void output(StringBuffer buf)
output 在接口中 SQLObjectoutput 在类中 SQLObjectImplprotected void accept0(SQLASTVisitor visitor)
accept0 在类中 SQLObjectImplpublic String getOriginalString()
public void setOriginalString(String originalString)
public int getReplaceCount()
public void incrementReplaceCount()
Copyright © 2013–2019 Alibaba Group. All rights reserved.