public class GenericUpdateBuilder extends Object implements UpdateBuilder
| Modifier and Type | Field and Description |
|---|---|
protected Appender |
columnPart |
protected Appender |
tablePart |
protected Update |
update |
protected Appender |
wherePart |
| Constructor and Description |
|---|
GenericUpdateBuilder(Update update) |
| Modifier and Type | Method and Description |
|---|---|
void |
column(Column<?> column,
Function token) |
void |
columns() |
protected Driver |
driver() |
void |
from() |
String |
getColumnPart() |
String |
getTablePart() |
String |
getWherePart() |
void |
where() |
protected Update update
protected Appender tablePart
protected Appender columnPart
protected Appender wherePart
public GenericUpdateBuilder(Update update)
protected Driver driver()
public String getColumnPart()
getColumnPart in interface UpdateBuilderpublic String getTablePart()
getTablePart in interface UpdateBuilderpublic String getWherePart()
getWherePart in interface UpdateBuilderpublic void columns()
public void from()
public void where()
Copyright © 2019. All rights reserved.