public static class SQLInsertStatement.ValuesClause extends SQLObjectImpl implements SQLReplaceable
attributes, hint, parent, sourceColumn, sourceLine| 构造器和说明 |
|---|
ValuesClause() |
ValuesClause(List<SQLExpr> values) |
ValuesClause(List values,
SQLObject parent) |
| 限定符和类型 | 方法和说明 |
|---|---|
protected void |
accept0(SQLASTVisitor visitor) |
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, 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, toStringpublic SQLInsertStatement.ValuesClause clone()
clone 在接口中 SQLObjectclone 在类中 SQLObjectImplpublic boolean replace(SQLExpr expr, SQLExpr target)
replace 在接口中 SQLReplaceablepublic void addValue(Object value)
public void addValue(SQLExpr value)
protected void accept0(SQLASTVisitor visitor)
accept0 在类中 SQLObjectImplpublic String getOriginalString()
public void setOriginalString(String originalString)
public int getReplaceCount()
public void incrementReplaceCount()
Copyright © 2013–2023. All rights reserved.