| 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 |
|---|---|
TargetTable |
DeleteBySearchBuilder.getTargetTable()
Retrieves the target table for this
DELETE statement. |
| Modifier and Type | Method and Description |
|---|---|
UpdateBySearchBuilder |
UpdateBySearchBuilder.setTargetTable(TargetTable table)
Sets the target table for this
UPDATE statement. |
DeleteBySearchBuilder |
DeleteBySearchBuilder.setTargetTable(TargetTable table)
Sets the target table for this
DELETE statement. |
| Modifier and Type | Method and Description |
|---|---|
TargetTable |
ModificationFactory.createTargetTable(TableNameDirect tableName)
Creates new target table to use in modification statements.
|
TargetTable |
ModificationFactory.createTargetTable(TableNameDirect tableName,
Boolean isOnly)
Creates new target table to use in modification statements.
|
| Modifier and Type | Method and Description |
|---|---|
TargetTable |
UpdateBySearch.getTargetTable()
Returns the target table of this
UPDATE statement. |
TargetTable |
DeleteBySearch.getTargetTable()
Returns the target table for this
DELETE FROM statement. |
Copyright © 2010-2012. All Rights Reserved.