public class InsertColNode extends TrimSupport implements Output
| 限定符和类型 | 类和说明 |
|---|---|
static class |
InsertColNode.ConstantColName |
static class |
InsertColNode.InsertColEmptyExpress |
trim| 构造器和说明 |
|---|
InsertColNode(Insert insert) |
| 限定符和类型 | 方法和说明 |
|---|---|
InsertColNode |
add(String name) |
InsertColNode |
addConstants(String name) |
InsertColNode |
conditional(String col,
String varName) |
void |
toSql(ConcatBuilder sb) |
isTrim, setTrimpublic InsertColNode(Insert insert)
public InsertColNode add(String name)
public InsertColNode addConstants(String name)
public InsertColNode conditional(String col, String varName)
public void toSql(ConcatBuilder sb)
Copyright © 2021. All rights reserved.