| 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 |
|---|---|
DeleteBySearchBuilder |
DeleteBySearchBuilder.setTargetTable(TargetTable table)
Sets the target table for this
DELETE statement. |
| Modifier and Type | Method and Description |
|---|---|
DeleteBySearchBuilder |
ModificationFactory.deleteBySearch()
Creates builder to create
DeleteBySearch statements. |
Copyright © 2010-2012. All Rights Reserved.