|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface InsertStatementBuilder
This builder builds statements inserting rows to tables (INSERT INTO tableName [( column names
)] expression).
TableName,
ColumnSource| Method Summary | |
|---|---|
ColumnSource |
getColumnSource()
Returns the source for the columns for this INSERT statement. |
TableName |
getTableName()
Returns the table name for this INSERT statement. |
InsertStatementBuilder |
setColumnSource(ColumnSource source)
Sets the source for the columns for this INSERT statement. |
InsertStatementBuilder |
setTableName(TableName tableName)
Sets the table name for this INSERT statement. |
| Methods inherited from interface org.sql.generation.api.grammar.builders.AbstractBuilder |
|---|
createExpression |
| Method Detail |
|---|
InsertStatementBuilder setTableName(TableName tableName)
INSERT statement.
tableName - The table name for this INSERT statement.
TableName getTableName()
INSERT statement.
INSERT statement.InsertStatementBuilder setColumnSource(ColumnSource source)
INSERT statement.
source - The source for columns for this INSERT statement.
ColumnSource getColumnSource()
INSERT statement.
INSERT statement.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||