org.sql.generation.api.grammar.definition.table.pgsql
Class PgSQLTableCommitAction
java.lang.Object
org.sql.generation.api.grammar.definition.table.pgsql.PgSQLTableCommitAction
public class PgSQLTableCommitAction
- extends Object
This class extends the default table commit actions (PRESERVE/DELETE ROWS) to include third option,
DROP, supported in PostgreSQL.
- Author:
- Stanislav Muhametsin
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DROP
public static TableCommitAction DROP
- The table commit action to
DROP table when transaction ends.
PgSQLTableCommitAction
public PgSQLTableCommitAction()
Copyright © 2010-2012. All Rights Reserved.