| 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.builders.modification.pgsql |
This package contains modification statement (
UPDATE, INSERT or DELETE)
builders specific for PostgreSQL database. |
| org.sql.generation.api.grammar.factories |
This package provides factories to create various builders and SQL syntax elements.
|
| Modifier and Type | Method and Description |
|---|---|
InsertStatementBuilder |
InsertStatementBuilder.setColumnSource(ColumnSource source)
Sets the source for the columns for this
INSERT statement. |
InsertStatementBuilder |
InsertStatementBuilder.setTableName(TableNameDirect tableName)
Sets the table name for this
INSERT statement. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
PgSQLInsertStatementBuilder
This build is used for creating
INSERT statements specific for PostgreSQL databases. |
| Modifier and Type | Method and Description |
|---|---|
InsertStatementBuilder |
ModificationFactory.insert()
Creates builder to create
InsertStatements. |
Copyright © 2010-2012. All Rights Reserved.