| 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 |
|---|---|
UpdateBySearchBuilder |
UpdateBySearchBuilder.addSetClauses(SetClause... clauses)
Adds the clause to the set-clause list of this
UPDATE statement. |
UpdateBySearchBuilder |
UpdateBySearchBuilder.setTargetTable(TargetTable table)
Sets the target table for this
UPDATE statement. |
| Modifier and Type | Method and Description |
|---|---|
UpdateBySearchBuilder |
ModificationFactory.updateBySearch()
Creates builder to create
UpdateBySearch statements. |
Copyright © 2010-2012. All Rights Reserved.