public static class SQLInsertStatement.ValuesClause extends SQLObjectImpl implements SQLReplaceable
| Constructor and Description |
|---|
ValuesClause() |
ValuesClause(List<SQLExpr> values) |
ValuesClause(List values,
SQLObject parent) |
| Modifier and Type | Method and Description |
|---|---|
void |
addValue(Object value) |
void |
addValue(SQLExpr value) |
SQLInsertStatement.ValuesClause |
clone() |
String |
getOriginalString() |
int |
getReplaceCount() |
List<SQLExpr> |
getValues() |
void |
incrementReplaceCount() |
boolean |
replace(SQLExpr expr,
SQLExpr target) |
void |
setOriginalString(String originalString) |
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, computeDataType, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getHint, getParent, getSourceColumn, getSourceLine, hasAfterComment, hasBeforeComment, output, output, putAttribute, setHint, setParent, setSourceColumn, setSourceLine, toStringpublic SQLInsertStatement.ValuesClause clone()
clone in interface SQLObjectclone in class SQLObjectImplpublic boolean replace(SQLExpr expr, SQLExpr target)
replace in interface SQLReplaceablepublic void addValue(Object value)
public void addValue(SQLExpr value)
public String getOriginalString()
public void setOriginalString(String originalString)
public int getReplaceCount()
public void incrementReplaceCount()
Copyright © 2013–2020 Alibaba Group. All rights reserved.