org.sql.generation.api.grammar.definition.table.pgsql
Class PgSQLTableCommitAction

java.lang.Object
  extended by 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

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

DROP

public static TableCommitAction DROP
The table commit action to DROP table when transaction ends.

Constructor Detail

PgSQLTableCommitAction

public PgSQLTableCommitAction()


Copyright © 2010-2012. All Rights Reserved.