|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.sql.generation.api.grammar.definition.table.pgsql.PgSQLTableCommitAction
public class PgSQLTableCommitAction
This class extends the default table commit actions (PRESERVE/DELETE ROWS) to include third option,
DROP, supported in PostgreSQL.
| Field Summary | |
|---|---|
static TableCommitAction |
DROP
The table commit action to DROP table when transaction ends. |
| Constructor Summary | |
|---|---|
PgSQLTableCommitAction()
|
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static TableCommitAction DROP
DROP table when transaction ends.
| Constructor Detail |
|---|
public PgSQLTableCommitAction()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||