| 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.modification |
This package contains syntax elements relevant to SQL modification clauses (
INSERT INTO, DELETE FROM, and UPDATE). |
| Modifier and Type | Method and Description |
|---|---|
ColumnSource |
InsertStatementBuilder.getColumnSource()
Returns the source for the columns for this
INSERT statement. |
| Modifier and Type | Method and Description |
|---|---|
InsertStatementBuilder |
InsertStatementBuilder.setColumnSource(ColumnSource source)
Sets the source for the columns for this
INSERT statement. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ColumnSourceByQuery
This syntax element represents column source acquired by some query, for
INSERT INTO statement. |
interface |
ColumnSourceByValues
This syntax element represents explicitly defined values for column source in
INSERT INTO statement. |
interface |
DynamicColumnSource
A common interface for column sources with named columns for
INSERT INTO statement. |
| Modifier and Type | Class and Description |
|---|---|
static class |
ColumnSource.Defaults
This syntax element represents when default values of columns are wanted to be inserted into table.
|
| Modifier and Type | Method and Description |
|---|---|
ColumnSource |
InsertStatement.getColumnSource()
Returns the data source for columns.
|
| Modifier and Type | Method and Description |
|---|---|
Class<? extends ColumnSource> |
ColumnSource.Defaults.getImplementedType()
Returns
ColumnSource.Defaults. |
Copyright © 2010-2012. All Rights Reserved.