| Package | Description |
|---|---|
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
InsertStatementBuilder |
InsertStatementBuilder.setColumnSource(ColumnSource source)
Sets the source for the columns for this
INSERT statement. |
InsertStatementBuilder |
InsertStatementBuilder.setTableName(TableNameDirect tableName)
Sets the table name for this
INSERT statement. |
| Modifier and Type | Method and Description |
|---|---|
InsertStatementBuilder |
ModificationFactory.insert()
Creates builder to create
InsertStatements. |
Copyright © 2010-2012. All Rights Reserved.