|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use InsertStatementBuilder | |
|---|---|
| org.sql.generation.api.grammar.builders.modification | Package to hold builders common for SQL modification clauses (INSERT, UPDATE, and DELETE). |
| org.sql.generation.api.grammar.factories | This package provides factories to create various builders and SQL syntax elements. |
| Uses of InsertStatementBuilder in org.sql.generation.api.grammar.builders.modification |
|---|
| Methods in org.sql.generation.api.grammar.builders.modification that return InsertStatementBuilder | |
|---|---|
InsertStatementBuilder |
InsertStatementBuilder.setColumnSource(ColumnSource source)
Sets the source for the columns for this INSERT statement. |
InsertStatementBuilder |
InsertStatementBuilder.setTableName(TableName tableName)
Sets the table name for this INSERT statement. |
| Uses of InsertStatementBuilder in org.sql.generation.api.grammar.factories |
|---|
| Methods in org.sql.generation.api.grammar.factories that return InsertStatementBuilder | |
|---|---|
InsertStatementBuilder |
ModificationFactory.insert()
Creates builder to create InsertStatements. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||