| 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.
|
| org.sql.generation.api.grammar.modification |
This package contains syntax elements relevant to SQL modification clauses (
INSERT INTO, DELETE FROM, and UPDATE). |
| Modifier and Type | Method and Description |
|---|---|
List<SetClause> |
UpdateBySearchBuilder.getSetClauses()
Returns the list of set clauses which has been added to this builder.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateBySearchBuilder |
UpdateBySearchBuilder.addSetClauses(SetClause... clauses)
Adds the clause to the set-clause list of this
UPDATE statement. |
| Modifier and Type | Method and Description |
|---|---|
SetClause |
ModificationFactory.setClause(String updateTarget,
UpdateSource updateSource)
Creates a new set clause for
UPDATE statement. |
| Modifier and Type | Method and Description |
|---|---|
List<SetClause> |
UpdateBySearch.getSetClauses()
Returns the
SET clauses for columns of the target table. |
Copyright © 2010-2012. All Rights Reserved.