public class StatementBuilder
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static interface |
StatementBuilder.StatementBuilderHelper |
Modifier and Type | Field and Description |
---|---|
StatementBuilder.StatementBuilderHelper |
helper |
Constructor and Description |
---|
StatementBuilder(JotyApplication jotyApplication) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
genInsertStmnt() |
java.lang.String |
genUpdateStmnt() |
void |
setHelper(StatementBuilder.StatementBuilderHelper helper) |
public StatementBuilder.StatementBuilderHelper helper
public StatementBuilder(JotyApplication jotyApplication)
public java.lang.String genInsertStmnt()
public java.lang.String genUpdateStmnt()
public void setHelper(StatementBuilder.StatementBuilderHelper helper)