public class GenericInsertBuilder extends Object implements InsertBuilder
| Modifier and Type | Field and Description |
|---|---|
protected Appender |
columnPart |
protected Insert |
insert |
protected Appender |
tablePart |
protected Appender |
valuePart |
| Constructor and Description |
|---|
GenericInsertBuilder(Insert insert) |
| Modifier and Type | Method and Description |
|---|---|
void |
column() |
protected Driver |
driver() |
void |
from() |
String |
getColumnPart() |
String |
getTablePart() |
String |
getValuePart() |
protected Insert insert
protected Appender tablePart
protected Appender columnPart
protected Appender valuePart
public GenericInsertBuilder(Insert insert)
protected Driver driver()
public String getColumnPart()
getColumnPart in interface InsertBuilderpublic String getValuePart()
getValuePart in interface InsertBuilderpublic String getTablePart()
getTablePart in interface InsertBuilderpublic void column()
public void from()
Copyright © 2019. All rights reserved.