| Package | Description |
|---|---|
| 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.modification.pgsql |
This is package for syntax elements specific for data modification in PostgreSQL databases.
|
| org.sql.generation.api.grammar.query |
This package and its sub-package contain elements related to SQL queries (
SELECT statements). |
| Modifier and Type | Method and Description |
|---|---|
PgSQLInsertStatementBuilder |
PgSQLInsertStatementBuilder.setReturningClause(SelectColumnClause clause)
Sets the
RETURNING clause for this INSERT statement. |
| Modifier and Type | Method and Description |
|---|---|
SelectColumnClause |
PgSQLInsertStatement.getReturningClause()
Gets the columns for the
RETURNING clause. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
AsteriskSelect
This syntax element represents the asterisk in expression
SELECT *. |
interface |
ColumnReferences
This syntax element represents the whole
SELECT <column1>, <column2>, ... clause, up until FROM. |
| Modifier and Type | Method and Description |
|---|---|
SelectColumnClause |
QuerySpecification.getColumns()
Returns the columns in this
SELECT statement. |
Copyright © 2010-2012. All Rights Reserved.