public class SQLBuilderBase.MergeBuilderBase extends SQLBuilderBase.InsertBuilderBase implements SQLBuilder.MergeBuilder
| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<java.lang.String> |
keycolumns |
columns, tableproperties| Constructor and Description |
|---|
MergeBuilderBase() |
| Modifier and Type | Method and Description |
|---|---|
SQLBuilder.MergeBuilder |
key(java.lang.String id) |
java.lang.String |
toString(Formatter<ExpressionBuilder.Value> formatter) |
accept, column, table, toStringclonecopyPropertiesFrom, getProperties, getProperty, replace, setPropertyequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitcolumn, tableclone, copyPropertiesFrom, replaceacceptgetProperties, getProperty, setPropertycloneQuietly, cloneQuietlypublic SQLBuilder.MergeBuilder key(java.lang.String id)
key in interface SQLBuilder.MergeBuilderpublic java.lang.String toString(Formatter<ExpressionBuilder.Value> formatter)
toString in interface ExpressionBuilder.ValuetoString in class SQLBuilderBase.InsertBuilderBase