public interface PgSQLInsertStatement extends InsertStatement
This interface represents INSERT statement with PostgreSQL-specific elements.
TODO: WITH RECURSIVE query
| Modifier and Type | Method and Description |
|---|---|
SelectColumnClause |
getReturningClause()
Gets the columns for the
RETURNING clause. |
getColumnSource, getTableNameSelectColumnClause getReturningClause()
RETURNING clause. Returns null if this
INSERT statement has no RETURNING clause.RETURNING clause for this statement, or null if none.Copyright © 2010-2012. All Rights Reserved.